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

搜索资源列表

  1. endzippro

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:19.64kb
    • 提供者:朱善发
  1. wim 动态称重代码

    1下载:
  2. 动态称重代码,不可多得的好程序, 里面有多线程的实现。-Dynamic Weighing code, a very good procedures, they have threaded realized.
  3. 所属分类:进程与线程

    • 发布日期:2012-10-14
    • 文件大小:348.14kb
    • 提供者:xjq
  1. multi-thread1

    0下载:
  2. 一个多线程并行执行代码,A,B,C三种进程条显示-a multithreaded parallel execution of code, A, B, C of the three processes revealed
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:35.57kb
    • 提供者:wangxin
  1. PrimaryPC code

    0下载:
  2. 一个基于串口控件的多线程代码!其中使用了设计模式中的工厂方法;对很多串口编程有比较大的实际意义-based on a serial control multithreading code! With the use of the design model of the factory; For many serial programming is a more substantial practical significance
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:327.81kb
    • 提供者:高飞
  1. QuickLaunch

    0下载:
  2. 这一款产生快速启动项的软件的源代码,能产生lnk文件。-This is the source code of a software that produced a quick start, can produce lnk file.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:185.55kb
    • 提供者:67
  1. Sieve

    0下载:
  2. 多线程演示,一个很小的演示源码,简单的演示代码-Multi-threaded demo, a small demo source code, a simple demonstration of the code. . .
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-01
    • 文件大小:13.51mb
    • 提供者:cppfun
  1. process-pipe

    0下载:
  2. 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:83.12kb
    • 提供者:sss
  1. MultiThread

    0下载:
  2. 这是标准C#源码的多线程操作源码,很好的显示了c#下多线程操作应用。-This is a standard C# source code multi-threaded operation of source code, a very good show c# applications for multi-threaded operation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:6.16kb
    • 提供者:haxk
  1. VB-code

    0下载:
  2. VB 系统多种底层技术API应用,有源码,进程自我保护-VB system, a variety of underlying technology API, a source, the process of self-protection
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2.63mb
    • 提供者:陈霸天
  1. code

    0下载:
  2. vc多线程网络文件传输的设计与实现的程序的源码,很不错的demo,极具参考价值-vc multi-threaded file transfer network design and implementation of the program source code, a very good demo, great reference value
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:72.41kb
    • 提供者:吴荣富
  1. 41500329linuxmulti-thread

    0下载:
  2. linux多线程代码,可以很好地理解多线程-linux multithreaded code, a good understanding of multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:5.9kb
    • 提供者:jyj
  1. code

    0下载:
  2. c# ThreadPool 判断子线程全部执行完毕的四种方法 多线程用于数据采集时,速度明显很快,下面是基本方法,把那个auto写成采集数据方法即可。-completed all four methods the c# ThreadPool to determine the child thread multithreading for data acquisition speed significantly soon, the following is a basic method
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:1.68kb
    • 提供者:
  1. 897656

    0下载:
  2. 多线程,C#精选编程学习源码,很好的参考资料。-The multi thread, C# select learning programming source code, a good reference.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:274.99kb
    • 提供者:维斯摩尔
  1. N6T8

    0下载:
  2. 易语言桌面进程源码,应用程序编程源码,很好的参考资料。-Yi language desktop process source code, application programming source code, a good reference.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:192.64kb
    • 提供者:wnngnaaa
  1. see-deenload-code

    0下载:
  2. 免费资源供学习用,是个微博源码,自己下载-Free resources for learning, it s a weibo source code, download and see
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1.38mb
    • 提供者:JNCktzxc!58229
  1. wbph

    0下载:
  2. A base-64 MIME format encoderdecoder with C source code-A base- 64 MIME format encoderdecoder with C source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:36kb
    • 提供者:pszaketer
  1. Rufyctoring

    0下载:
  2. 把C写的源程序转换为Delphi源程序,不错的源码,很好-Write C source program into Delphi source code, a good source code, very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-24
    • 文件大小:610kb
    • 提供者:LZMkynqo&66200
  1. soqrce

    0下载:
  2. 一个播放DVD的程序源码 A DVD player source code-A play DVDS A DVD player program source code source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:205kb
    • 提供者:ZWTK@04497
  1. UUQUGC97

    0下载:
  2. 在windows2000,xp下直接访问端口的程序源代码,不错的源码-Direct access to the ports in Windows, xp program source code, a good source
  3. 所属分类:Process-Thread

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