搜索资源列表
NetDownMTR
- 多线程下载的,性能很好,visual c++编写的,可以参考
它使用了同步对象保护线程请求的数据
- 由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-by Visual C development of a 4.1 ISAPI application, it uses a synchronous Objects (CCriticalSection) to protect the data request threads
StressMark压力测试程序
- StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and p
windowssocket.rar
- <<精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 ," " Proficient in Windows Sockets network development- based on Visu
Liang_Network_programming_2-5
- 这是梁伟《Visual C++网络编程经典案例详解》随书源码(2-5章)。包括的程序有:Socket套接字编程、多线程编程、异步套接字编程、FTP浏览器、网页浏览器。原书所有的源代码文件太大了,只能分成3个资源了。-This is Liang " Visual C++ Network Programming Detailed classic case of" source code with the book (chapters 2-5). The procedures inc
Server
- 使用visual c++ 开发的Socket 套接字服务器端程序,具有和客户端程序交互功能,采用多线程连接多个客户端-use visual c++ and multiple threads socket server_client
mfctalk
- 由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-By Visual C++ 4.1 developing a ISAPI applications, it uses a synchronization object (CCriticalSection) to protect the threads of the data request
SearchLanComputer
- 基于UDP的局域网搜索器(UDP协议,多线程 ,NetBios,Microsoft Visual C++ 6.0、 C++) 功能:搜寻局域网内的计算机的信息(IP地址、工作组、主机名、用户名、MAC地址等),用户可以指定网段,保存搜寻结果 -UDP-based local area network search engine (UDP protocol, multi-threaded, NetBios, Microsoft Visual C++ 6.0, C++) Function
ChatCSocket
- visual c++ 开发的即时通讯软件,包括多线程,通讯的功能。功能较简单,但设计的知识点全面。-visual c++ development of instant messaging software, including multi-threaded and communications functions. Function of relatively simple, but the design of a comprehensive knowledge points.
101259376LANCommunion
- < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual
NetAnts
- 用Visual C++ 6.0开发的类似网络蚂蚁的多线程断点续传工具,希望对大家有用-Visual C++ 6.0 with the development of similar networks ants multi-threaded HTTP, and hopes for all of us
ChatRoom
- Vc++ 打造局域网聊天室 编译器为Visual C++ 8.0 (vs2005) 建立服务器端和客户端,含多线程-TCP/IP CHATROOM
TCPThreadSV
- 使用 Visual C++ 6.0 编译通过。 TCP 多线程服务器, 连接建立后,自动创建服务线程用于通讯。-Using Visual C++ 6.0 compiler. Multi-threaded server TCP connection is established, automatically create a service thread is used for communication.
TCPThreadCL
- 使用 Visual C++ 6.0 编译通过。 TCP多线程服务器对应的客户端程序。 用于根TCP多线程服务器建立连接并通讯。 -Using Visual C++ 6.0 compiler. The corresponding multi-threaded server TCP client program. Multi-threaded servers for the root TCP connection is established and communication.
IOCP
- ICOP服务器的开发,并提供源代码,动态库,调用DEMO(包含VC,C#,Delphi7)。 阅读源代码最好对C++,TCP/IP,socket编程,多线程和MFC有一定了解。 程序编译环境:Visual C++ 6.0。运行在Windows NT/2000或以上版本系统。-ICOP server development, and provide the source code, dynamic library, called DEMO (VC, C#, Delphi7).
WINLOGON
- 用于远程控制,可以发送文件线程、消息线程,监听、接受线程,获取机器信息,琐定键盘线程,查看进程线程,*进程线程等。在Visual C++编译环境下编译通过。-This Project can be used for remote controlling. You can change the processes of a remote computer so that you can control it! It is compiled by VC 6.0. Enjoy yourself!
Visual-CPP Chap 02-07
- Visual C++网络高级编程(上).HTTP客户实例 在线聊天室 多线程HTTP服务器实例 Telnet客户实例等-Advanced Visual C++ network programming (on). HTTP client instance of the online chat rooms, multi-threaded HTTP server instance and other instances of Telnet Client
QQ-with-UDP
- 本设计开发的是一个局域网QQ聊天软件,运用软件工程的设计流程,使用现在比较普遍和流行的C#语言,采用面向对象的方法,综合运用数据库编程技术、多线程开发技术、网络通讯技术,以Microsoft Visual Studio 2005作为系统前台应用程序开发工具,Microsoft SQL Server 2000作为后台数据库管理系统,在Windows XP平台下进行开发。-The topic of this paper is going to talk about that to develop t
Visual-CPPzidingyixiaoxichuansong--
- 在Visual C++中利用自定义消息实现线程间通讯-In Visual C++ to achieve a custom message in the use of inter-thread communication
VS2008-C-socket-server
- Visual c++ 下使用C语言开发的SOCKET网络通信程序,服务端,多线程,可以同时接受多个客户端的连接请求,最大连接数可修改。-Developed using C language Visual c++ the SOCKET network communication program, the server, multi-threaded, can also accept multiple client connection requests, and the maximum numbe
