• 大小: 40.65M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 新手  教程  C#  

资源简介

'01 代码的注释'/


'001 对单行代码进行注释-例1'/
'002 快速对多行代码进行注释-例1     /
'003 使用“”标记给代码段添加说明-    例1'/




'02 运算符的使用'/

'001 使用引号运算符进行赋值-例1'/
'002 使用算术运算符开发简单计算器-例1'/
'003 使用“^”运算符对数字进行加密-例1'/
'004 巧用位移运算符获取汉字编码值-例1'/
'005 使用条件运算符判断指定年份是不是闰年-例1'/
'006 使用流程控制语句报销业务花销-例1'/



'03 关键字的使用'/


'001 使用checked关键字处理“溢出”错误-例1'/
'002 使用typeof关键字获取类的内部结构-例1'/
'003 使用using关键字有效回收资源-例1'/
'004 使用is关键字检查对象是否与给定类型兼容-例1'/
'005 使用as关键字将对象转换为指定类型-例1'/



'04 流程控制语句的使用'/
'001 小明去学校和医院分别要走哪条路-例1'/
'002 利用条件语句判断用户登录身份-例1'/
'003 判断指定月份属于哪个季节-例1'/
'004 使用switch语句更改窗体颜色-例1 /
'005 循环向控制台中输入内容-例1'/
'006 递归算法的经典面试题-例1'/
'007 制作一个数字猜猜看小游戏-例1'/
'008 使用goto语句在数组中搜索指定图书-例1'/



代码片段和文件信息

class program//定义类
{
    static void Main()//入口方法
    {
        int P_int_i = 10;//定义整型变量P_int_i并赋值
        int P_int_i2 = 20;//定义整型变量P_int_i2并赋值
        System.Console.WriteLine(P_int_i + P_int_i2);//输出计算结果
        System.Console.ReadLine();//等待回车继续
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4608  2010-11-05 11:25  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\bin\Debug\Single Commentate.exe

     文件      15872  2010-11-05 11:25  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\bin\Debug\Single Commentate.pdb

     文件      14328  2010-11-05 11:25  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\bin\Debug\Single Commentate.vshost.exe

     文件        490  2007-07-21 01:33  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\bin\Debug\Single Commentate.vshost.exe.manifest

     文件       2287  2010-11-05 11:25  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\obj\Debug\Single Commentate.csproj.FileListAbsolute.txt

     文件       4608  2010-11-05 11:25  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\obj\Debug\Single Commentate.exe

     文件      15872  2010-11-05 11:25  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\obj\Debug\Single Commentate.pdb

     文件        344  2010-05-20 15:29  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\Program.cs

     文件       1366  2010-05-15 10:51  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\Properties\AssemblyInfo.cs

     文件       2560  2010-05-15 12:38  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate\Single Commentate.csproj

     文件        941  2010-05-15 10:51  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate.sln

    ..A..H.     15360  2010-11-05 11:25  02 C#语言基础\01 代码的注释\001 对单行代码进行注释-例1\Single Commentate\Single Commentate.suo

     文件       4608  2010-11-05 11:26  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\bin\Debug\Many Commentate.exe

     文件      13824  2010-11-05 11:26  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\bin\Debug\Many Commentate.pdb

     文件      14328  2010-11-05 11:26  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\bin\Debug\Many Commentate.vshost.exe

     文件        490  2007-07-21 01:33  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\bin\Debug\Many Commentate.vshost.exe.manifest

     文件       2503  2010-05-15 10:53  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\Many Commentate.csproj

     文件       1809  2010-11-05 11:26  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\obj\Debug\Many Commentate.csproj.FileListAbsolute.txt

     文件       4608  2010-11-05 11:26  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\obj\Debug\Many Commentate.exe

     文件      13824  2010-11-05 11:26  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\obj\Debug\Many Commentate.pdb

     文件        236  2010-05-21 15:00  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\Program.cs

     文件       1362  2010-05-15 10:53  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate\Properties\AssemblyInfo.cs

     文件        935  2010-05-15 10:53  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate.sln

    ..A..H.     12288  2010-11-05 11:26  02 C#语言基础\01 代码的注释\002 快速对多行代码进行注释-例1\Many Commentate\Many Commentate.suo

     文件       4608  2010-11-05 11:26  02 C#语言基础\01 代码的注释\003 使用“”标记给代码段添加说明-例1\Code Commentate\Code Commentate\bin\Debug\Code Commentate.exe

     文件      15872  2010-11-05 11:26  02 C#语言基础\01 代码的注释\003 使用“”标记给代码段添加说明-例1\Code Commentate\Code Commentate\bin\Debug\Code Commentate.pdb

     文件      14328  2010-11-05 11:26  02 C#语言基础\01 代码的注释\003 使用“”标记给代码段添加说明-例1\Code Commentate\Code Commentate\bin\Debug\Code Commentate.vshost.exe

     文件        490  2007-07-21 01:33  02 C#语言基础\01 代码的注释\003 使用“”标记给代码段添加说明-例1\Code Commentate\Code Commentate\bin\Debug\Code Commentate.vshost.exe.manifest

     文件        557  2010-11-05 11:26  02 C#语言基础\01 代码的注释\003 使用“”标记给代码段添加说明-例1\Code Commentate\Code Commentate\bin\Debug\Code Commentate.xml

     文件       2577  2010-05-21 17:12  02 C#语言基础\01 代码的注释\003 使用“”标记给代码段添加说明-例1\Code Commentate\Code Commentate\Code Commentate.csproj

............此处省略658个文件信息

评论

共有 条评论