CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - thread linux

搜索资源列表

  1. ThreadTest

    0下载:
  2. linux环境下,线程池的实际应用 ,直接调用即可-The practical application of the thread pool can be called directly
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:7579
    • 提供者:zhang
  1. CRFPP-0.53

    1下载:
  2. 基于CRF++-0.53的改良版,修正了模型输入时多行空行导致的线程错误,优化了多线程操作,除LBFGS无法优化外,其余迭代操作全部多线程化,66MB模型在16线程服务器上运行,内存占用5.35GB,CPU利用率一般100 ,只有运行LBFGS时为7 。仅支持64位Windows操作系统,使用VC2008编译,不支持32位操作系统或Linux(Windows线程模型)。-Optimized CRF++-0.53. Fixed multi-empty line input bug. Optimiz
  3. 所属分类:Algorithm

    • 发布日期:2015-10-17
    • 文件大小:44032
    • 提供者:吴岳
  1. shell

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

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

    0下载:
  2. 学习Linux 编程中的进程线程时写的一个关于信号量的小代码-Small code learning the Linux programming process thread write a semaphore
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1923
    • 提供者:李斌
  1. Embedded-experiment

    0下载:
  2. 嵌入式实验,包括: ADS下的ARM程序设计 Linux下程序开发 串口及AD转换 嵌入式Linux 线程实验-Embedded experiment,including: ADS under the ARM program design Under Linux application development Serial and AD conversion Embedded Linux Thread experiment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-30
    • 文件大小:396744
    • 提供者:樊一鸣
  1. 3

    0下载:
  2. 设有两个并发执行的父子进程,不断循环输出各自进程号、优先数和调度策 略。进程初始调度策略均为系统默认策略和默认优先级。当父进程收到 SIGINT 信 号时会自动将其优先数加 1,子进程收到 SIGTSTP 信号时会自动将其优先数减 1。 请编程实现以上功能。 -linux thread
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-26
    • 文件大小:6144
    • 提供者:shiqian
  1. threadpool

    0下载:
  2. linux线程池模型,可以利用线程池完成服务器并发需求-linux thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:1955
    • 提供者:liang
  1. thread_pratice.tar

    0下载:
  2. 这是linux里面对线程的简单操作演示,对于刚接触linux系统编程的人来说还是挺有用的。-This is a simple operation and demonstration of linux inside thread, for people new to linux system programming is quite useless.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:10240
    • 提供者:梦幻之旅
  1. basic_thread_module

    0下载:
  2. 主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:526
    • 提供者:田盼
  1. 1.tcp_thread

    0下载:
  2. linux 环境下,socket通信线程-linux environment, socket communication thread
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:15277
    • 提供者:m
  1. AC1.tar

    0下载:
  2. linux下C语言实现TCP/socket编程的客户端源码,建立两个线程,分别进行发送数据和接收服务器命令。-A TCP/Soket client program with C language on the linux.It build two thread,one can send data and the other can recieve the command from the server.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:99395
    • 提供者:liuming
  1. Chatting_Room

    0下载:
  2. linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:150285
    • 提供者:纪昌利
  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. Linux_thread_pool

    0下载:
  2. Linux 下的线程池,提供了详细的API供用户调用。-Thread pool under Linux, provides a detailed API for users to call
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:5389
    • 提供者:huo
  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. russiablock.tar

    0下载:
  2. 俄罗斯方块,linux 信号机制, 无多进程-tetris,linux,signal,no multi-thread
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-08
    • 文件大小:5302
    • 提供者:semon
  1. bryan_thread

    0下载:
  2. LINUX平台下使用的任务封装接口,可以实现WINDOWS与LINUX平台共用,具有平台移值性-thread interface used in linux and windows platform together.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:5955
    • 提供者:bryan
  1. C_Program_Skill

    0下载:
  2. Linux下的C语言高级编程实例代码,包含多个内存处理,线程池处理等例子。-C high-level language programming under Linux code examples, contains examples of multiple memory processing thread pool.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:102592
    • 提供者:古月
  1. sigslot-1-0-0.tar

    0下载:
  2. 类似于QT上的信号与槽, 自己实现的C++信号与槽 线程安全 Linux-Similarly to the signal with the groove on the QT, Own implementation of the C++ signals and slots Thread-safe Linux C C++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:5664
    • 提供者:陈春生
  1. CPP_lib_SRC

    0下载:
  2. 些舍不得格式化的代码,分享给大家. 一、C++、C内存池、内存泄漏调试的实现 二、Windows、Linux双平台线程池的实现. 三、一些标准编码的封装类实现. _base64Encode.h _urlEncode.h _utf8Encode.h base32Encode.cpp base32Encode.h base64Encode.cpp base64Encode.h crc32Encode.cpp crc32Encode.h url
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:175061
    • 提供者:ljh
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 23 »
搜珍网 www.dssz.com