搜索资源列表
VC写的一个线程池的管理实例
- 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
VC多线程编程大全
- VC多线程编程大全的好书,值得推荐哟,欢迎下载!-VC multithreaded programming accessible books worth recommending yo welcome to download!
多线程实例
- 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
多线程编程
- VC++多线程编程
vc++多线程
- 多线程编程 进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。 线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。 每一个进程至少有一个主执行线
dbg_src.zip
- VC++编程,这是一个记录多线程日志文件的类,对于初学者有好处,VC++ Programming, this is a record of multi-threaded log file type, good for beginners
vc_serialport_communication
- MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
daothreadfix
- VC++编程,多线程的DAO,对于数据库的多线程处理有一定帮助-VC++ Programming, multi-threaded DAO, the database of multi-threaded processing to some extent help the
MultiThread
- VC++多线程编程 线程池 线程调度 线程同步-Multi-threaded programming VC++ thread pool thread scheduling thread synchronization
LANChat
- 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
two_control
- VC++2005编程实例,源代码,第2章 程序控制编程实例,如何创建带参数多线程程序,如何为应用程序添加背景音乐,如何获取图像编码器信息,如何控制图像转换质量等42个实例-VC++ 2005 programming examples, source code, Chapter 2 Examples of process control programming, how to create multi-threaded program with parameters, how to add bac
PortScan0623
- VC多线程编程,可开启线程及关闭线程。并对线程进行扫描。VC多线程编程,可开启线程及关闭线程。-VC multi-threaded programming, which can be opened and closed the thread thread. And scan threads. VC multi-threaded programming, which can be opened and closed the thread thread.
lesson
- VC的多线程编程,一共有8个实例,涉及多线程的所有方面,四种线程同步方式,分别有例子。-VC of the multi-threaded programming, a total of eight examples, involving all aspects of multi-threaded, four-thread synchronization mode, the respective examples.
VC_MultiThread
- VC++多线程编程实例集锦,很多多线程编程的例子-VC++ examples of multi-threaded programming highlights many examples of multi-threaded programming
VC
- VC多线程编程参考资料,供深入学习多线程编程人员参考!-VC multithreaded programming reference for in-depth reference for programmers to learn multiple threads!
multithread
- VC++多线程编程实例,很好的一个例子,容易理解-VC++ multi-threaded programming examples, an example of good, easy to understand
VC-multi-threaded-programming
- VC多线程编程 --为广大正在学习C++多线程编程的朋友提供帮助。VC multi-threaded programming - for the majority are learning C + + multi-threaded programming to help a friend-VC multi-threaded programming- for the majority are learning C++ multi-threaded programming to help a fri
51CTO下载-29782196VC多线程编程大全(1)
- VC++多线程实例,为了补充C++没有线程池的缺憾(VC++ multithreaded instance)
C++多线程编程
- 多线程编程总结,讲述了多线程创建使用的方法,有代码实例。(Multithreaded programming, about the way to create using multi-threaded, with code examples.)
VC 多线程编程
- VC ++多线程编程详细讲解与实例()