Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
IOCP network architecture model source code
no vote
Application background IOCP full name Completion Port I/O, Chinese translation for the completion of the I/O port. IOCP is an asynchronous API I/O, which can efficiently notify the application of the I/O event. With the use of select () or other asynchronous methods, a socket socket] is associated with a completion port, and then it can continue to carry out normal WinSocket operation. However, when an event occurs, the completion port is added to a queue of the operating system. Then the application can query the core layer to get the completion port. Key Technology IOCP in addition to a server socket, also need to complete the port of the handle, the handle directly call API, binding port, the establishment of a monitoring thread, to monitor the client connection, when a connection to the IOCP on the team, and then create a few working threads, so in the connection, IOCP model will be in the working thread, so that we can in the work thread, co
gtygty
2016-08-23
0
1
Instant chat software
no vote
Application background This is written in C++, based on UDP remote chat software, support for single private chat, multi group chat, as well as server radio and other basic functions, can be used for reference for beginners to learn. Key Technology The program to C++ programming language, using MFC as the framework, CS network architecture, UDP socket, compressed packet is divided into two client and server program, VC6 compiler through.
gtygty
2016-08-23
0
1
Camera control program
4.0
Application background Based on C++ development of the camera control procedures, using the OPENCV library for image processing, the full realization of the camera's open operation and screenshots and other functions, can be used for reference for beginners to learn from Key Technology Using C++ as the development language development, using the OPENCV library functions for image processing, the need to install the OPENCV and the construction of the project to confirm the correct path of each library, otherwise it will go wrong
gtygty
2016-08-23
3
1
No more~