搜索资源列表
copy函数
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
ChatRoomServer
- c#服务器, 采用线程池等技术实现, 很适合学习, 也适合在这基础上开发出高性能服务器-c# server, using the thread pool, such as technology, it is suitable for learning, but also on this basis for the development of high-performance server
clientreceiveServerpicture
- C#client接受从Server截幕图像并且显示,程序中采用工作者线程来处理,如果不用线程则界面不管是服务器端还是客户端都会呈现死机状态。-C# client to accept cut-off-screen image from the Server and displays, the program used in worker threads to handle, if you do not have the thread interface regardless of server-s
myWeather
- C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致
cses-0.3
- SMTP Server The SMTP Server component (ces.smtp.server.dll) provides the ability for programs to implement a SMTP Server and process the incoming email in custom code. To use this component your code needs to do the following: Implement th
TCPThreadPool
- 线程池的例子,包括服务器和客户端希望对大家有所帮助-Examples of the thread pool, including server and client hope to help
cpsServer
- 服务器多线程通信 异步查询数据,定时器,多线程,队列-Server multi thread communication The asynchronous query data, timer, multi thread, queue
frmMain
- 利用两个线程,一个线程实现从服务器上定时读取数据,另外一个线程实现定时发送短信。这样就实现了短信的自动发送功能。-Using two threads, a thread implementation timing to read data the server, another thread implementation regularly send text messages. So that it can realize the function of text messages sent
NET_Source
- c# socket 服务端异步通信,高并发,多线程-Socket c# server asynchronous communication, high concurrency, multi thread