搜索资源列表
ICanSeeYou远程控制软件(所有C#源代码).rar
- ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。原程序(安装包)的下载地址:http://download1.csdn.net/down3/20070428/28022416404.rar源代码说明:IDE(集成开发环境):Microsoft Visual Studio .NET 2005使用C#作为主要开发语言,统一编程习惯。关于C#编程习惯可以查看另外一份文档 《 C#编程规范 》。C#规范制定原则 1 方便代码的交流和维护。 2 不影响编码的效率,不与大众习惯冲突。 3
CSharpCodingStandard
- 很详细的CSharp编码规范,为作者参考数家机构的编码规范,并结合自己的经验所成。-CSharp Coding detailed specification for the authors refer to several institutions of the coding norms, combined with his experience success.
2009081002
- C#开发编码规范,初学者可以免费下载来看看!-please read me!
C.NET2005Codecriterion
- c#2005编码规范 学习.net2005的好资料-coding standards c# 2005 to learn. net2005 good information
CSharpDesignGuidelines
- CSharp的编码规范,有利于大家养成良好的编程习惯和风格-CSharp coding standards will help us to develop good programming habits and style of
NeuSoft_Csharp
- 东软C#培训讲义 C# 基础知识 集合和泛型 面向对象编程 事件和委托 线程 异常处理 事业部C#编码规范-The lecture of NeuSoft C# Training.
CsharpDevelopmentCodingStandard
- C#开发编码规范 注记: Pascal 大小写形式——所有单词第一个字母大写,其他字母小写。 Camel(驼峰标识) 大小写形式——除了第一个单词,所有单词第一个字母大写,其他字母小写。 类名使用Pascal大小写形式 public class HelloWorld { … } 方法使用Pascal大小写形式 public class HelloWorld { void SayHello(string name) { …
Csharp--coding-standard
- C# 编码规范 包含命名规范 大小写规范 注释规范-C# coding standard containing named standard case standard comments norms
C_SharpSpecification
- 在c#编码过程中应当遵循的规范,增加代码的易读性和维护性-Specification in c# coding
cs-coding
- CSharp编码规范,值得一看,让你养成良好的编码规范-CSharp coding
netcoding
- CSharp和.net的编码规范 养成良好的编码规范,你懂的 -.net coding
testSuanshu
- 算数编码,实现了文本的压缩层序,初次写代码,可能不是很规范。-haffman coding
C#代码规范
- 1、方便代码的交流和维护。 2、不影响编码的效率,不与大众习惯冲突。 3、使代码更美观、阅读更方便。 4、使代码的逻辑更清晰、更易于理解。(1, facilitate code communication and maintenance. 2, does not affect the efficiency of coding, and do not conflict with the public habits. 3, make the code more beautiful, mor
