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

搜索资源列表

  1. androidthr

    0下载:
  2. Java源码,android多线程下载器演示,内含APK文件,已经生成了可在Android上运行的APK文件,多线程下载在Android中使用很普遍,是一项值得掌握的Android编程技术。-Java source code, android multi-threaded download demo, containing APK file has been generated that can be run on Android APK file, multi-threaded downloa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:89413
    • 提供者:高金妮
  1. MulThreadDownload

    0下载:
  2. Java源码,Android源码,多线程下载   Java源码,android多线程下载器演示,内含APK文件,已经生成了可在Android上运行的APK文件,多线程下载在Android中使用很普遍,是一项值得掌握的Android编程技术。本源码通过一个多线程下载器的完整编写示例,帮助Android移动开发新手了解如何获取已下载文件长度、如何得到原始文件长度,如何开启线程数,缓存各线程下载的长度,构建文件下载器,更新指定线程最后下载的位置,把各条线程已经下载的数据长度放入data中,监听下载
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-06
    • 文件大小:95649
    • 提供者:彭维
  1. AccessConflict

    0下载:
  2.  解决多线程存取访问冲突的一个VC++实例,称之为Access Conflict,如图演示的功能,可看到线程整齐输出,已解决了冲突问题,如何实现呢?请下载源码一看究竟。-Solve multi-threaded access to an access violation VC++ instance, called Access Conflict, as demonstrated capabilities, you can see the thread neat output, the confl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:18823
    • 提供者:余志明
  1. Thread_DEMO_Delphi

    0下载:
  2. 这个压缩包中是一个简单的多线程实例,在线程执行时,每隔一秒刷新一次当前时间!演示了如何在不影响主进程的情况下如何执行其他长时间等待任务。-This package is a simple multi-threaded example, the thread execution, refresh the current time every second! Demonstrates how the main process does not affect the case of how long
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-22
    • 文件大小:5760
    • 提供者:张贵成
  1. WindowsFormsApplication1

    0下载:
  2. WinForm做为客户端演示多线程异步的处理示例。-WinForm client presentations as asynchronous multi-threaded processing example.
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:70070
    • 提供者:aaa
  1. ym_vcpp-holdthread

    0下载:
  2. 演示多线程,可以挂起和唤醒线程,对于vc新手很有帮助。-Demonstrate the multithread programing, it can be awaken and suspend, and it is helpful to the vc fresh users.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:20387
    • 提供者:刘鹏臻
  1. Critical

    0下载:
  2. 一个多线程 死锁的演示程序, 读者可以手动修改 可以恢复死锁-A multi-threaded demo program deadlock, the reader can manually modify the deadlock can be restored
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:238178
    • 提供者:程锋
  1. queue

    0下载:
  2. 演示多线程加锁缓冲队列读写,运行环境为ubuntu,循环写入和打印输出,练习队列的加锁以及增删-Demonstration Multithreading locked buffer queue read and write, the operating environment for ubuntu, circulation write and print output, as well as additions and deletions to practice lock queue
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:2181
    • 提供者:杨勇
  1. Delphi-Thread-_Demo

    0下载:
  2. 1.Delphi中Thread基本应用演示; 2.多线程中传递参数演示(传递给线程4个参数,在线程处理中应用);-1.Delphi in Thread basic application demonstrates 2. Multiple threads pass parameters demo (4 parameters passed to the thread, the thread processing the application)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:171749
    • 提供者:aiyatou
  1. 476653

    0下载:
  2. 多线程DAO演示,VC++经典编程源码,很好的参考资料。-Multi threaded DAO demo, VC++ classic programming source code, a good reference.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:32804
    • 提供者:清蒸翅子
  1. MultiThread2

    0下载:
  2. 基于VC++ MFC的多线程程序实例,该线程演示了如何传送一个整型的参数到一个线程中,以及如何等待一个线程完成处理。-Based VC++ MFC examples of multi-threaded program, which demonstrates how to send a thread integer parameters to a thread, and how to wait for a thread to finish processing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1870296
    • 提供者:秦继文
  1. MultiThread3

    0下载:
  2. 基于VC++的MFC多线程实例,该实例演示了如何传送一个结构体给一个线程函数,可以通过传送一个指向结构体的指针参数来完成。-MFC examples of multi-thread based VC++ of the examples demonstrated how to transfer a structure to a thread function, the parameters can be a pointer to a structure through transfer to co
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1876422
    • 提供者:秦继文
  1. MutilThread8

    0下载:
  2. 基于VC++的多线程实例,该例程演示了如何使用自定义消息进行线程间通信。首先,主线程向CCalculateThread线程发送消息WM_CALCULATE,CCalculateThread线程收到消息后进行计算,再向主线程发送WM_DISPLAY消息,主线程收到该消息后显示计算结果。 -Examples VC++ based multithreading, which is routine demonstrates how to use a custom message for inter-th
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3597443
    • 提供者:秦继文
  1. VB-22

    0下载:
  2. VB多线程简单演示 VB多线程简单演示VB多线程简单演示 VB多线程简单演示-VB multithreaded simple demo VB multithreaded simple demo VB multithreaded simple demo VB multithreaded simple demo VB multithreaded simple demo VB multithreaded simple demo
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:6195
    • 提供者:hellfire
  1. DrawTest

    0下载:
  2. VB.NET GDI+ 演示:采用多线程生成窗体离屏图象,利用委托实现窗体画图更新,一定程度减轻窗体闪烁。-VB.NET GDI+ Sample
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:97467
    • 提供者:是谁
  1. CreateThread

    0下载:
  2. 演示多线程和单线程的区别;3个进度条动态显示。 -Demonstrate the difference between multi-threaded and single-threaded 3 dynamic display a progress bar.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:134351
    • 提供者:之路
  1. Updatedata-in-thread-by-Sendmessage

    0下载:
  2. VS2013环境下,在线程中使用Sendmessage实现Updatedata(False)功能。并且进行多线程并行运行的演示。-Under VS2013 environment, the use Sendmessage achieve Updatedata (False) function in the thread. And multi-threaded demo run in parallel.
  3. 所属分类:Button control

    • 发布日期:2017-05-30
    • 文件大小:12481639
    • 提供者:Michael
  1. Qt_Mysql_muitlthread

    0下载:
  2. Qt环境下,多线程操作远程mysql数据库演示代码。工程使用Qtcreator创建。压缩包没有密码。-Under Qt environment, multi-threaded operating remote mysql demo code. Works created using Qtcreator. Compressed no password.
  3. 所属分类:MySQL

    • 发布日期:2017-03-31
    • 文件大小:5908
    • 提供者:帅是理
  1. xi

    0下载:
  2. 易语言寻找系统所有文件源码例程程序结合易语言多线程支持库和应用接口支持库,演示了“寻找文件”命令的使用。 点评:易语言寻找系统所有文件源码仅供参考。-Easy language source code to find all the files in the system routine program combining easy language support multithreading libraries and application interfaces support
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3179
    • 提供者:蛋烧的饼干
  1. phio

    0下载:
  2. 哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining philosophers
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:6372
    • 提供者:贺和
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com