自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

ASP.NET Bible

ASP.NET Bible 宝典详细代码和说明

2011-04-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除