CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - multi thread

搜索资源列表

  1. Researchonmaterialmixingsystem

    0下载:
  2. 该系统采用分布式控制,以工控机为操作站,运行监控程序;用PLC、配料控制器作为控制站,控制现场设备.实现配料监控的自动化.监控软件采用了多线程的设计模式,运行平稳、流畅;以动画技术模拟备料斗、搅拌机、传送皮带等实物,界面友好。-The system uses distributed control, industrial computer operating stations, operating monitoring procedures; PLC, batching controller a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:99409
    • 提供者:刘军
  1. Multi-Core_Programming_Digital_Edition_(06-29-06).

    0下载:
  2. 《多核程序设计技术——通过软件多线程提升性能》,是国内第一本全面讲解多核程序设计的书。同时,由于Intel多核平台上的性能评测和调优工具中,核心软件是Vtune、Thread Checker、Thread Profiler等,这些软件只能运行在英特尔的多核处理器上
  3. 所属分类:其它文档

    • 发布日期:2015-06-13
    • 文件大小:6453978
    • 提供者:jiangwen
  1. CoreJava

    0下载:
  2. 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:375452
    • 提供者:蒋中华
  1. taobao

    0下载:
  2. 本软件采用纯数据通讯,多线程读取,全自动读取所需要发货的交易,并批量的进行发货【注:目前只支持虚拟货物】 使交易量大的卖家能从繁琐的手工中解脱出来-This software uses the pure data communication, the multi-thread read, the transaction which the completely automatic read needs to deliver goods, and the batch carry on deli
  3. 所属分类:Project Manage

    • 发布日期:2017-05-03
    • 文件大小:1468510
    • 提供者:锄头雨
  1. os

    0下载:
  2. 该文档操作系统结构和多线程,另外也介绍了网络编程-Operating system structure- multi-thread and network programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:45307
    • 提供者:yuhongyong
  1. vbfrance_SOCKET-CLASS-SOCKET-AVEC-EVENEMENTS-MULT

    0下载:
  2. vb visual connexion multi thread
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:76664
    • 提供者:dams
  1. xianchengtongbu

    0下载:
  2. 多线程同步技术是计算机软件开发的重要技术,本文对多线程的各种同步技术的原理和实现进行了初步探讨。-Multi-thread synchronization technology is an important technology computer software development, this paper various simultaneous multi-threading technology, theory and implementation were discussed.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:42747
    • 提供者:zhangzl
  1. CircleByteBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:4364
    • 提供者:胡可
  1. arrayBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Software Testing

    • 发布日期:2017-04-02
    • 文件大小:2792
    • 提供者:胡可
  1. thread-1

    0下载:
  2. 通信线程篇上,上位机界面,多线程使用,自动控制-Articles on communication thread, the host computer interface, multi-threaded use
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:330982
    • 提供者:周破人
  1. thread-2

    0下载:
  2. 通信线程篇上,下位机界面,多线程使用,自动控制-Articles on communication thread, the next bit machine interface, multi-threaded use, automatic control
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:328830
    • 提供者:周破人
  1. Delphi-multi-threaded-programming

    0下载:
  2. Delphi多线程的编程 多线程的基本概念 Tthread 对象的主要方法 线程应用的简单例子 常用的API 函数 线程的终止和退出 线程的优先级 在数据库中使用多线程 多线程的同步机制 利用Windows的API 实现同步-The main method thread of basic the concept Tthread objects in Delphi multi-threaded programming multithreaded applications simple exampl
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:14956
    • 提供者:长林
  1. linux-multi-thread-synchronization

    0下载:
  2. linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:7245
    • 提供者:长林
  1. multi-thread-asynchronous-

    0下载:
  2. 详细讨论了基于VC开发环境的异步串行通信动态链接库的开发、设计过程-Discussed in detail the dynamic link library of asynchronous serial communication based on VC development environment, development, design process
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:131785
    • 提供者:泞瀞
  1. CSharp-Thread

    0下载:
  2. 主要介绍了C#多线程的概念,使用方法,以及相关应用-Introduces the concept of a C# multi-threaded, using methods and related applications
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:52106
    • 提供者:whl
  1. MULTI-THREAD

    0下载:
  2. 基于多线程的windows编程技术的实现过程介绍,十之一-Realization of the process of multi-threaded programming, ten one
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:2890
    • 提供者:林佳慧
  1. CSharp-Multi-Thread

    0下载:
  2. 多线程程序开发教程,详细描述了自定义多线程、Monitor类、锁、生产者消费者、Mutex等使用方法-MultiThread Programming Skills including topics as customize thread, Monitor Class, Lock, Productor-Consumer and Mutex and so on.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:3013388
    • 提供者:曹长虎
  1. Multi-threading-in-C

    0下载:
  2. Multi Thread Programming Guide in C.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:859685
    • 提供者:Kiran
  1. Thread

    0下载:
  2. Java多线程基础文档,适合初学者,详细的源代码。-Multi thread entry
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:859402
    • 提供者:Gang
  1. Using-Multi-thread-in-VC

    0下载:
  2. 对VC多线程操作方法的总结,文中包含源码链接。-summerize multi-thread method of VC. Code linker is included in the document.
  3. 所属分类:Communication

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