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

搜索资源列表

  1. CHAT_ROOM

    0下载:
  2. 本代码是Linux编程,使用gtk编程,做成一个私人聊天室,有用到多线程、数据库等。源码分为用户端和服务器端两部分。由于是新手,第一次使用gtk,界面很糙,但功能大都实现。用户有超级用户和普通用户之分。加粗为超级用户特有功能。 未完成:在封装Makefile时链接库一直不成功,故没有实现Makefile。 全部功能如下: 1 登陆 2 注册 3 踢人 4 解禁 5 禁言 6 私聊 7 群聊 8 好友列表(在线) 9 文件传输 10 个人
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:195723
    • 提供者:褚克珍
  1. chatroom

    0下载:
  2. 此项目采用客户端、服务器C/S架构,客户端开辟了两个线程, 一个负责往服务器发送信息,一个负责从服务器接收信息; 采用网络编程让客户端与服务器通信,复习了TCP、三次握手协议等相关知识,同时采用了sqlite3数据库存放账号等个人信息,用文件存放聊天记录,用curses库做界面,全面复习了所学的Liunxc相关API,锻炼了我的编程能力, 最终实现了注册、登陆、私聊、群聊、发文件、超级用户禁言踢人等功能。-This project uses the client, server, C/S s
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:88920
    • 提供者:高俊秋
  1. AndBasekfkjym

    0下载:
  2. 本项目是一个为Android开发者量身打造的一款开源类库产品,您可以在amsoft.cn中获取到最新的代码,示例以及开发文档。tandbase中包含了大量的开发常用手段,如网络下载,Http请求,线程与线程池的管理,图片缓存管理,图片文件下载上传,数据库ORM框架,并封装了大量常用工具类入如字符串,日期,文件处理,图片处理等-The project is a developer for the Android open-source library tailored a product, you
  3. 所属分类:android

    • 发布日期:2017-06-08
    • 文件大小:15653079
    • 提供者:钟丁权
  1. ycljzm

    0下载:
  2. 远程登录源码介绍: // 1.远程登录(用户名和密码超过3位长度则成功,在服务器可以自己设置代码) // 2.含有loading效果(多线程处理,时事返回数据) // 3.登录不成功能够提示出错原因 // 4.保存登錄后的信息(如用戶名和密碼,可以自己設置) // 5.具有超级完整详细的注释(新手也能看懂) //可以设置成自己的UI库-Remote login source: 1// remote login (username and password for mo
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:75845
    • 提供者:jalywang
  1. nedmalloc-v1.10_beta3

    0下载:
  2. nedmalloc是一个跨平台的高性能多线程内存分配库,很多库都使用它,例如:OGRE.现在我们来看看nedmalloc的实现 (以WIN32部分为例) 位操作-nedmalloc is a VERY fast, VERY scalable, multithreaded memory allocator with little memory fragmentation. If you re running on an older operating system (e.g. Windows XP
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:465202
    • 提供者:吴斌
  1. matrix_mult

    0下载:
  2. 在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pt
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:7083
    • 提供者:mimic
  1. Net

    0下载:
  2. 使用ACE封装的网络库,实现心跳,线程池,内存池,数据缓存,简单易用的接口等-ACE package using a network library that implements a heartbeat, thread pool, memory pool, the data cache, easy to use interface
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:485542
    • 提供者:刘昶阳
  1. Desktop

    0下载:
  2. 处理接收到的信息,因为接收到的信息是按一定规律进行编码的,所以进行解码后,激活数据 库线程,保存数据,激活内存刷新数据,更新实时环境信息,判断数据是否越界,若越界则激活设备控制线程进行相应的控制。-Li received the information, because the received information is encoded according to certain rules, so after decoding, the activation data thread li
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:4071
    • 提供者:王泽智
  1. pthread

    0下载:
  2. C语言多线程pthread库相关函数 函数pthread_create,pthread_join,pthread_exit等-pthread lib pthread_create,pthread_join,pthread_exit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1088241
    • 提供者:zhouzhuo
  1. thread

    0下载:
  2. 线程创建、暂停、销毁,界面加入皮肤库,希望对大家有帮助-Thread creation, suspension, destruction, added skin interface library, we want to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:10414763
    • 提供者:贾雨
  1. chessgame

    0下载:
  2. 易语言源码例程程序结合易语言扩展界面支持库和多线程支持库,调用动画框和动画物体组件实现象棋游戏。-Easy language source code routine program combined with easy language extension interface support library and multi-threading support library, call animation frame and animation object component to rea
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-04
    • 文件大小:355502
    • 提供者:lil
  1. UNIX-Advanced-programming

    0下载:
  2. 详细讲解了从c高级 linux基础 文件 标准库 目录结构 进程 线程 以及进程线程间的通信 终端 数据库等知识,中文版-Detailed account of knowledge senior c linux standard library directory file structure based interprocess communication terminal threads and process threads, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-11
    • 文件大小:18386609
    • 提供者:周松松
  1. net.mindview

    0下载:
  2. 《JAVA编程思想》中文第四版配套类库 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从JAVA的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。-" JAVA programming ideas" supporting the fourth edition Chinese Library book won wide acclai
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:62428
    • 提供者:静默听风雨
  1. A4

    0下载:
  2. 易语言歌词迷API源码例程程序结合易语言互联网支持库和多线程支持库,调用API函数实现歌词的读取。-Easy language lyrics fans API source code program with easy language Internet support library and multi-threading support library, call API function to achieve the lyrics read.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-04
    • 文件大小:5888
    • 提供者:叽咕噜
  1. klog.tar

    0下载:
  2. 小型日志库,模仿glog库设计接口,支持日志输出、断言等功能但更为小巧。支持直接输出和基于线程队列的输出方式。-A small log library whose interface is similar with glog. It support logging and assert, but it is very small. It support the direct output mode and queue-based output mode.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:68363
    • 提供者:kinuxroot
  1. KTimer.tar

    0下载:
  2. 轻量级计时库。封装了Windows/Linux的高精度计时接口,支持多线程调用,便于在产品发布后对程序中关键部分进行性能统计。-A light-weight timer library. It encapsulation the timer interface of Windows/Linux and support multi-thread. It is easy to record the performance statistics of the key parts in program
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:24403
    • 提供者:kinuxroot
  1. 764

    0下载:
  2. 易语言纯命令的socks5服务器源码例程程序结合易语言网络通讯支持库和多线程支持库,实现socks5服务器的应用。 -Easy language pure command Socks5 server source routine procedures combined with easy language network communication support library and multi-threaded support library, the realization of S
  3. 所属分类:ELanguage

    • 发布日期:2017-05-05
    • 文件大小:11438
    • 提供者:zcwlc
  1. 83817579

    0下载:
  2. OpenWrt路由器系统操作易语言源码例程程序结合易语言扩展界面支持库和多线程支持库,调用易语言模块演示了OpenWrt路由器系统的操作方法。 -OpenWrt router operating system easy language source code routines combined with easy language extensions interface support library and multi-threaded support library, call th
  3. 所属分类:ELanguage

    • 发布日期:2017-05-05
    • 文件大小:75177
    • 提供者:zcwl
  1. 16

    0下载:
  2. 易语言16进制读取器源码例程程序结合易语言多线程支持库,实现了读取文件16进制码数据的功能。-16 hexadecimal reader easy language source routine procedures combined with easy language multithreading support library, can read the file 16 hexadecimal code data.
  3. 所属分类:ELanguage

    • 发布日期:2017-05-05
    • 文件大小:13644
    • 提供者:zcwl
  1. iocp

    0下载:
  2. 易语言IOCP线程池源码例程程序结合易语言多线程支持库,调用API函数实现IOCP线程池操作。 -Easy language IOCP thread pool source routine procedures combined with easy language multithreading support library, call the API function to achieve IOCP thread pool operation.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3391
    • 提供者:zcwl
« 1 2 ... 18 19 20 21 22 2324 25 26 »
搜珍网 www.dssz.com