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

搜索资源列表

  1. 第四章进程线程控制

    0下载:
  2. VC 中进行进程线程控制 有兴趣的同志可以看看哪-VC for process control threads are interested can find out where comrades!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:95029
    • 提供者:蔡蔡
  1. InterThread

    0下载:
  2. 在ATL组件的 Apartment 线程模型中进行进程间通信的例子-ATL components in the Apartment-threaded model for inter-process communication examples
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:86732
    • 提供者:陈玉米
  1. Delphi Multi Thread

    0下载:
  2. 一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。-a very simple example of the Multi Thread. In 2cc.com Forum Thread see someone question of the problem, so a simple example for reference. Help for beginners.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12953
    • 提供者:黄枫
  1. Visual Basic .NET 中实现后台进程

    0下载:
  2. 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:173784
    • 提供者:程崇刚
  1. windows2000driver

    0下载:
  2. win2000驱动程序设计,里面涉及所有的有关win2000的驱动程序,资历比较深的windows程序设计者可以参考一下。 对不起刚才上传的哪一个忘了加上源代码了!-WIN2000 driver design, they involve all relevant WIN2000 of the driver, is relatively deep windows designers procedures for reference. Sorry which have uploaded a forg
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:251009
    • 提供者:古贝春
  1. 关机重启计算机

    0下载:
  2. VB编写的开关机和注销程序,程序简单,易学易会。-VB prepare for the switch and cancellation procedure is simple and easy to learn easily.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5520
    • 提供者:家红
  1. 多线程管理器源代码thread manager

    0下载:
  2. 一个多线程管理实例程序。对于win32系统编程和多线程编程的人是一个很好的东西。-a multithreaded case management procedures. Win32 system for programming and multi-threaded programming is a good thing.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47741
    • 提供者:xuxu
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32284
    • 提供者:潘桂聪
  1. ipsec1

    0下载:
  2. simple tool to walk through MIB tree using Simple Network Management Protocol (SNMP). I developed this tool solely for learning
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:83245
    • 提供者:lzh
  1. endzippro

    0下载:
  2. 功能介绍:有些软件在运行中要将某些文件压缩成压缩文件。自己写压缩过程未免太麻烦了, 虽然有很多免费的源代码类可以使用,还要看代码的使用方式,一个不小心就不一定很正常了。 我的做法是调用现有的压缩文件来完成压缩功能。用等待进程结束的方法实现压缩。 完成后再作后面的其他工作。 本程序旨在演示启动和等待进程结束的方式调用其他程序的方法。 -functional presentations : Some software in the operation of cert
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:163855
    • 提供者:冷寒
  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
    • 文件大小:33738
    • 提供者:蔡波
  1. 救护车调度系统

    1下载:
  2. 救护车调度模拟系统,使用java实现,利用多线程控制每一辆救护车,随机出现呼救点,也可以点击界面人工控制!-ambulance scheduling simulation systems, the use of java achieved, the use of multi-threaded control each one ambulance, there were shouts for help, you can click on the manual control interface!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:122800
    • 提供者:耿神
  1. Multi_Threads

    0下载:
  2. 许多种类的应用程序都需要长时间操作,比如:执行一个打印任务,请求一个 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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66408
    • 提供者:宁宁
  1. ThreadSync01

    0下载:
  2. 当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7470
    • 提供者:周将华
  1. p2pclient-for-windows

    0下载:
  2. p2p for windows,C/S archtecture.-p2p download code for windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-07
    • 文件大小:6992062
    • 提供者:QingtaoSun
  1. for

    0下载:
  2. android app 界面开发,几种基本的java layout布局,基本例子供参考-Android app interface development, several basic Java layout layout, basic examples for reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-05
    • 文件大小:21350
    • 提供者:second
  1. clntrols-Cuptbm-for

    0下载:
  2. Custom label control dialog box, controls the source code for good, only for your study
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:6061
    • 提供者:serxbs
  1. helpful-for-Zetwork

    0下载:
  2. Network programming entry procedures, is very helpful for beginners!
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:37518
    • 提供者:szbzman
  1. for

    1下载:
  2. C编的多项式计算器,可求多项式的值,求导,求微分,积分以及多项式相加减,-C polynomial calculator, ask for the value of the polynomial, derivative, differential, integral and add and subtract, polynomial phase
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:lvobinveuwn
  1. for-maiager

    0下载:
  2. 一个模仿windows任务管理器的vb源程序,不错的 参考用-An imitation of the vb source code for the Windows task manager, a good reference
  3. 所属分类:Process-Thread

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