CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - CALL

搜索资源列表

  1. FinderDemo

    0下载:
  2. 多线程的VC++高速文件搜索代码,设置路径、文件名、包含字符、线程数,程序会快速运行起来,不过你的硬盘可要忙的不亦乐呼了,一般情况下,搜索文件速度受制约的是硬盘,而不是程序本身。 -Multithreaded VC++ high-speed file search code, set the path, file name, including the characters, the number of threads, the program will quickly run up, bu
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:45568
    • 提供者:madud00144
  1. ThreadPool.rar

    0下载:
  2. 多线程池模块,可以通过简单的调用获得稳定的多线程支持,已经过充分测试。,Many thread pool module, you can call through the easy access to a stable multi-threading support, has been fully tested.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:13450
    • 提供者:江浩
  1. NTHideProcess

    0下载:
  2. NT下隐藏进程的方法,把它封装成类,直接包含头文件调用方法既可。-NT hide process under way to put it into a type of packaging, direct method call that contains both header files.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:2768
    • 提供者:zhusanjiang
  1. jTaskView

    0下载:
  2. 用于枚举进程及其所挂接的所有模块,并实现了远程卸载指定的进程模块,此外,实现了对系统运行对话框、文件属性对话框的调用。-For the enumeration process and articulated by all modules, and to achieve the long-range process to uninstall the specified module, in addition, the realization of the system dialog box, th
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:24015
    • 提供者:dannys
  1. TestScriptThread

    0下载:
  2. vc内调用脚本引擎,多线程内vb脚本计算,-vc call scr ipting engine, multi-threaded calculation in vb scr ipt,
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:201260
    • 提供者:wangxb
  1. lin

    0下载:
  2. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒-Process when the process of scheduling one of the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1992
    • 提供者:linguangzhi
  1. PostMessageSendMessage

    0下载:
  2. 多线程间发送消息,调用系统的消息机制实现用消息进行线程间的通信-Send message among many threads, call system with message message mechanisms to achieve inter-thread communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:65326
    • 提供者:丸子
  1. threadVS2005

    0下载:
  2. 在VS2005环境下调用WORKER线程的例子-Call in the VS2005 environment WORKER thread example
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:8501713
    • 提供者:robin
  1. Thread

    0下载:
  2. Asm win32 多线程开发,在win32 asm 下创建线程和线程的调用。-Asm win32 multi-threaded development, in the win32 asm create threads and thread call.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:5203
    • 提供者:陈振兴
  1. OS

    0下载:
  2. 进程创建与调用,销毁等功能演示,包含Window内核实验教程电子书,以及系统调用查找电子书和《自己动手写操作系统》-Process creation and call features such as the destruction demo, including Window kernel Experimental Course e-books, as well as system calls to find e-books and the " it-yourself to write
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-20
    • 文件大小:31879821
    • 提供者:abbyxie
  1. threadx1

    0下载:
  2. delphi 线程替换单元。 制作的DLL,可以其它原因调用-delphi thread Replaceable Unit. Produced DLL, you can call other reasons
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2046
    • 提供者:陈日月
  1. ProducerConsumer

    0下载:
  2. 基于对象调用wait与notify方法解决生产者-消费者问题-Object-based solution to call the wait and notify the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:685
    • 提供者:1
  1. jinchengguanli

    0下载:
  2. 模拟系统进程管理程序、、、用于操作系统课程实验,加深进程在系统中的调用的理解-Simulation system process management processes,,, for the operating system course experiment to enhance process understanding of the system call
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:38244
    • 提供者:wjinsh
  1. Mutex_Critical

    1下载:
  2. 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-05
    • 文件大小:856064
    • 提供者:chenzifeng
  1. ThreadTest

    0下载:
  2. 线程实例,线程间通讯控制,辅助线程调用主线程控件-Thread instance, controls communication between threads, worker threads call the main thread controls
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1963893
    • 提供者:fengzhengsong
  1. CommTest

    0下载:
  2. 1.使用多线程的串口类。有读线程和写线程,发送、接收缓冲区(默认2048字节),满足高性能的收发要求。 2.提供事件通知回调函数接口,可以实现接收的消息接口 3.可以监控Modem事件,提供流控接口。 4.调用接口简单。使用例程参考CommTest.dsw-1. Using multi-thread serial port class. Have read the thread and write threads, send, receive buffer (def
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:84224
    • 提供者:梁东
  1. KillExe

    0下载:
  2. Kill当前正在运行的进程。功能相当于任务管理器。 1.列表框显示正在运行的进程.(Process) 2.Kill正在运行当中的进程,加入选择程序提示. 3.程序启动时在任务栏上隐藏本程序. 4.About对话框. 5.Kill进程之后可以刷新进程列表. 6.屏蔽系统热键功能. 7.Beauty按钮调用: 1.CreateProcess函数调用Notepad,用TerminateProcess函数关闭. 2.用Winexec调用Windows自带的
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:32729
    • 提供者:Domain
  1. CMutexDemo02

    0下载:
  2. 线程间通讯,通过互斥锁同步技术实现,能够很好的解决线程调用的安全性问题-Inter-thread communication, synchronization by mutex implementation, the thread can call a good solution to security problems
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:27193
    • 提供者:peterlee
  1. program1

    0下载:
  2. 进程管理..父子进程的控制和调试..进程调用的权限以及进程调用的顺序.-Process management process .. son .. the process control and debugging process of calling permissions and call order.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:119875
    • 提供者:孙赫
  1. Add

    0下载:
  2. c#写的两个线程类之间的调用,我用的是vs2008-c# write two threads call between classes, I use vs2008
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:37051
    • 提供者:汤文镇
« 1 23 4 5 6 »
搜珍网 www.dssz.com