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

搜索资源列表

  1. HOOK

    0下载:
  2. 钩子函数,能截获全部线程的键盘消息,但没做出修改功能-Hook function, capable of intercepting all threads keyboard messages, but did not make changes
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1880916
    • 提供者:kasen
  1. filetransport

    0下载:
  2. 木马编程入门,涉及多线程编程,功能齐全,杀软不报-surprise,file transport
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:5579
    • 提供者:贺丹磊
  1. threadpoolexample

    0下载:
  2. vc写的一个简单线程池的例子,对于初学者是一个很好的学习例子-vc wrote a simple example of the thread pool for beginners is a good example of learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:1982540
    • 提供者:资料
  1. chat_server01

    0下载:
  2. 聊天客户端,局域网内相互聊天,多线程,可多客户端同时登陆-Chat Client LAN chat with each other, multi-threaded, can multi-client simultaneously landing
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:52865
    • 提供者:高露露
  1. gxxsctglxt

    0下载:
  2. 高校学校成绩管理系统,包括论文。着时代的进步,网络的应用已经相当普及,人们也认识到网络信息量大,传播方便快捷等特点,网上银行、网上商店、网上查分都应运而生。需求促进了技术的发展,而在这其中,PHP技术则因为可以进行复杂的数据库操作、很强的交互性以及方便用户控制管理且简便易学而备受青睐,成为当前相当热门的网络开发技术。MYSQL是一个真正的多用户,多线程的MYSQL数据库服务器。是一个客户机/服务器结构的实现,它由一个服务器守护程序MYSQL和不同的客户程序和库组成。由于其源码的开放性及稳定性,且
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:1770959
    • 提供者:狂人
  1. Camera

    0下载:
  2. 多线程应用——驱动多只USB摄像头 多线程应用——驱动多只USB摄像头-several threads application
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:586297
    • 提供者:jianbangli
  1. Threads

    0下载:
  2. c#中驱动一个线程的3种方法都在这个工程中,有详细的代码注释-C# drive 3 methods a threads in this project, the code has detailed notes
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:13007
    • 提供者:ererdl
  1. SwtDraw

    0下载:
  2. SWT 多线程,实现界面的动态更新数据,可以实现秒表功能。-SWT multi-threaded, dynamically update data interface, you can achieve the stopwatch function.
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1046
    • 提供者:张三
  1. code

    0下载:
  2. 南理工软件课设,关于操作系统线程如何工作的-The software curriculum design, work on the operating system how
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:5016
    • 提供者:李晓蕾
  1. program

    0下载:
  2. 该程序实现两个线程并行执行,使用信号量同步进行。-The program two threads execute in parallel, using the semaphore synchronization.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:11783199
    • 提供者:周鑫
  1. ThreadPool

    0下载:
  2. 本例是win32写的一个线程池的简单示例,对线程池的理解以及封装会有很大帮助,有需要的可以下载学习下。VS2008可直接打开运行。-This example is a simple example, win32 write a thread pool thread pool there will be a great help in understanding and package need can download learning. The VS2008 can directly open
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:8688
    • 提供者:张杰
  1. doublethread

    0下载:
  2. 自己写的双线程程序 完成了线程的创建 挂起等等功能-Write their own dual-threaded program to complete the creation of the thread hangs more
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1875328
    • 提供者:wangyang
  1. ThreadTest

    0下载:
  2. 多线程程序代码,仅供参考 -MUTID TREAD
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:8549
    • 提供者:王伟大
  1. run

    0下载:
  2. 多线程多窗口独立运行的C++代码,适合参考-CODE exe profect
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:5098
    • 提供者:王伟大
  1. FProducerResumerQueue

    0下载:
  2. 1.可以设置队列中的最大长度; 2.线程安全; 3.多线程想向队列中放入数据时,可设置等待队列有空位的超时时间,当有空位时,等待线程会被唤醒并将数据加入队列。函数原型为:FTLThreadWaitType Append(const ELEMENT& element, DWORD dwTimeOut). 4.多线程从队列中取出数据时,可设置等待队列有数据的超时时间, 当有数据时等待线程会被唤醒。函数原型为:FTLThreadWaitType Remove(ELEMEN
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:6665
    • 提供者:张翔宇
  1. LoadingScreen

    0下载:
  2. 实现android应用的载入界面,多线程处理实现动画效果-Android application loading interface
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:277460
    • 提供者:wsgxy986
  1. thunder

    0下载:
  2. 这是一款下载工具。可以进行多线程并行下载。-this isa dowload tools called thunder。
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:149234
    • 提供者:3
  1. ThreadSafeQueue

    0下载:
  2. 基于C++标准模板块STL的list容器开发的线程安全的队列,实现队列的基本功能,如入队,出队,可以设置队列最大值,可以用于线程同步-Thread-safe queue based on the standard mode C++ plate STL list container development, to achieve the basic functions of the queue, such as into the team, a team, you can set the maxi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1659
    • 提供者:park
  1. cjq

    0下载:
  2. 多线程易语言多线程写法 线程池溢出 线程许可证-Multi-threaded, multi-threaded, easy language, writing thread pool overflow thread licenses
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-03
    • 文件大小:445121
    • 提供者:15342758294
  1. mfc_with_opencv_video_mul

    0下载:
  2. 在MFC框架下,使用opencv播放视频。为了增强播放效果,在此程序中加入了多线程的方法-In the MFC framework, the use of opencv video. In this procedure in order to enhance the playback experience, joined the multi-threaded approach
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:5096829
    • 提供者:zhaojkun
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 34 »
搜珍网 www.dssz.com