搜索资源列表
CURVES
- 一个完整的C++程序,可以实现多线程绘制动态的贝塞尔曲线-A complete C++ program, you can achieve a dynamic multi-threaded rendering Bezier curves
3dvector
- 矢量图实现源文件,可以直接包含引用,也可以用于多线程程序-Vector to achieve the source files, can contain references can also be used for multi-threaded program
Code
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Writing multithreaded program, multithreaded applications easily arise. Mutex explain how to use the mutex object to realize multi-thread synchronization. How t