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

搜索资源列表

  1. 绿叶Java

    0下载:
  2. 很好的多种类的排序法,可以一次性排序海量的数据.对学习数据的人有很大的帮助. -good type of ranking, can a one-time sorting large amounts of data. data for the study will be very helpful.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.26kb
    • 提供者:天华
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:51.34kb
    • 提供者:毛东
  1. Jbc

    0下载:
  2. 公司用的考勤系統.主要收集數據及執行考勤. 用多線程使處理大數據時不會出現假死的現象/-company with the attendance system. The main data collection and implementation of attendance. Multi-threaded processing of large data will not emerge when the phenomenon of the writings /
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:69.84kb
    • 提供者:lison
  1. GetPi

    0下载:
  2. 圆周率大位求解,可算至圆周率的10万位 采用多线程,数组分段存储计算结果 显示计算时间,计算次数,可以测试你的机器运算能力-pi for large spaces can be considered as the ratio of circumference to 100,000 use multithreading, Sub storage arrays results indicate the time of calculation, calculation of frequency
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:54.98kb
    • 提供者:魏杰
  1. 多线程文件分割软件

    0下载:
  2. 多线程文件分割,把文件分割成任意大小的可连接大文件-multithreading separate document, the document is divided into arbitrary size of large files can be linked
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:50.34kb
    • 提供者:章小强
  1. jibu_c_1.0.0.zip

    0下载:
  2. C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.36mb
    • 提供者:computing
  1. pipeline

    0下载:
  2. 计算机原理大作业 模拟《计算机原理--程序员视角》中与x86相似的y86流水线系统 以二进制文件为输入 实现流水线运作-Principle of operation of computer simulation of large computer Principle- Programmer Perspective in y86 and x86 assembly line system similar to the binary file for input to achieve the op
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:36.06kb
    • 提供者:wilson
  1. CreateRemoteThread-win7

    0下载:
  2. win7下面创建远程线程的解决方案 国外大牛写的-win7 the following solution to create a remote thread to write large foreign cattle
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:18.88kb
    • 提供者:memecha
  1. CREATE-UI

    0下载:
  2. 多线程学习—创建UI:(任何大型软件中都需要用,很经典的学习软件)-Multithreading learning- how to use the event: (any large software are needed, it classical learning software)
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:26.99kb
    • 提供者:张毅
  1. ChanSheng_src

    0下载:
  2. 一个可在电脑间传送大型文件的程序。应用多线程技术,支持段点继传等技术。-A computer to send large files between the procedures. Application of multi-threading technology, to support the above points, following the mass, such as technology.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:83.44kb
    • 提供者:tom
  1. Ornamental_Garden_Problem

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之二 ---- 观赏园林问题-A large ornamental garden is open to members of the public who can enter through either one of two turnstiles to the East and to the West of the garden. The management want to determine how many people are in the ga
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:Key
  1. Multithreading

    0下载:
  2. 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:40.77kb
    • 提供者:何平
  1. FileMap

    0下载:
  2. 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The only source simulation, shared
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6.51mb
    • 提供者:源泉
  1. XIANC

    0下载:
  2. WIN 98/NT/2000/XP 是个多任务操作系统,也就是:一个进程可以划 分为多个线程,每个线程轮流占用CPU 运行时间和资源,或者说,把CPU 时间划成片,每个片分给不同的线程,这样,每个线程轮流的“挂起”和 “唤醒”,由于时间片很小,给人的感觉是同时运行的-WIN 98/NT/2000/XP is the duty operating system, is also: An advancement may delimit to divide into many threa
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:222.99kb
    • 提供者:SEOUSEO
  1. lsCommDemo

    0下载:
  2. 一个vc++多线程串行通讯接口源代码 一个VC++比较简易的多线程串行通讯接口,具有切换查询和自动接收两种模式,进行对串口数据收发,同时还支持大数据传送,感觉挺实用的类库源码,有空时候也可以研究一下源代码-A vc++ multi-threaded serial communication interface, VC++ source code for a relatively simple multi-threaded serial communication interface, wit
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:102.76kb
    • 提供者:andysun
  1. zidong

    0下载:
  2. 出自风暴的一个清楚快捷方式的小VBS程序 比较庞大 没事干去看看吧-From the storm a clear small VBS program shortcut nothing to do go and see relatively large
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:2.93kb
    • 提供者:樊凯雪
  1. work

    0下载:
  2. delphi多线程变成范例,求无限大数阶乘方案,20100715提交,原创唐先生-delphi multithreading to become an example of the factorial of large numbers seeking unlimited options, 20,100,715 submit original Tang
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:222.48kb
    • 提供者:我爱谁
  1. processdatarecieve

    0下载:
  2. 程序实现了不同进程之间的内存共享,并利用内存共享方式实现大数据量的传输,此为接收程序-Program for the memory sharing between different processes, and memory sharing be achieved using a large amount of data transmission, this is the receiving program
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:28.1kb
    • 提供者:刘军
  1. EVENT

    0下载:
  2. 多线程学习—如何使用事件:(任何大型软件中都需要用,很经典的学习软件)-Multithreading learning- how to use the event: (any large software are needed, it classical learning software)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:17.38kb
    • 提供者:张毅
  1. M_CS

    0下载:
  2. 多线程学习—临界区:(任何大型软件中都需要用,很经典的学习软件)-Multithreading learning- how to use the event: (any large software are needed, it classical learning software)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:16.64kb
    • 提供者:张毅
« 12 3 »
搜珍网 www.dssz.com