登录
首页 » Process-Thread » VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助...

VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助...

于 2022-05-04 发布 文件大小:1.14 MB
0 97
下载积分: 2 下载次数: 1

代码说明:

VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助-VCHOME database, multi-threading technology articles, personal feeling of doubt, multi-threaded programming under windows very helpful

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 线程的同步   虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运...
    线程的同步   虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread synchronization Although multithreading can bring us benefits, but there a lso many problems to be solved. For example, as disk drives such exclusivity system resources and can thread the process of implementation of any code, and the thread running by the scheduling system automatically and to a certain extent the uncertainty, So, then there could be two threads while the disk drives operate, which have operational errors; For example, For the computer banking system, may use a thread to update users of its database, and use another thread to read a database to respond to the needs of depositors, Reading is very likely to read threads database is not fully update the database, Reading may be because the time was only part of the updated dat
    2022-03-26 17:09:07下载
    积分:1
  • 创建、结束进程等操作
    创建、结束进程等操作-creation, the end of the process, etc
    2022-01-26 06:08:34下载
    积分:1
  • 电子时钟C++语言开发,可作为样例进一步改进。
    电子时钟C++语言开发,可作为样例进一步改进。-Electronic Clock C++ language development, can be used as sample for further improvement.
    2022-07-14 06:13:29下载
    积分:1
  • 多线程技术实现文件查找文件,速度超快(用线程互斥锁控制总线程数目)...
    多线程技术实现文件查找文件,速度超快(用线程互斥锁控制总线程数目)-Multi-threading technology to achieve a document to find documents, super-fast (with thread Mutex to control the total number of threads)
    2022-08-24 19:47:30下载
    积分:1
  • VC with the realization of a process of management procedures, covering the basi...
    一个用VC实现的进程管理程序,涵盖了进程管理的基本功能。-VC with the realization of a process of management procedures, covering the basic functions of process management.
    2022-06-13 05:48:55下载
    积分:1
  • Multithreading in VB!!! (updated)
    Multithreading in VB!!! (updated)
    2022-02-01 09:56:10下载
    积分:1
  • Realize a multi
    一个用多线程实现文件查找的例子-Realize a multi-threaded file search example
    2022-07-16 06:39:59下载
    积分:1
  • Simple introduction of the dynamic link library for the novice to learn the use...
    简单介绍了动态链接库的使用对于新手学习动态链接库来说具有很大的帮助-Simple introduction of the dynamic link library for the novice to learn the use of dynamic link library is of great help
    2022-08-24 07:42:01下载
    积分:1
  • 内存管理系统。 用VB编写。希望对大家有点用处~
    内存管理系统。 用VB编写。希望对大家有点用处~-memory management system. VB prepared. We hope to use some ~
    2023-04-19 22:20:03下载
    积分:1
  • 与pssetcreateprocessnotifyroutine,pssetcreatethreadnotifyroutine线程问题。
    用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码为:DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS.很显然,在驱动退出后,一些进线程操作仍然在访问原来的地址,造成出错.在XP后,微软给出了一个函数PsRemoveCreateThreadNotifyRoutine用来清除线程监视函数(清除进程监视的就是PsSetCreateProcessNotifyRoutine).我一直奇怪ICESWORD在2000中是怎么做到进线程监视的.后来才发现,在运行icesword后释放出一个detport.sys文件,然后一直在系统中存在着没有卸载掉.只是把它隐藏了而已^_^.这不是个好消息,难道我为了测试一个驱动,测试一次就得重启一次吗?呵呵,肯定不是啊,所以想办法搞定它.-with PsSetCreateProcessNotifyRoutine, PsSetCreateThreadNotifyRoutine thread to process control, I think we had a very skilled. Sinister In "" A text has been achieved in very good. Some time ago the Internet was seen in the surveillance study of the threads from article more interesting. Write playing with a code to play. on this issue, there have been some proble
    2023-06-28 21:35:02下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载