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

搜索资源列表

  1. linux_serial_thread_process_network

    0下载:
  2. linux串口、多线程、进程、网络相关内容,教学型代码及课件-linux serial port, multi-threaded, process, network-related content, teaching-based code and courseware
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:974156
    • 提供者:daiyuanhui
  1. Input

    0下载:
  2. 远程线程注入技术,可以注入到任意制定的进程 包括系统进程-Remote thread injection technique can be injected into any process of the development process, including system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1122258
    • 提供者:王金国
  1. pthread

    0下载:
  2. linux多线程编程的程序 学习起来不错-linux pthread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:609
    • 提供者:古容江
  1. unpv13e

    0下载:
  2. 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:629410
    • 提供者:chenim
  1. testThread

    0下载:
  2. vc多线程源码 实现多线程处理 测试运行良好 -vc-source multi-threaded multi-threaded processing to achieve a good test run
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1957112
    • 提供者:陈涛
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  1. mulPrint

    0下载:
  2. 文中详细讲解了在多线程开发中,如何调试打印其中的可能问题。-Explain in detail the development of the multi-threading, how to debug the issue of printing in which the possible.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1280
    • 提供者:liy
  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
    • 文件大小:2683347
    • 提供者:邹平
  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. 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
    • 文件大小:79911
    • 提供者:金余结
  1. Linuxprogramming

    0下载:
  2. linux方面的c编程的优秀书籍 包括网络编程 和linux多线程编程等-linux in c programming, including network programming and excellent books on linux and other multi-threaded programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:10060017
    • 提供者:金敏
  1. ipc_demo

    0下载:
  2. linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10293
    • 提供者:赵新宇
  1. ch11(pthread)

    0下载:
  2. linux线程及多线程操作的一些相关实例源代码 很详细 希望能够有助于大家学习-linux thread and multi-threaded operation of some relevant examples of the source code very much hope that can help them to learn more
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3453
    • 提供者:韩佳楠
  1. MultiThread

    0下载:
  2. windows 多线程编程的一个非常好的例子-windows multi-threaded programming, a very good example of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2484867
    • 提供者:liuzhenhua
  1. Chat1

    0下载:
  2. C++开发的聊天程序,采用套接字技术、多线程实现两方文字聊天-good
  3. 所属分类:Network Security

    • 发布日期:2017-05-14
    • 文件大小:3246085
    • 提供者:007
  1. unixsocket

    0下载:
  2. linux/unix下网络编程以及多线程和多进程的处理-linux/unix network programming, as well as under the multi-thread and multi-process handling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:44287362
    • 提供者:今天
  1. vcLog

    1下载:
  2. VC 写日志的一个示例,有多线程临界区操作文件,非常经典-VC to write log an example of how a thread critical operations files, very classic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:71885
    • 提供者:binghu009
  1. Linux

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

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

    0下载:
  2. 多线程 编写源代码 经典实例 Linux C下实现-Classic example of the preparation of multi-threaded Linux C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1086
    • 提供者:zpf
  1. os_pc

    0下载:
  2. linux多线程程序实例。形象生动,易读。配有makefike文件,可直接装载。-linux multi-threaded program example. Vivid, with makefike files can be directly loaded.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:6062
    • 提供者:fang
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com