CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 线程控制

搜索资源列表

  1. work_queue_thread

    0下载:
  2. 实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understandi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.6kb
    • 提供者:zhuwenjie
  1. C_windows_synchronism_control

    0下载:
  2. 列举了在windows下用于线程同步控制的多种示例小程序-listed under the windows thread synchronization control for a variety of examples of small procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:69.87kb
    • 提供者:zho
  1. nt_thread

    0下载:
  2. 自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解-wrote it myself. Multithreading control of the demonstration program. Thread including the creation, aloof and release. With detailed explanation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:寒冬
  1. PeerYou远程控制软件源代码

    0下载:
  2. 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参-complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:218.34kb
    • 提供者:tom
  1. POSIX 下线程控制的实验程序

    0下载:
  2. 通过观察、分析实验现象,深入理解线程及线程在调度执行和内存空间等方面的特点,并掌握线程与进程的区别。掌握POSIX 规范中pthread_create() 函数的功能和使用方法。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2009-11-17
    • 文件大小:510byte
    • 提供者:ythero123
  1. linux_process

    0下载:
  2. 基于linux的系统编程程序,有进程控制,进程间通信,线程等,都是本人练习写的,注释详尽-Based on the linux system programming procedures, there is process control, interprocess communications, threads and so on are all written in my practice, notes in detail
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7.82kb
    • 提供者:黄山
  1. reader_writer

    0下载:
  2. 读者写者问题,通过临界资源互斥实现多线程的读写控制-Readers to write those problems through the critical resources mutually exclusive multi-threaded read-write control
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.56mb
    • 提供者:邹平
  1. InThreads-QQpsw-delAD

    0下载:
  2. 实现:线程注入,API拦截,各子窗口句柄获得及控制,内容的获取及修改......,非常好的源码(实列用:QQ)-To achieve: Thread Injection, API interception, the child window handle access to and control access to and modification of the contents of ......, a very good source (solid line with: QQ)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:78.04kb
    • 提供者:金余结
  1. UNIXhuanjinggaojibiancheng

    0下载:
  2. 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:13.87mb
    • 提供者:李智军
  1. Linux

    0下载:
  2. Linux多线程 Linux系统下的线程控制等-Linux Multithreading
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:737byte
    • 提供者:海波
  1. POSIX

    0下载:
  2. posix多线程程序设计,进程线程,线程控制,线程同步,线程模型-posix multithreaded programming, process threads, thread control, thread synchronization, thread model
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-25
    • 文件大小:8.05mb
    • 提供者:litan
  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
    • 文件大小:1.8mb
    • 提供者:秦一
  1. Linux-Programing-source-code

    0下载:
  2. 这些源码以简单的示例介绍了Linux应用程序编程的一些关键操作,主要涉及文件操作,进程,进程控制,进程通信以及多线程操作。每个短小精悍,便于学习。-A simple example of these source Linux application programming introduced a number of key operations, mainly related to file operations, process, process control, process commu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:18.95kb
    • 提供者:吴俊杰
  1. mshell.c.tar

    0下载:
  2. linux操作系统下的简易shell实现,包括常用的命令,历史记录,重定向,以及进程和线程控制,信号处理机制等-The realization of linux shell .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4.98kb
    • 提供者:chen
  1. CreateThread

    0下载:
  2. vc 使用Win32 API创建、销毁线程——控制进度条\CreateThread的程序源码,希望对大家有所帮助-vc use Win32 API to create and destroy threads- control the progress bar \ CreateThread the program source code, we hope to help
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-24
    • 文件大小:34kb
    • 提供者:
  1. CreateThread

    0下载:
  2. vc——使用Win32 API创建、销毁线程——控制进度条\CreateThread-vc- Use Win32 API to create and destroy threads- control the progress bar \ CreateThread
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:35.49kb
    • 提供者:
  1. pThread

    0下载:
  2. 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:712byte
    • 提供者:顾兆伦
  1. UNIXEnvironment

    0下载:
  2. 本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第1版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信息、进程环境、进程控制、进程关系、信号、线程、线程控制、守护进程、各种I/O、进程间通信、网络IPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:13.64mb
    • 提供者:豪豪
  1. call-sequrity-can

    0下载:
  2. 实现安全稳定的线程控制,并可调用系统可执行文件,不错的源码-Achieve security and stability of the threads of control, and can call system executable, good source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-23
    • 文件大小:58kb
    • 提供者:gdaranmhe
  1. secgretyMchieve

    0下载:
  2. 实现安全稳定的线程控制,并可调用系统可执行文件,不错的源码-Achieve security and stability of the threads of control, and can call system executable, good source
  3. 所属分类:Network Security

    • 发布日期:2017-12-14
    • 文件大小:48.27kb
    • 提供者:blp!126324
« 12 3 »
搜珍网 www.dssz.com