搜索资源列表
Delete itself
- 一个能自我删除的程序,没有令起其他线程来删除,非常值得研究。-a self-delete procedure is not one to play the other threads to delete, very worthy of consideration.
简单全局变量参数传递
- 此代码是在多线程下,线程间参数用全局变量传递的代码。-this code in multithread, with the threads global variable parameter transmission of the code.
CreateThread函数创建窗口线程
- 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
chip(单片机源程序)
- 好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the law on the issue of the Dinin
中国黑客源
- C语言实现的中国黑客病毒部分代码,可以很好的理解“三线程”编程技术,线程插入技术。-C language of the Chinese hackers part of the virus code can be well understood "three threads" programming, insert the threaded technology.
BankExample
- 编写一个Java应用程序,在线程中再创建2个线程,要求线程经历4种状态:新建、运行、中断、死亡。-prepared a Java application procedures, the threads again create two threads, thread requirements experienced four stages : new, operations, interruption, death.
Wom
- Windows优化大师 6.5 Build 5.124 更新如下: 1、修正了Windows文件加密的一处错误。 2、改进了系统信息检测。 (1)、改进了存储系统检测。 (2)、改进了处理器信息检测。 3、改进了网络系统优化。修正了优化参数,改进了IE与其它设置模块。 4、改进了冗余动态链接库清理。该模块改进为一个独立的线程。 5、改进了垃圾文件清理。 (1)、垃圾文件清理模块改进为多线程方式。 (2)、重复文件分析模块改进为多线程方式。 6、改进了注册表清理。修正了与一款制图软件的兼容性。
xiancheng
- 线程通信的小例子,简明,简单易懂,用记事本也可以打开看,java环境-threads communications small examples, concise and easily understood, with the notebook can be opened, java environment
nettyut
- java 网络编程的源代码,学习socket编程和线程很有帮助-java network programming source code, learning socket programming and helpful threads
threadtyut
- java线程的源代码,是关于线程的,对理解线程很有帮助 -java source code is on the threads, thread helpful for understanding
Philosophers
- 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest
libgdnet_07040601
- 由GOOGLE的JINGLE项目中移植的网络库,可加入到Embedded Visual C++的项目中,内置完善的消息模型,线程模型等-from the transplant JINGLE projects for the network. can be added to Embedded Visual C projects, the built-in sound source model, threads model
Ant-mfc
- 在这里可以下载到,精神恍惚了一个星期,终于写完了,真是高兴啊,挺好玩的, http://www.0635jj.com/蚁群算法MFC版演示程序. ... 多个线程读到的内容大体都相同,怎么能让每个线程有一个独立的数据源来产生随机数呢,,,,大家在用程序的时候,-here can be downloaded to a trance, a week, finally finished, really pleased ah, very good play. http : / / www.0635jj.
Threads.Primer.A.Guide.to.Multithreaded.Programmin
- Threads.Primer.A.Guide.to.Multithreaded.Programming,多线程编程的入门级参考书
MyThread
- 汽车线程多线程并行-car multithreaded parallel threads
线程编程技巧
- 在VC中各种线程编程技巧-in VC various threads programming skills
fdtd_3D_xyzPML_Threads_Decomp
- 利用c++语言写的三维FDTD,计算Threads
进程&线程查看器
- 关于进程&线程查看器 用过vc++自带的Process Viewer,觉得这个小程序简单易用,有时候作用还很大,我就产生了自己做一个类似程序的想法,想着想着就着手作了起来。 首先我查看了有关进程和线程的api函数(在tlhelp32.h中)了解了他们的用法。 具体实施阶段: 界面设计:该实用程序的界面几乎完全参考vc++自带的Process Viewer,以前从未接触-threads on the process used vc viewer's own Process Vi
anviz sdk manual
- anviz sdk manual // If it use the RS232 communication method, please register the comm. port number which is occupied by the machine. CKT_RegisterSno(12345678, 1); CKT_RegisterSno(87654321, 2); // If it use the TCP\IP communication method, please reg
