资源列表
Chat_MultiThread
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex object to achieve multithreaded synchronization. How to u
xiancheng1
- 点下按钮,增加一个线程!并且增加一百个红点-point button, add a thread! It increases 100 red spots
threadpool2
- windows下线程池的使用,对学习windows的线程机制很有用处-windows Thread pool use, to learn windows threads useful mechanism
shakang
- 在linux平台下运行的多进程运行的程序,在其间共享锁以实现通讯。-running under Multi-process operation procedures, in which shared lock to achieve communication.
guchengliuyanxitong
- 不需要解码 ,直接打开就好拉,呵呵,没有密码啊,希望大家有用啊-not decoding, directly open like Rafah, Oh, no password ah, ah may be useful
MIFAREMFRC500
- philips RC500底层函数库包括以下文件-Philips RC500 underlying functions include the following documents
ThreadSync
- 该应用程序运行后自动创建两个线程。线程1每50毫秒计数器加1,线程2每100毫秒计数器加1。只读编辑框中分别显示两个计数器的值。两个命令按钮分别控制线程1和线程2的挂起和恢复。“同步”复选框控制两线程的同步,当处于同步状态时,同一时刻只能有一个线程拥有信号量对象,当某一线程拥有信号量对象时,计数器加10,然后释放信号量对象。由于两线程优先级相同,因此,执行结果是每个线程计数器一次以10为步长增加。-run the application automatically creates two thr
454)
- Syntax Analyzer
modifyEXE
- 修改EXE文件,要求使用者熟悉EXE文件格式,明白修改原理,对病毒的插入文件有指导意义。-changes that users familiar with the EXE file format, to understand changes principle, insertion of the virus and documents guiding significance.
proessattack
- 攻击进程程序,通过分析进程,关闭我们需要进程,达到攻击目的。-attack on the process procedures, through the analysis process, we need to shut down the process, reaching attack purposes.
expe3
- 进程间通讯,分别运行三个程序,然后再进行通讯!-inter-process communication, running three separate procedures, and then communicate!
WindowsprocessCode
- 经典的windows进程程序案例,初学者可以很快了解windows进程控制。-classic case process procedures, beginners can quickly understand the process control windows.