資源簡介
此為《C# 程序設計教程 第2版》一書的配套源碼
作者:鄭阿奇 梁敬東 主編 朱毅華 時躍華 趙青松 編著
出版日期:2011年08月04日
C#程序設計教程(第2版)以Microsoft. Visual Studio.NET 2008/2010作為平臺,在繼承第1版的基本內容和基本方法的基礎上,對內容體系結構進行調整、修改和優化、特別是實例實用性很多增強。包含教程、習題和實驗。教程先介紹NET開發平臺VS2010,通過一個簡單實例了解控制臺方式和界面方式操作過程。然后系統介紹C#的編程基礎、面向對象編程基礎、面向對象編程進階。此后介紹 Windows應用程序開發、GDI+編程、文件操作、數據庫應用、多線程技術。習題主要突出基本編程和基本概念,實驗主要鍛煉編程和應用,讀者先跟著做,然后自己練習。一般來說,通過本教程學習,習題練習,特別是認真的上機操作,在較短的時間內,基本能夠在VS2008/2010環境下用C#解決一些小的應用問題。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
namespace?Ex1_1
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????Console.WriteLine(“Hello?world!“);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4608??2011-05-09?11:50??代碼\Chapter1\Ex1_1\Ex1_1\bin\Debug\Ex1_1.exe
?????文件??????11776??2011-05-09?11:50??代碼\Chapter1\Ex1_1\Ex1_1\bin\Debug\Ex1_1.pdb
?????文件??????11600??2011-05-09?10:29??代碼\Chapter1\Ex1_1\Ex1_1\bin\Debug\Ex1_1.vshost.exe
?????文件????????490??2010-03-17?22:39??代碼\Chapter1\Ex1_1\Ex1_1\bin\Debug\Ex1_1.vshost.exe.manifest
?????文件???????2481??2011-05-09?11:50??代碼\Chapter1\Ex1_1\Ex1_1\Ex1_1.csproj
?????文件???????5876??2011-05-09?11:50??代碼\Chapter1\Ex1_1\Ex1_1\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????258??2011-05-09?10:47??代碼\Chapter1\Ex1_1\Ex1_1\obj\x86\Debug\Ex1_1.csproj.FileListAbsolute.txt
?????文件???????4608??2011-05-09?11:50??代碼\Chapter1\Ex1_1\Ex1_1\obj\x86\Debug\Ex1_1.exe
?????文件??????11776??2011-05-09?11:50??代碼\Chapter1\Ex1_1\Ex1_1\obj\x86\Debug\Ex1_1.pdb
?????文件????????260??2011-05-09?11:50??代碼\Chapter1\Ex1_1\Ex1_1\Program.cs
?????文件???????1342??2011-05-09?10:29??代碼\Chapter1\Ex1_1\Ex1_1\Properties\AssemblyInfo.cs
?????文件????????857??2011-05-09?10:29??代碼\Chapter1\Ex1_1\Ex1_1.sln
????..A..H.?????15360??2011-05-09?11:59??代碼\Chapter1\Ex1_1\Ex1_1.suo
?????文件???????8192??2011-05-09?14:22??代碼\Chapter1\Ex1_2\Ex1_2\bin\Debug\Ex1_2.exe
?????文件??????22016??2011-05-09?14:22??代碼\Chapter1\Ex1_2\Ex1_2\bin\Debug\Ex1_2.pdb
?????文件??????11600??2011-05-09?11:59??代碼\Chapter1\Ex1_2\Ex1_2\bin\Debug\Ex1_2.vshost.exe
?????文件????????490??2010-03-17?22:39??代碼\Chapter1\Ex1_2\Ex1_2\bin\Debug\Ex1_2.vshost.exe.manifest
?????文件???????3669??2011-05-09?14:10??代碼\Chapter1\Ex1_2\Ex1_2\Ex1_2.csproj
?????文件????????358??2011-05-09?14:34??代碼\Chapter1\Ex1_2\Ex1_2\Form1.cs
?????文件???????2018??2011-05-09?14:07??代碼\Chapter1\Ex1_2\Ex1_2\Form1.Designer.cs
?????文件???????5817??2011-05-09?14:07??代碼\Chapter1\Ex1_2\Ex1_2\Form1.resx
?????文件???????2152??2011-05-09?11:59??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6169??2011-05-09?14:22??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????532??2011-05-09?14:10??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\Ex1_2.csproj.FileListAbsolute.txt
?????文件???????8192??2011-05-09?14:22??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\Ex1_2.exe
?????文件????????180??2011-05-09?14:10??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\Ex1_2.Form1.resources
?????文件??????22016??2011-05-09?14:22??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\Ex1_2.pdb
?????文件????????180??2011-05-09?14:10??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\Ex1_2.Properties.Resources.resources
?????文件????????180??2011-05-09?14:10??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件????????450??2011-05-09?14:10??代碼\Chapter1\Ex1_2\Ex1_2\obj\x86\Debug\GenerateResource.write.1.tlog
............此處省略3077個文件信息
- 上一篇:MODUBUS C#代碼
- 下一篇:C#計算機操作系統哲學家就餐問題
評論
共有 條評論