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

搜索资源列表

  1. progress

    0下载:
  2. 多个线程创建的单一进度条在mfc中的实现-multi process using mfc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:141917
    • 提供者:刘妮
  1. ClassWindow

    0下载:
  2. VB基于线程,不用Form创建窗体演示实例,有需要的下。-VB based on the thread, not the Form to create the Form demo, in need.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6838
    • 提供者:什锦丁儿
  1. ThreadTest

    0下载:
  2. 线程基础的作业,主要考查学生是否能够使用 Thread 方式创建线程, //并且使用 sleep() 方法。-Thread-based operations, primarily to examine whether students can be created using the Thread thread,// ​ ​ and use the sleep () method.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:714
    • 提供者:Amy
  1. InterruptTest2

    0下载:
  2. //4、针对 interrupt 设计的作业。 //要求: //(1)创建一个线程,让这个线程不断的打印一个字符串(每隔0.5秒打印一个字符串) //(2)当线程启动 2秒后,调用线程的 interrupt 方法时,让线程不再打印字符串,并退出线程 //(用 isInterrupted() 方法来判断是否调用了 interrupt 方法,来控制线程的退出)-//4, the design for the interrupt job.// Requirements:// (1)
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:Amy
  1. video

    2下载:
  2. 采用QT做界面,使用QT的UDP协议。创建两个线程,一个用来读本平台的音频设备的语音信号(即录音),然后通过udpSocket发给对方设备,一个用来接收对方设备通过udpSocket发过来的语音信号,并把语音信号写到本平台的音频设备上(即播放语音)-Using the QT interface to do, use the QT UDP protocol. Creates two threads, the speech signal to a reader platform audio equi
  3. 所属分类:压缩解压

    • 发布日期:2013-11-05
    • 文件大小:47291
    • 提供者:张昊
  1. MFCmultithreading-

    0下载:
  2. 介绍MFC怎么创建线程,以及线程同步的几种方法,一看就明白。-The MFC how to create a thread, and several methods of thread synchronization, one look to understand.
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:18815
    • 提供者:怪兽池
  1. PROCESSBAR

    0下载:
  2. 使用Win32 API创建、销毁线程——控制进度条,很好的例子-Using Win32 API to create, destroy, thread, the progress bar control
  3. 所属分类:ToolBar

    • 发布日期:2017-03-28
    • 文件大小:14433
    • 提供者:刘华
  1. linux-muthread

    0下载:
  2. linux下创建多线程,在windows下的vc环境中也可以使用!-linux creatthread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:6335
    • 提供者:yang
  1. PlantTree

    0下载:
  2. .模拟植树活动,编写一个Java应用程序,在主线程中创建3个线程:“挖树坑”、“栽树苗”和“浇水”,实现它们之间的协同工作。-Simulated tree planting activities, the preparation of a Java application, the main thread creates three threads: " dig Pits" , " planted trees" and " watering"
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:15269
    • 提供者:wendy
  1. 5767765

    0下载:
  2. 创建多线程程序,C++Builder精选编程学习源码,很好的参考资料。-Create multithreaded program, C Builder learn programming source code, very good resources.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1301739
    • 提供者:清蒸翅子
  1. pthread

    0下载:
  2. 创建两个线程,分别向线程传递如下两种类型的参数并在线程中打印:传递整型值、传递字符。-Create two threads, the following two types of parameters are passed in each thread to thread print: pass integer value, passing characters.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:626
    • 提供者:徐舒怡
  1. producer-and-consumer

    1下载:
  2. 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were r
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1167
    • 提供者:徐舒怡
  1. CreateThread

    0下载:
  2. 使用Win32 API创建、销毁线程——控制进度条,VC++精选编程源码,很好的参考资料。-Use Win32 API to create, destroying threads-- control the progress bar, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13276
    • 提供者:桂花翅子
  1. UIThreadDemo

    0下载:
  2. 创建MFC用户界面线程,VC++精选编程源码,很好的参考资料。-Create a MFC user interface thread, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:22683
    • 提供者:桂花翅子
  1. WorkThreadDemo

    0下载:
  2. 创建MFC工作者线程,进行耗时计算,VC++精选编程源码,很好的参考资料。-Create a MFC worker threads, time-consuming calculation, VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:23027
    • 提供者:桂花翅子
  1. 08654

    0下载:
  2. 创建Worker线程,VC++精选编程学习源码,很好的参考资料。-Create a Worker thread, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:18320
    • 提供者:什锦豆腐
  1. Demo

    0下载:
  2. 创建UI线程,VC++精选编程学习源码,很好的参考资料。-Create a UI thread, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:506154
    • 提供者:什锦丁儿
  1. shared_var

    2下载:
  2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-In the Linux environm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2691
    • 提供者:段昀
  1. CSharpMultiThreadControl

    0下载:
  2. C# 创建线程,根据按钮可以控制线程的运行情况-C# to create a thread, according to the buttons to control the operation of the thread
  3. 所属分类:.net

    • 发布日期:2017-05-14
    • 文件大小:3571374
    • 提供者:奇诺
  1. MultiThread1

    0下载:
  2. 创建了一个很简单的线程,能够在编辑框中显示系统的当前时间-Created a very simple thread, the system can display the current time in the edit box
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4295751
    • 提供者:djf
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 »
搜珍网 www.dssz.com