搜索资源列表
OS_HairCut_CSharp
- 操作系统课程实验里理发师问题的报告,用于模拟进程调试,程序用C#实现-operating systems courses experiment Barber's report for the modeling process debugging, procedures using C#
guanlixiancheng
- 我学C#线程是从网上下载的代码,对我的帮助不小,希望也对大家有所帮助-I learn C# thread is downloaded from the Internet the code for my help is not small, we hope to help
fystemsystemsource
- C#源码,DNS集成服务系统,是学习c#系统编程的一个好例子,-C# source code, DNS integrated service system, is a good example to learn c# programming system,
brntainment
- 一个用c#写的小程序啊!!很不错的哦!!希望对大家的编程起到一些启发的作用(A small program written in c #!!)
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b
C# UDP 异步通信
- 用VisualC#实现UDP协议,最为常用,也是最为关键的类就是UdpClient,UdpClient位于命名空间System.Net.Sockets中,VisualC#发送、接收UDP数据包都是通过UdpClient类的(The realization of UDP protocol with VisualC, the most commonly used, but also the key is UdpClient, UdpClient is located in the namespace
线程同步方法lock
- 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)