搜索资源列表
-
0下载:
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
-
-
0下载:
CSharp多线程的实用例子,可参考其中的程序,进行改写,实现其它功能。-CSharp multithreaded practical examples, refer to one of the program, be rewritten to achieve other functions.
-
-
0下载:
多线程的VC++高速文件搜索代码,设置路径、文件名、包含字符、线程数,程序会快速运行起来,不过你的硬盘可要忙的不亦乐呼了,一般情况下,搜索文件速度受制约的是硬盘,而不是程序本身-Multithreaded VC++ high-speed file search code, set the path, file name, including the characters, the number of threads, the program will quickly run up, but
-
-
0下载:
一个C#多线程案例,多个进度条的控制,
学习多线程的入门程序-A C# multi-threaded case, the progress bar control, learning multithreaded entry program
-
-
0下载:
闹钟程序,一小时闹钟响起一次,很简单的,c#学习多线程的时候写的-Alarm clock program, one hour alarm goes off once very simple c# learning multithreaded write
-
-
0下载:
该程序实现了操作系统中的多线程实例,提供可视化界面。-
The program implements a multithreaded operating system instance, provide a visual interface.
-
-
0下载:
多线程可以提高CPU的利用率。在多线程程序中,一个线程必须等待的时候,CPU可以运行其它的线程而不是等待,这样就大大提高了程序的效率。-Multithreading can improve CPU utilization. In a multithreaded application, a thread must wait for the time, CPU can run other threads instead of waiting, thus greatly improving the
-