搜索资源列表
CsharpDevelopmentCodingStandard
- C#开发编码规范 注记: Pascal 大小写形式——所有单词第一个字母大写,其他字母小写。 Camel(驼峰标识) 大小写形式——除了第一个单词,所有单词第一个字母大写,其他字母小写。 类名使用Pascal大小写形式 public class HelloWorld { … } 方法使用Pascal大小写形式 public class HelloWorld { void SayHello(string name) { …
yanghuisanjiao
- 按输入数据输出对应行数的杨辉三角,C#语言-Press to enter the number of rows of data output corresponds to Pascal' s Triangle
5
- 实现一个函数,完成对pascal语言中复合语句begin…end和条件语句if...then…else…配对情况的检查。其中begin…end必须成对出现,if…then…也必须成对出现,else子句可以出现也可以不出现。-Implement a function to complete if ... then ... else ... check the pairing of pascal language compound statement begin ... end and condit
pascal
- 使用C++语言实现pscal配对问题的处理-a solution to pacal problem using C++