资源列表
VCPP-Threads-working-study
- Its my study program for working with threads. It demonstrates 3 methods of syncronization in VC++.
socket-code
- 这份资料是应用socket和多线程实现服务器与客户端通信,多个客户端之间互相通信的功能-This information is the application socket and multi-threaded server and client communication, the function of communication between multiple clients
Bank
- 银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。 编程实现该问题,用P、V操作实现柜员和顾客的同步。 -Bank tellers have n responsible for customer service, the customer enters the bank to take a number and wait for call number. When a teller idle down, and called the
jiantingTCP
- 实现监听TCP,接受TCP发来的信息并显示-Implement the listener TCP to accept the TCP sent the information and displays
2016-09-02_1_china
- Talesrunner server files.
task10
- 编写一个控制台程序,能够实现Windows任务管理器中进程管理的功能,具体功能包括:当前运行的进程名、进程ID、用户名、CPU占用率、内存使用等,并能够不断刷新CPU占用率和内存使用。该程序本身的CPU占用率低于5 。-Write a console program, to achieve the Windows Task Manager process management functions, specific features include: the name of the curren
countNumber
- 网络版数数字,分为客户端和服务器端,实现了通信-Network edition numbers, divided into client and server side, to achieve a communication
CThreadPool
- vc 线程池demo 实现线程队列 windows平台(VC thread pool, demo implementation, thread queue, windows platform)
zhexuejia-
- 哲学家算法uc_os实现,可以直接运行,不需要额外配置环境-Uc_os philosopher algorithm to achieve
test_binary
- 海康威视抓图代码,解码yui方便后期的图像处理,有文件说明-Hikvision capture code decoding yui facilitate post image processing, are documents that
Win32多线程程序设计(源代码)
- ● Internet开发范例,包括ISAPI和WinSock。 ● 如何在服务器中使用线程和overlapped I/O。 ● 如何在多线程环境中使用C runtime函数库和MFC. ● 以C和C++写成的各个范例程序。 ● UNIX环境比较。让UNIX下的开发人员能转移到Win32. (Internet development examples, including ISAPI and WinSock. How to use threads and overlapped I
threadVS2005
- 在VS2005环境下调用WORKER线程的例子-Call in the VS2005 environment WORKER thread example