搜索资源列表
Multi_Threads
- 许多种类的应用程序都需要长时间操作,比如:执行一个打印任务,请求一个 Web Service 调用等。用户在这种情况下一般会去转移做其他事情来等待任务的完成,同时还希望随时可以监控任务的执行进度。 -many types of applications require prolonged use, such as : the implementation of a print job, request a so called Web Service. Users in this situat
powerdown
- 用VC写的一个可以关闭系统的程序,直接把电源也关掉了,运行该程序前要小心把未保存的东西先保存!-VC can write a closed system procedures, directly to switch off the power supply is also running the program prior to the careful preservation of not keeping things first!
MY_VC_Multi_Thread
- 用VC编写的一个多线程程序,,,,,大家一起学习交流一下-VC prepared by a multithreaded process ,,,,, we learn things about the
LogicAnalyzer
- 虚拟逻辑分析仪的上位机,逻辑分析仪的触发字等操作规则都是软实现的,显示也用到数字图像处理的东西-Virtual Logic Analyzer the PC, logic analyzer trigger characters operating rules are soft to achieve, and show that also uses digital image processing things
codecnt_1024024
- 用于破解WINDOWS管理员口令的东西,密码穷举法。本程序是在单线程的基础上简单修改而得,未经严格测试,大家可以帮忙把该程序完善以下-for Windows administrators crack passwords things, the password exhaustive law. This procedure was threaded on the basis of simple changes derived, without rigorous testing, we can he
UseHookForThread
- 在线程中使用HOOK的编程要点 我所上传的是一篇关于如何在线程中使用钩子机制的文章,由于考虑到各自的程序所作的事情各不相同,所以文中以要点的形式摘录了程序的源代码。虽然源代码是用C++ Builder 5.0,相信编程者只要搞清楚这些要点,则采用其他C++编程环境实现起来也很容易。-thread in the use of the programming elements HOOK my upload is a thread on how to use the article hook me
C++hao-zi-liao
- 大家共享好东西, 尤其是学C++的出血者-share good things, especially learning C bleeding
loadEXE.rar
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。,of non-self-injected into the EXE other process control operation of the code. Very classic things.
Cmultithreadedobjectorientedprogramming
- C面向对象多线程编程,希望能对大家有帮助,里面有很多值得我们学习的东西 -C multi-threaded object-oriented programming, hoping to be helpful for all of us, there are many things we can learn
jinchengmeiju
- 一个可以枚举 所有进程的东西 类似任务管理器。 VB遍的 注释很详细 对新手学习很有帮助-One can enumerate all the things that a similar process in Task Manager. VB over the comments in detail on the novice to learn useful
ThreadTest
- 简单多线程,为练手而做的小东西,初学者可以拿来看看,但别学啊,不然为以后的学习不好-Simple multi-threaded, for the practicing hand and do the little things, for beginners to borrow it, but ah do not learn, or not good for the future learning
164105xiancheng
- 主要是一些写线程的东西,线程的创建调用,停止,同步和异步线程的使用方法,mfc-Mainly because some things to write threads, thread creation calls, stop, synchronous and asynchronous threads to use, mfc
w32_multithreaded
- windows 多线程实例,国外网站上下的,很好的东西 -multi-threaded windows instance, foreign websites up and down, good things
ThreadOperation
- 新手用来理解线程的东西,这是我学多线程的那天,边学边写的,很多功能没完善,但可以做参考!-Novice to understand the thread of things, this is the day I learned multi-threaded, learning and writing, and many features not perfect, but a reference!
sx
- 操作系统中进程同步的问题,生产者-消费者模型的代码 在同一个进程地址空间内执行的两个线程。生产者线程生产物品, 然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线 程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物 品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者 线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有 满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出 来。 -Operating systems pr
Booststl
- C 的学习资料,学习多线程的好东西,希望对大家有用-C learning materials, learning multithreaded good things, we hope to be useful
danEXE
- 单EXE文件增大的一个东西,对EXE很有用的。-A single EXE file increases things is EXE useful.A single EXE file increases things is EXE useful.
MultiThread
- 如果我们在一个MFC对话框程序里面,点击一个执行延时10秒的按钮,那么在这10秒延时过程中,对话框程序将无法做其他的事,不响应其他的消息,那么它就是一个单线程的程序,因为它本身就拥有一个主线程,主线程处于工作状态,将无法响应其他的消息。 因此,为了让程序更好的处理一些耗时的操作,所以将一些耗时的,并且不直接表现在界面上的一些工作,另开一个线程去操作,因此在这里有必要学习——多线程编程。-If we are in an MFC dialog program inside, click on a
ischool_exam_v3.7.0
- 考试随机抽题系统 好东西 很好的东西 好东西-Examination random questions good thing good things good things
Jaac
- 聊天室的服务器与客户端程序,好东西啊,用java写的-Chat room server and the client program, good things, written in Java
