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

搜索资源列表

  1. pthead

    0下载:
  2. linux下的多线程编程,样例可以直接测试。-multi-threaded programming under linux, the sample can be directly tested.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2902
    • 提供者:gared
  1. chatroom.tar

    0下载:
  2. linux下socket聊天,使用了POSIX多线程 和socket 编程技术-socket chat under linux, use POSIX multi-threaded and socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:307200
    • 提供者:胡栋梁
  1. IMchat.tar

    0下载:
  2. linux下利用POSIX多线程和socket变成接口制作的即时通讯工具-POSIX multi-threaded and socket into the interface to the production of instant communication tools under linux, the shortcoming is not using a graphical authoring tool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:24927
    • 提供者:胡栋梁
  1. Wiippv6pinga

    0下载:
  2. linux下 ipv6协议 ping程序源码最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序源码,多线程结构安排不一定合理,待试验验后进一步修改 4.在终端./pingipv6 IP11 1P2......即可运行程序源码 5.为单源文件,没写make,编译命令为: gcc 可直接使用。 -ping program source code under linux ipv6 protocol up to run 50 threads each thread send
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2851
    • 提供者:
  1. multi-threadedscheduling

    0下载:
  2. liNUX下的 操作系统 多任务调度实例 多线程 包含测试文件-under the Linux operating system, multi-tasking multi-threaded scheduling instance that contains the test file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:9104
    • 提供者:jinpeng
  1. multithread_tcp_server

    0下载:
  2. 该程序完成了linux下基于多线程的服务器端的程序,初学者通过运行可以进一步了解多线程的编程,同时为可以和多进程相比较各自的优缺点做一个起步的台阶-Procedures are completed under linux based on multi-threaded server-side program, beginners can learn more by running multi-threaded programming, as well as can and multi-proce
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:39983
    • 提供者:殷巧
  1. VTune-Test-Application

    0下载:
  2. 这是两个Linux VTune功能测试程序。serialpi是单线程求π值的应用,而threadpi是根据处理器最佳并行数设置的多线程求π值的应用,这两个程序可以演示VTune演示多线程并行的性能改善。-This is the Linux VTune functional test procedures. serialpi is single-threaded seek the value of π the applications threadpi is the application bas
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:2226
    • 提供者:李光华
  1. selectTimer

    0下载:
  2. Unix/Linux下使用select和多线程可以精确到微秒级的定时器,封装成类可单独使用。-Select and multi-threaded Unix/Linux can be accurate to the microsecond timer, encapsulated into a class can be used alone.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1619
    • 提供者:李一文
  1. Tduoxianchengo

    0下载:
  2. 用多线程实现矩阵的相乘,这个是操作系统课程的一个简单实实验,有linux和win下的实现, -Multi-threaded matrix multiplication, this is a simple real experiments for the operating systems course, under linux and win, to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:5526
    • 提供者:lnwjyy
  1. socket

    0下载:
  2. linux系统下实现多线程、服务器、客户端、信号处理以及多线程讲解、源码操作说明-Linux system realize multithreading, server, client, signal processing and multithreading explanation, the source operating instructions
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:5232
    • 提供者:贺阳阳
  1. soc_thr

    0下载:
  2. 基于UNIX、Linux的socket多线程编程的基础样例代码。-Sample code based on the basis of multi-threaded programming in UNIX, Linux' s socket.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-25
    • 文件大小:7781
    • 提供者:zt
  1. ProgramingPwithPPOSIXPthread

    0下载:
  2. 详细描述linux下多线程编程技术,希望对大家能有所帮助-Detailed descr iption linux multithreaded programming techniques
  3. 所属分类:MPI

    • 发布日期:2017-11-17
    • 文件大小:10497783
    • 提供者:汪清
  1. NetSpider

    0下载:
  2. 这是一个基于linux c的网络爬虫程序,利用多线程实现-This is a web crawler based linux c program using multi-threading to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-03
    • 文件大小:894035
    • 提供者:wuzhantao
  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. lcx_src

    0下载:
  2. LCX改进及其linux实现,windows下是多线程实现。linux下通过fork-The LCX Improved linux achieve
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-07
    • 文件大小:8290
    • 提供者:随大家
  1. pthread-and-socket

    0下载:
  2. 主要介绍linux下多线程的函数使用方法及socket与多线程并用的使用过程-Introduces linux multithreaded function use and the socket with the process of using multi-threaded and used
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:24203
    • 提供者:lina
  1. falabaac-v1.0.0.123.tar

    0下载:
  2. 与FAAC不同的mpeg AAC编码器,在Linux下开发的,但支持Linux与windows平台。 在linux下通过make->make install安装,在windows下请到frontend下的win目录,把FALABAAC.DSW工作区打开,先编译libfalabaac再编译falabaac即可。 此代码经过一定的优化,支持6种速度的选择(1~6),可根据需要来设置,另外提供了带宽选择项。 在码率>=96kbps时编码始终选择20kHz的带宽(FAAC在96kb
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-07
    • 文件大小:1081295
    • 提供者:罗龙智
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. bankathreadasocket

    0下载:
  2. 模拟银行开户,存取款,转账等的字符界面程序源码,采用linux消息队列在进程间通信,使用多进程,多线程技术,采用socket技术实现网络通信,最终实现多个客户端同时访问服务端。-Simulated bank account deposits and withdrawals, transfers and other characters interface program source, linux message queues, interprocess communication, the u
  3. 所属分类:Linux Network

    • 发布日期:2017-12-10
    • 文件大小:87393
    • 提供者:文兴亮
  1. Chatroom

    0下载:
  2. 基于linux的socket多线程通信方式。采用sqlite3数据库存储用户信息. 能够实现注册、登陆、退出 、私聊、群聊、修改密码、查看在线用户-Linux-based multi-threaded socket communication. Sqlite3 database to store user information. Achieve registration, login, exit, private chat, group chat, change passwords, vi
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:145229
    • 提供者:caodan
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 29 »
搜珍网 www.dssz.com