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

搜索资源列表

  1. Terminator

    0下载:
  2. Terminator是一个小程序,使用它你可以说明一个你想要结束的模块的列表(通过路径名或名称)。-Terminator is a small program you can use it to illustrate one you want to end the module list (by name or path).
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:82.46kb
    • 提供者:斯蒂芬
  1. thread_sync

    0下载:
  2. VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36.46kb
    • 提供者:王五
  1. MultiThreads

    0下载:
  2. 本程序实现同时运行的个线段,一个是显示动画的时钟,另一个是展示进度条,进度条恰好表不动画时钟的进度。本程序是基于对话框的MFC应用硬序-the program running simultaneously segments, the show is an animated clock, and the other is to demonstrate progress, the progress of the animation is not exactly table clock progres
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66.05kb
    • 提供者:陈康
  1. pid_display

    0下载:
  2. 列举程序中所有进程的示例,用到windows进程编程的一些原理。-A example of listing all the processes in a program, using the principle of windows processes programing.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:15.77kb
    • 提供者:田野
  1. 钩子的应用程序运行监视

    1下载:
  2. 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop th
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.61kb
    • 提供者:好笑
  1. ProcessDaemon

    1下载:
  2. 一个VC编写的进程守护程序:此程序可以搜索在系统中运行的所有进程,并找到你制定的进程,对进行发送信息或关闭进行,重新启动进程。-a VC prepared by the guardian of the process : this program can search in the system running all the process and find your development process and for sending information or closed, rest
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32.95kb
    • 提供者:蔡波
  1. powerdown

    0下载:
  2. 用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!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.1kb
    • 提供者:忠成
  1. 进程和线程

    0下载:
  2. 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19.64kb
    • 提供者:朱善发
  1. ProcContrlTest

    0下载:
  2. 本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等) 还提供启动进程,按进程名*进程,按进程ID*进程的功能。-ProcControl the program category, providing enumerate the functions of the process (process information, including : process ID, process name
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:38.8kb
    • 提供者:童彬
  1. Java_Try

    0下载:
  2. 此程序写的是java中进行异常处理的例子,引用系统异常类,或自定义异常,便于初学者参考-this program is written in java Exception Handling for example, under the category of system abnormalities, or defined exception to facilitate reference beginners
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.61kb
    • 提供者:陈君
  1. 进程创建

    0下载:
  2. 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.54kb
    • 提供者:黄小文
  1. threadpool_doc

    0下载:
  2. 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:111.33kb
    • 提供者:徐建军
  1. threadpool_src

    0下载:
  2. 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.43kb
    • 提供者:徐建军
  1. program

    0下载:
  2. 此压缩包中包括六个c++程序,分别是:多线程实例,动态链接库(DLL),消息循环重载,进程查看程序,文件关联,剪切板查看器-This package includes six c++ program, namely: multi-threaded example, dynamic link library (DLL), heavy-duty cycle of message, process viewer, file association, clipboard viewer
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:570.63kb
    • 提供者:guyan
  1. Realization-of-Multithread-Program-Based-on-Callba

    0下载:
  2. 本文给出了基于回调函数的多线程应用程序实现方法。通过回调函数开辟子线程,而采用回调函数的消息响应函数实现具体的数据处理。因回调函数的消息响应函数可作为VC + + 某个类的成员函数,故可调用该类的其他成员函数和成员变量,从而避免了因采用过多的全局变量进行线程通信而降低系统效率-The met hod for realizing multit hread program based on callback function and Visual c++ is given in this paper
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:166.43kb
    • 提供者:陈建刚
  1. cPP-program

    0下载:
  2. C++多线程例子经典的程序,已经本人多次调试验证过,可以做学习参考用-C++ examples of the classic multi-threaded program, has been verified, can be used immediately,
  3. 所属分类:进程与线程

    • 发布日期:2017-03-28
    • 文件大小:261.71kb
    • 提供者:zixun
  1. Multi-threaded-sample-program

    0下载:
  2. 一个多线程示例程序及多线程常见问题介绍。实例程序,c++builder的精彩编程-Sample program of a multi-threaded and multi-threaded FAQs. Sample program, c++, the builder of the wonderful programming! !
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:866.37kb
    • 提供者:lgh
  1. VB-achieve-stealth-program

    0下载:
  2. VB实现程序的隐形 1. 不在桌面出现界面; 2. 不在任务栏出现图标; 3. 程序名从任务管理器名单中消失。-VB achieve stealth program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1.59kb
    • 提供者:yanglitian
  1. prowram-program

    0下载:
  2. TAPI实现的通信小程序,适合初学者使用和学习,不错的源码-TAPI achieve communications small program, suitable for beginners to use and learn, good source
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-25
    • 文件大小:4kb
    • 提供者:projettiwl
  1. prgglam-program-function

    0下载:
  2. DirectX Show 的程序,用VC编程,其他的功能请大家自己从程序中了解吧,-DirectX Show program, using VC programming, the function of other himself the program, please understand,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:9kb
    • 提供者:guzpzeth
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com