资源列表
PostMessageSendMessage
- 多线程间发送消息,调用系统的消息机制实现用消息进行线程间的通信-Send message among many threads, call system with message message mechanisms to achieve inter-thread communication
duo_xian_cheng_wen_zhang
- VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助-VCHOME database, multi-threading technology articles, personal feeling of doubt, multi-threaded programming under windows very helpful
dialog_9
- 用VC模拟的生产者与消费者问题,只是一个界面实现简单功能,其他得还需弥补-Analog with VC problem of producers and consumers, only a simple interface functions, other may need to make up for
DynamicDllLoading_demo
- dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obta
jibu_java_1.0.0
- 多核多线程并行编程库源代码。JAVA语言。-Multi-core multi-threaded parallel programming library source code. JAVA language.
Dijkstra-omp
- C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
Tree
- 多线程画树,在多线程的同步与异步中,线程互相不干扰出错,画出的树-Multi-threaded draw trees, many at the synchronous and asynchronous threads, the threads do not interfere with each other is wrong and draw the tree
jicheng
- 在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器,找到想结束的程序,点一下“结束任务”就了事了,呵呵,虽然有点粗鲁,但大多数情况下都很有效,不是吗? -In the WINDOWS operating system, when we can not or do not know how the end of the end of a procedure, or are too la
duoxianchengbiancheng
- 多线程编程指南,sun公司出品,很不错。-Multi-threaded programming guide, sun products company, is pretty good.
Lock
- Mutex锁的封装类,设计精良,初学者必看-Mutex lock package categories, well-designed, beginners must-see
004
- 关于命名管道或命名管线这种简单的进程之间的通讯机制。-On the named pipe or named pipe that simple communication mechanism between processes.
ThreadMutex3
- 实现多线程互斥的一个通用代码,对学习非常有用.-To achieve a mutually exclusive multi-threaded general-purpose code, very useful for learning.