CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - multi thread

搜索资源列表

  1. Elavotor

    0下载:
  2. 该程序采用可视化的面向对象语言Delphi采用多线程技术实现,其中定义了六个类,电梯TElevator、乘客Tperson、楼层Tfloor、系统TsystemControl、电梯运行线程TrunThread、系统监控TsystemMonitor;每条线程动态监控每个电梯的运行情况,以电梯为主要对象,系统以每秒的事件触发每个线程对象的动作。-The program visualization using object-oriented language Delphi Multi-thread t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:142.33kb
    • 提供者:lcsendmail
  1. hellothread

    0下载:
  2. brew c实现的多线程例子,很经典的 brew c实现的多线程例子,很经典的-brew c multi-thread example,it is classic
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:hello
  1. MutiThread

    0下载:
  2. Visual C++实现多线程编程,模仿播放器功能-Visual C++ multi-thread programming, imitating player functionality
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1.16mb
    • 提供者:fanyunpeng
  1. thread

    0下载:
  2. 多執行緒測試工具,你可以簡單瞭解此用途。-Multi-threaded testing tools, you can simply understand this purpose.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:36.2kb
    • 提供者:aaronxiao
  1. vc

    0下载:
  2. 在VC_中利用API实现多线程编程实例 .〔摘 要〕32 位Windows 环境下的Win32 API 提供了一些多线程应用程序开发所需要的接口函数,本文介绍 了一种在Visual C + + 中利用Win32 API 编制多线程程序的实例,有助于加深对Windows 多线程编程技术的 认识及理解.-The Case to Real ize Multi- thread Programming Based on API in VC++
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:208.47kb
    • 提供者:趁样
  1. Thread

    0下载:
  2. multi threading in vb6
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:37.31kb
    • 提供者:manoj
  1. PB--thread

    0下载:
  2. 演示pB多线程,multi thread-multi thread
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:9.82kb
    • 提供者:zhouwensiong
  1. 1

    0下载:
  2. 本小软件使用C实现断点续传和多线程下载,欢迎下载!-This software uses the C implementation of the HTTP and multi-thread download, welcome to download!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8.04mb
    • 提供者:张飞
  1. PB-thread

    0下载:
  2. PB 编写的多线程例子比较全面 对编程有帮助 -PB to write multi-threaded example more comprehensive programming
  3. 所属分类:Other windows programs

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

    0下载:
  2. MFC 多线程 小程序,共大家参考,希望对大家有用。-MFC multi thread program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:72.94kb
    • 提供者:wunan
  1. MultiThread

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Writing multithreaded programs, multi-threaded applications prone to problems. Mutex object to explain how to use a mutex object to the multi-thread synchroniza
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:8.07kb
    • 提供者:唐英杰
  1. VC-multi-thread-progress-bar

    0下载:
  2. VC写的多线程进度条,大家自己看看,写的还算可以-VC multi thread progress bar
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:34.07kb
    • 提供者:黎明的曙光
  1. Generic-Singleton

    0下载:
  2. Generic Multi-Thread Singleton Design-Pattern for VC6project 泛型多线程单件模式 VC6例程-Generic Multi-Thread Singleton Design-Pattern for VC6project
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.53mb
    • 提供者:shuren88
  1. CSIM-Control

    0下载:
  2. 通过多线程机制进行串口通信,控制擎翔系列电机(CSIM),封装了擎翔电机相关的几乎大部分操作,可用于调机或者学习-Serial communication through the multi thread mechanism, control Qing Xiang series motor (CSIM), encapsulates o-gns motor related nearly most of the operation, can be used for adjusting machine
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.9mb
    • 提供者:寸芒
  1. Winsock_Mu1171058122002

    0下载:
  2. multi-thread with winsock
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.54kb
    • 提供者:jonny
  1. Demo_Java

    0下载:
  2. 用java实现的多线程的demo示例,用于学习java和多线程-Java implementation of multi-threaded demo sample, for learning Java and multi thread
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:15.64kb
    • 提供者:h
  1. Download_Android

    0下载:
  2. 学习多线程和Android应用编程,实现了一个多线程下载网络资源的示例,大家互相交流-Learning multi thread and Android application programming, to achieve a multi-threaded download network resources, the sample, we communicate with each other
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:74.6kb
    • 提供者:h
  1. multi-thread

    0下载:
  2. multi thread and multi cora sample a-multi thread and multi cora sample app
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:902byte
    • 提供者:alaritoo
  1. KTimer.tar

    0下载:
  2. 轻量级计时库。封装了Windows/Linux的高精度计时接口,支持多线程调用,便于在产品发布后对程序中关键部分进行性能统计。-A light-weight timer library. It encapsulation the timer interface of Windows/Linux and support multi-thread. It is easy to record the performance statistics of the key parts in program
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:23.83kb
    • 提供者:kinuxroot
  1. chatclient

    0下载:
  2. Multi Thread Chat client
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:Ferai
« 12 3 »
搜珍网 www.dssz.com