- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 微机WindowsXP中Dev-cpp中的运算程序(30000位)(C++)
//微机WindowsXP中Dev-cpp中的运算程序(30000位)(C++)#include cstdlib.h>#include iostream.h>#include fstream.h>#define N 30015using namespace std;void mult (int *a,int b,int *s) { for (int i=
2010-03-09 14:03:00
489
原创 C#农历
namespace CNCalendar...{ public class CNDate ...{ private const ushort START_YEAR = 1901; private const ushort END_YEAR = 2050; private string[] ConstellationName = ...{
2007-02-11 15:14:00
475
原创 为ComboBox控件添加图片
using System;using System.Windows.Forms;using System.Windows.Forms.Design;using System.Drawing;namespace Mengxianhui.ComboBoxEx...{ class ComboBoxEx : ComboBox ...{ private ImageList imageList;
2007-02-11 15:10:00
2065
1
原创 FTP Client
/**//************************************************************************** COPYRIGHT (C) 2006 XDevelop Corporation. All rights reserved.* VERSION: XDevelop 1.0** CREATED TIME: 2007.2
2007-02-11 14:29:00
509
原创 FTP Factory
--使用示例--#region --使用示例--//------------------------------------------------------------------------/**//* 使用示例: string ftpInfo[]=new string[]{"192.168.100.2","wwg","12345"}; strin
2007-02-11 10:33:00
567
原创 C# 编码规范和编程好习惯
命名惯例和规范 注记 : Pascal 大小写形式-所有单词第一个字母大写,其他字母小写。Camel 大小写形式-除了第一个单词,所有单词第一个字母大写,其他字母小写。 类名使用Pascal 大小写形式 public class HelloWorld{ ...} 方法使用Pascal 大小写形式 public class HelloWorld{ void SayHello(
2007-02-11 10:19:00
326
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅