資源簡介
c#(c sharp)實用100小實例
內容有
鋸齒型數組
重載
郵件提示器
郵件發送程序
透明窗口
進度條的使用
運動的球
菜單的使用
翻牌游戲
網頁下載器
線程例子
線程休眠
類型轉換
簡易計算器
生成網頁
添加控件
浮動的窗口
瀏覽圖片
測試webserer
棧的操作
枚舉的使用
構造函數
來抓我啊
顯示系統字體
時鐘的使用
旋轉的秒針
方法重載
文件讀寫
文件夾內容搜索器
數組應用
支持單用戶的服務器模型
掛起恢復線程
拼圖游戲
恢復掛起線程
工具欄的使用
多窗口應用程序
圖片轉換器
命令行參數
啟動停止線程
關于數據類型
使用狀態欄
使用提示信息
使用剪切板
使用刷子
使用splitter
使用GDI
使用datetimepicker
使用checkdelistbox
位運算
九九乘法表
writeData
useTreeView2
useTreeView
useipbox
useDataGrid
useADO
TrayApp
Transform
tableInfo
sever
readRegData
readData
ping
Parse用法
noBorderApp
IrcBot
ipbox
DateServe
DateClient
DataTableCompute
clint
allProcess

代碼片段和文件信息
using?System;?
using?System.Diagnostics;
public?class?AllProcess
{?
????public?AllProcess()
????{?
????????//?
????????//?TODO:?Add?Constructor?Logic?here?
????????//?
????}
????public?static?int?Main(string[]?args)?
????{?
????????//?構造進程數組
????????Process[]?procList?=?new?Process[100];?
????????
????????//?得到所有的進程
????????procList?=?Process.GetProcesses();?
????????
????????//?打印前20個進程的進程名稱和ID號
????????for?(?int?i=0;?i<20;?i++)?????????
????????{?????????
????????????string?strProcName?=?procList[i].ProcessName;?
????????????int?iProcID?=?procList[i].Id;
????????????Console.WriteLine(strProcName?+?“?:?“?+?iProcID);
????????}?
????????return?0;?
????}?
}?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????26??2007-03-20?18:27??c#100例\說明.txt
?????文件?????865502??2002-05-08?17:14??c#100例\鋸齒型數組\13.bmp
?????文件????????793??2001-11-28?21:53??c#100例\鋸齒型數組\jaggedArray.cs
?????文件???????3584??2002-01-27?03:22??c#100例\鋸齒型數組\jaggedArray.exe
????..A.SH.??????5120??2008-10-11?16:13??c#100例\鋸齒型數組\Thumbs.db
????...D..R?????????0??2008-10-11?16:13??c#100例\鋸齒型數組
?????文件?????865502??2002-05-08?17:18??c#100例\重載\18.bmp
?????文件???????2537??2001-11-29?23:43??c#100例\重載\rectangle.cs
?????文件???????4608??2002-01-27?03:29??c#100例\重載\rectangle.exe
????..A.SH.??????5120??2008-10-11?16:13??c#100例\重載\Thumbs.db
????...D..R?????????0??2008-10-11?16:13??c#100例\重載
?????文件?????340854??2002-05-09?14:08??c#100例\郵件提示器\64.bmp
?????文件????????766??2001-11-11?15:49??c#100例\郵件提示器\email009.ico
?????文件???????1078??2001-11-11?15:43??c#100例\郵件提示器\EmailNotofier\App.ico
?????文件???????2426??2002-01-08?12:54??c#100例\郵件提示器\EmailNotofier\AssemblyInfo.cs
?????文件????????766??2001-11-11?15:49??c#100例\郵件提示器\EmailNotofier\email009.ico
?????文件???????3578??2002-01-14?00:45??c#100例\郵件提示器\EmailNotofier\EmailNotify.cs
?????文件???????1796??2002-01-14?00:43??c#100例\郵件提示器\EmailNotofier\EmailNotify.resx
?????文件???????4319??2002-07-05?17:20??c#100例\郵件提示器\EmailNotofier\EmailNotofier.csproj
?????文件???????1772??2002-07-05?17:21??c#100例\郵件提示器\EmailNotofier\EmailNotofier.csproj.user
?????文件????????922??2002-01-08?12:54??c#100例\郵件提示器\EmailNotofier\EmailNotofier.sln
????..A..H.??????7680??2002-07-05?17:21??c#100例\郵件提示器\EmailNotofier\EmailNotofier.suo
?????文件??????14798??2002-01-14?01:24??c#100例\郵件提示器\EmailNotofier\Form1.cs
?????文件???????3461??2002-01-14?01:24??c#100例\郵件提示器\EmailNotofier\Form1.resx
?????文件????????976??2002-01-14?01:24??c#100例\郵件提示器\EmailNotofier\licenses.licx
?????文件????????326??2002-01-14?01:38??c#100例\郵件提示器\EmailNotofier\obj\Debug\EmailNotofier.EmailNotify.resources
?????文件??????13312??2002-07-05?17:21??c#100例\郵件提示器\EmailNotofier\obj\Debug\EmailNotofier.exe
?????文件???????2242??2002-07-05?17:21??c#100例\郵件提示器\EmailNotofier\obj\Debug\EmailNotofier.exe.incr
?????文件????????277??2002-01-14?01:39??c#100例\郵件提示器\EmailNotofier\obj\Debug\EmailNotofier.exe.licenses
?????文件???????1497??2002-01-14?01:38??c#100例\郵件提示器\EmailNotofier\obj\Debug\EmailNotofier.Form1.resources
............此處省略1497個文件信息
- 上一篇:Asp.net畢業設計網上書店(源碼+論文)
- 下一篇:C#學生管理系統.zip
評論
共有 條評論