CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线程演示

搜索资源列表

  1. 20100420MultiThread2

    0下载:
  2. 该程序演示了如何传送一个一个整型的参数到一个线程中,以及如何等待一个线程完成处理。 -This program demonstrates how to send a one integer parameter to a thread, and how to wait for a thread to complete processing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:11139
    • 提供者:陈大民
  1. 20100421MultiThread3

    0下载:
  2. 该程序演示如何传送一个结构体给一个线程函数,可以通过传送一个指向结构体的指针参数来完成。-This program demonstrates how to send a structure to a thread function, you can send a link structure pointer parameter to complete.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:11351
    • 提供者:陈大民
  1. 20102404MultiThread7

    0下载:
  2. 该例程演示了如何使用自定义消息进行线程间通信。-This routine demonstrates how to use a custom message thread interprocess communications.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:19882
    • 提供者:陈大民
  1. 20100821MultiThread8

    0下载:
  2. 该程序演示隶属于同一进程的各线程协调一致地工作称为线程的同步。-The program demonstrates the various threads under the same process work in concert as thread synchronization.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:17737
    • 提供者:陈大民
  1. ReaderandWriter

    1下载:
  2. 读者写者问题的分析演示,多线程分配,程序短小实用-Readers write the analysis of the problem of presentation, multi-threaded allocation, short practical procedures
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:658
    • 提供者:陈志强
  1. hainot

    0下载:
  2. 一个简单的汉诺塔实现演示程序。主要练习线程。-The Tower of Hanoi with a simple demo program. Main practice thread.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:10887
    • 提供者:yongge
  1. MultiThread2

    0下载:
  2. 演示按顺序传送整型参数到线程中,并等待线程完成处理。-Show the process of send integer parameters in order to thread, and wait for thread to finish processing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3753973
    • 提供者:周乙舜
  1. FrameThread

    0下载:
  2. 附件中的代码使用java语言演示了线程的创建以及使用,其中还结合了javaGUI开发的简单应用。-Attachments using java language code demonstrates the creation and use of the thread, which also combines javaGUI simple application development.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:980
    • 提供者:王守涛
  1. MultiThread_

    0下载:
  2. 演示了windows下多线程函数的执行效果,是基于console平台的,对初学者很有益处。-Demonstrates the multi-threaded functions under windows the performance, is based on the console platform, very good for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:598036
    • 提供者:he
  1. AsynchUI-2

    0下载:
  2. 这是一个多线程后台管理类的演示程序,演示了不同线程的运行状态,进度等-This is a multi-threaded background Management Demonstration Program, demonstrates the different threads running, the progress of
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:109697
    • 提供者:甄春杰
  1. duoxian

    0下载:
  2. 演示多线程(临届区)小球 更方便的学习多线-yan shi duo xian
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:178555
    • 提供者:text
  1. FileThread

    0下载:
  2. 利用vc辟邪一个驱动程序,改程序的作用是演示线程实验-Vc evil using a driver, change the role of the program is to demonstrate the thread experiment
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1548529
    • 提供者:qita
  1. SetPriority

    0下载:
  2. 该程序为演示程序,设置线程的优先级,初学C#编程可以借鉴。-The program for the demonstration program, set the thread priority, beginners can learn C# programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:20561
    • 提供者:zhm
  1. ThreadSync2

    0下载:
  2. 该程序为演示程序,同步线程的创建和使用,初学C#编程可以借鉴。-The program for the demonstration program, simultaneous threads to create and use, beginners can learn C# programming.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:15454
    • 提供者:zhm
  1. 2008112237829

    0下载:
  2. 这个例程及文档详细地介绍了VB6中的物件导向概念,还演示了比较高级的共享内存、多线程等示例,如果你的英语功底好、VB达到中级的话,这将是不可多得的好资料。-The routines and documentation described in detail in the object oriented concept VB6, also demonstrates a relatively high-level shared memory, multithreading, etc. Example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:814073
    • 提供者:hxwcool
  1. SocketClient1

    0下载:
  2. 该程序演示了在一个端口上开多个连接,每个连接都在不同的线程中工作的例子,该程序对于想学习SOCKET网络编程与多线程编程的用户都会有很大的帮助。-The program demonstrates a port above, the Duoge 在 connections Meige connection thread in Bu Tong Di Zhong Gong Zuo' s case, the program Dui Yu Xiang Xue Xi SOCKET Wangluobia
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:52071
    • 提供者:guoshisheng
  1. create_thread

    0下载:
  2. 创建线程的小演示程序,计数演示分别为使用新线程和不使用线程。自编-A small demo program to create the thread, self. .
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:168964
    • 提供者:端木含章
  1. UART_Thread

    0下载:
  2. 本例程主要演示了如何实现串口参数的设置,串口数据的发送,线程方式的串口数据接收。-This routine demonstrates how to implement the main serial port parameters are set, serial data transmission, mode of receiving data from serial thread.
  3. 所属分类:Com Port

    • 发布日期:2017-05-20
    • 文件大小:5994117
    • 提供者:Rene
  1. Ch13Demo6

    0下载:
  2. 读写线程控制,可以动态显现线程数量,演示线程的运行机制,加强读写的掌握-Reading and writing thread of control, can dynamically show the number of threads to demonstrate the operation of the thread mechanism, strengthen the grasp of reading and writing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1884297
    • 提供者:秦一
  1. ThreadAnimation

    0下载:
  2. J2ME的动画演示,新的线程进行图片的播放-Animation of J2ME, the new player pictures thread
  3. 所属分类:J2ME

    • 发布日期:2017-04-03
    • 文件大小:460463
    • 提供者:刘晨
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 22 »
搜珍网 www.dssz.com