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

搜索资源列表

  1. thread

    0下载:
  2. Linux高级环境编程,线程编程、线程的创建、多线程,希望对你的学习有帮助-Senior Environmental Linux programming, thread programming, thread creation, multi-threaded, you want help in learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1653
    • 提供者:张建
  1. Thread

    0下载:
  2. 在模块初始化时,可以进行线程的创建。使用下面的函数和宏定义-In the module initialization, the thread can be created. Use the following functions and macros
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1238098
    • 提供者:pxxxb
  1. OSProgram

    0下载:
  2. 进程的创建与进程间的通信及线程的创建线程同步的样例,-Process creation and interprocess communication and thread creation thread synchronization sample,
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:12148159
    • 提供者:漫天雪
  1. Produce Consume

    1下载:
  2. 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。-Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creatio
  3. 所属分类:Windows编程

    • 发布日期:2013-04-10
    • 文件大小:2906
    • 提供者:李明
  1. Thread-creation

    0下载:
  2. 线程的创建 作为程序创建的基础 多个线程单个线程的创建-Thread creation as the basis to create a single thread to create multiple threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:2746
    • 提供者:陈蓝
  1. mutex_new.cpp.tar

    0下载:
  2. 两个文件互斥锁的加锁与解锁,以及多线程的创建。-Two file locking and unlocking a mutex, and the creation of multi-threading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:540
    • 提供者:史小珍
  1. MyClassThread04

    0下载:
  2. 线程的创建以及线程间的通讯。这些都是我初学的适合写的源码。值得初学者学习和收藏。-The creation of thread and communication between threads. These are all I write for beginners source code. Beginners are worth and the collection.
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:29355
    • 提供者:李凯
  1. 13

    0下载:
  2. 从管理员身份获得 SYSTEM 权限的四种方法 伪寄存器语法(Pseudo-Register Syntax) 利用 cards.dll 写自己的扑克程序 利用 Debug API 编写一个简单的脱壳机 手工构造一个超微型的 PE 文件 改造 MFC 编写的控件在 Win32ASM 中使用 枚举全局钩子 监视远程线程的创建 编写一个简单的 SoftICE 命令扩展 识别 ida.dll 导出函数为可读形式(idc 脚本 调试 DLL 时加载到不同地址的小技巧
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-10
    • 文件大小:1453083
    • 提供者:jianjian
  1. java-eluosifangkuai

    0下载:
  2. 用JAVA语言编写俄罗斯方块游戏,实现俄罗斯方块游戏的基本功能。课题主要完成目标是利用小应用程序模版及按钮事件、多线程以及相关事件处理完成俄罗斯方块游戏的操作程序。应用到的技术包括类的继承,接口的引用以及各类中重要方法的充分运用paint方法绘制游戏区,移动有效性判断locateFlag(),等),以及多线程的应用实现对方块下落速度的控制(线程的应用(线程的创建、run()方法的使用-Tetris game written in JAVA language, the basic function
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:904436
    • 提供者:李嘉威
  1. ThreadPool-and-join

    0下载:
  2. 普通线程的创建,通过 委托ThreadStart对应的函数来执行相关操作; 通过线程池,可以直接从池中查找出空闲线程,让它执行委托WaitCallback对应函数来执行相关操作。使用时要与AutoResetEvent来并用,以在线程结束时通知主线程退出;-The common thread creation, commissioned by the the ThreadStart corresponding function to perform the related operation
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:31988
    • 提供者:
  1. Threading

    0下载:
  2. VB2008 多线程控制程序 通过简单的程序说明多线程的创建-The VB2008 multi-threaded control program through the simple program to illustrate the creation of multi-threaded
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-29
    • 文件大小:343943
    • 提供者:吕寻朋
  1. shell

    0下载:
  2. 在 linux下 线程的 创建,然后 是用 该线程-In under linux thread creation, then use the thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:3092
    • 提供者:黄建
  1. thread

    0下载:
  2. Widows 下多线程的创建和多线程的实现-Widows under the creation of multi-threaded and multi-threaded implementations
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-24
    • 文件大小:1146
    • 提供者:hhfoxconn999
  1. Thread

    0下载:
  2. 多线程编程,线程的创建、终止等,VC源码-Multi-threaded programming, thread creation, termination, VC source
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:30460
    • 提供者:杨晓松
  1. thread_create

    0下载:
  2. 旨在linux下的线程的创建,方便了初学者对于线程创建的掌握-Aimed at the creation of the thread under linux convenience beginners mastery for thread creation
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:564
    • 提供者:立哥
  1. pthread-test

    0下载:
  2. linux下的多线程例子,包含了俩个线程的创建和互斥.-under linux multithreading example, contains both thread creation and mutual exclusion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:680
    • 提供者:zuoyong
  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. 20121015

    0下载:
  2. 多线程作业,线程的创建,线程间消息传递,通过多线程显示文件拷贝过程中字节进度!-Multi-threaded operations, thread creation, thread messaging display the progress of bytes in the file copy process, multi-threaded!
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-24
    • 文件大小:1274374
    • 提供者:马军辉
  1. AboutThreadPool

    0下载:
  2. 线程的创建及销毁都需要很大的性能开销,当有比较多且不同的任务需要完成时,可以考虑使用线程池来管理上述线程-Thread creation and destruction of all requires a lot of performance overhead, when there are more and different tasks to complete, you can consider using the thread pool to manage the thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:21948
    • 提供者:xiaobo
  1. test

    0下载:
  2. 线程的创建与消除,进程的创建与消除,关于进程调度算法,高响应比优先,轮转调度算法,短作业优先算法-Thread creation and elimination, the process of creation and elimination, on the process scheduling algorithm, a high response ratio priority scheduling algorithm, short operating priority algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:2305098
    • 提供者:冯鹏飞
« 1 2 3 4 56 7 8 9 10 ... 37 »
搜珍网 www.dssz.com