搜索资源列表
管理线程
- c#代码,关于管理线程-c # code on the management of threads
与线程进行数据通信
- c#代码,与线程数据通信-c # code, and data communications threads
czxt_1
- 基于dos的多任务系统的实现 通过对线程的创建和撤销,cpu的调度,同步机制,通信机制的实现.-based multi-tasking system of the threads through the creation and withdrawn, cpu scheduling, synchronization mechanisms, communication mechanisms to achieve.
用线程做一个生产者-消费者同步问题
- 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchroni
csharp_thread
- 用C#编写的多线程实例,包括线程监视,线程互锁。-C# prepared by the multi-threaded example, including surveillance threads, thread interlocked.
THREADPOOL_LIMIT_srczip
- 非常不错的线程池代码,让系统的线程池中的线程数超过系统默认上限。-very good thread pool code, the thread pool threads over the system default ceiling.
WinApp_server
- winsocket编程 服务器端程序 当服务器端的网络监听功能打开后,便处于实时的监听状态,可即时监听到用户通过socket发来的信息并进行相应的处理,可同时接受多个用户同时连接,并开启多个处理线程。-winsocket programming process server when the server side of the open network monitoring functions, it is a real-time status monitoring, immediat
writer_reader
- 经典的读者写者问题。设计读写线程,实现对同一文件的读和写的同步。 1.一个线程在写时,其他线程不允许写。 2.一个线程在写时,其他线程不允许读。 3.一个线程在读时,其他线程不允许写。 4.一个线程在读时,其他线程允许读。 -readers to write the classic problem. Design literacy threads, to achieve the same document simultaneously read and write. 1
Thread Tester
- 线程操作示范,是C#源代码,基于.net环境开发,平台是.net framework 1.0版的。-threads demonstration, the C# source code, based on the. Net development environment, the platform yes. Net framework version 1.0.
snap_picture
- 抓屏 通过对屏幕抓屏,进行监控,采用多线程方式-Capturing the Screen Capturing the Screen on the screen, the monitor, using multiple threads
Threadsample
- 挂起,恢复线程。本程序可以显示目前的所有线程。并控制线程的挂起和恢复。-1-2 resume threads. This program will show all the current thread. And control threads suspended and resumed.
Threading
- c#实现的线程实例,怎么实现多线程,以及怎么处理线程事件-c # achieve threads example, how to achieve multi-thread, and how to deal with the incident Thread
Threading
- 此示例演示下面的线程处理技术。有关更多信息,请参见线程处理创建、启动和终止线程使用线程池线程同步和互交-This example demonstrated the following thread processing technology. For more information, please see threads creation, initiation and termination of the use of threads thread pool thread synchroni
copy函数
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
AsyncTcp
- 使用C#做的一个C#异步编程聊天工具,支持多客户端同时在线,线程-Use C# to do a chat with C# asynchronous programming tools, online support multiple clients at the same time, threads
multirequesttest
- c#写的测试多线程获取网页的源码,使用Webclient异步获取!-uses webclient to get html pages with multi threads
AdvanceMtvt
- The MTVT pattern is an architectural pattern used for explicit demarcation of the view and view model via disparate threads of execution. In summary, its main characteristics are that it is comprised of two distinct threads of execution, (one for the
Delegate.Event.Thread
- C#委托,事件,线程程序实例,想学习C#深度编程的朋友应该学一下。-C# Commissioned, events, threads instance, want to learn C# Depth programming friends should learn about.
CS
- 前的线程等待,直到其他线程调用此对象的 Object.notify() 方法或 Object.notifyAll() 方法,或者超过指定的时间量-Wait for the thread before until the other threads to call this object Object.notify () method or Object.notifyAll () method, or greater than a specified amount of time
quicksort
- quicksort with threads
