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

搜索资源列表

  1. 节省资源的MD5算法

    0下载:
  2. 为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释-for a byte array or character string or md5 value calculation, only to create an internal array, saving time allocated to save memory is completely static method, thread-safe att
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2559
    • 提供者:林华
  1. mylibsrc

    0下载:
  2. 一个线程池的例子 运行环境linux,主要实现了线程的预先创建等 通过该例子可以学到怎样预先创建出一些线程-a thread pool example Linux operating environment. main thread of the advance through the creation of such examples can learn how to create some advance Thread
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15085
    • 提供者:kevert
  1. CreateProcess

    0下载:
  2. 这是一个非常好的创建多线程的线程的程序,实现了一个完整的线程的创建
  3. 所属分类:系统编程

    • 发布日期:2014-01-17
    • 文件大小:6373
    • 提供者:郝旺
  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
    • 文件大小:7593
    • 提供者:寒冬
  1. 安全稳定的实现进线程监控

    0下载:
  2. 安全稳定的实现进线程监控 进线程监视在底层是如何实现的,在win2000源代码中先找到创建线程的函数实现 然后实现线程监视-achieve security and stability of the control into the threads into threads surveillance at the bottom is how to achieve, in WIN2000 first of the source code to find threads to create a fu
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7189
    • 提供者:
  1. Linux_multithread

    0下载:
  2. Linux下多线程编程的相关资料,:研究了在LINUX 操作系统下多线程的编程方法,主要包括多线程的基本创建方法、如何修改 多线程的属性以及线程之间的数据处理. 重点论述了多线程数据处理方法中的互斥锁和条件变量.-Linux multi-threaded programming under the relevant information: The LINUX operating system in multi-threaded programming methods, including
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:36262
    • 提供者:林雁冉
  1. tcpMuti

    1下载:
  2. 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2193
    • 提供者:kathy
  1. pthread

    1下载:
  2. linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:26502
    • 提供者:wuqian
  1. linuxC_sourcecode

    0下载:
  2. 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books matching CD-ROM information, incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3142213
    • 提供者:陈笑天
  1. LINUX-pthread

    0下载:
  2. 线程的创建和使用 线程的创建是用下面的几个函数来实现的. -pthread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:58819
    • 提供者:zhj
  1. C10K

    0下载:
  2. Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:379668
    • 提供者:fsdfsdfd
  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. 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. 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. shell

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

    • 发布日期:2017-12-08
    • 文件大小:3092
    • 提供者:黄建
  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. winpool

    0下载:
  2. 一个简单的windows线程池,实现多线程的创建和状态维护,以及线程间通信。-A simple windows thread pool.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2991
    • 提供者:西门吹雪
  1. newproject

    0下载:
  2. 实现网络数据收发,串口数据收发,线程的创建使用,文件操作,链表操作(To achieve network data transceiver, serial data transceiver, thread creation, use, file operation, linked list operation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:118784
    • 提供者:心碎无尘
  1. 线程池3

    0下载:
  2. 线程池 线程池的概念大家应该都很清楚,帮我们重复管理线程,避免创建大量的线程增加开销。(thread pool The concept of thread pool should be clear enough to help us repeat management threads and avoid creating a large number of threads to increase overhead.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:小罗520
« 12 3 4 5 6 »
搜珍网 www.dssz.com