資源簡介
'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'/
'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.xm
?????文件???????2577??2010-05-21?17:12??02?C#語言基礎\01?代碼的注釋\003?使用“”標記給代碼段添加說明-例1\Code?Commentate\Code?Commentate\Code?Commentate.csproj
............此處省略658個文件信息
評論
共有 條評論