联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 进程与线程(114) 
按平台查找All C/C++(114) 

[进程与线程] 多线程服务器程序例子

多线程服务器的程序例子,基于 QT5 开发,便于学习多线程客户端与服务器之间通讯
Multi-threaded server program example, based on QT5 development, easy to learn communication between multi-threaded client and server (2018-09-17, C/C++, 18869KB, 下载2次)

http://www.pudn.com/Download/item/id/1537163959433819.html

[进程与线程] SIUY255

用DA转换+比较器的方法对外界模拟信号进行检测,同时这种联合装置加上CPLD可以代替低频AD转换器的功能 (2018-06-21, C/C++, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1529570813590903.html

[进程与线程] 6892836

本说明书适用于虚仪声卡仪器,它包括虚仪声卡示波器, (2018-05-22, C/C++, 464KB, 下载1次)

http://www.pudn.com/Download/item/id/1526993489855147.html

[进程与线程] 113624

RTMP推流器和拉流器设计源码,RTMP服务器拉流 (2018-05-20, C/C++, 920KB, 下载7次)

http://www.pudn.com/Download/item/id/1526817359503791.html

[进程与线程] 96062207

Helix浅谈算式处理(C++计算器源码发布 (2018-05-16, C/C++, 23KB, 下载1次)

http://www.pudn.com/Download/item/id/1526478759168720.html

[进程与线程] 399239

展讯SC6600D例程,包含定时器和串口通讯例子 (2018-04-20, C/C++, 22KB, 下载1次)

http://www.pudn.com/Download/item/id/1524231521918073.html

[进程与线程] 4411513

生成简单的SRF编辑器 Generate a simple SRF editor (2018-02-17, C/C++, 31KB, 下载1次)

http://www.pudn.com/Download/item/id/1518860880483501.html

[进程与线程] rkeu

数字滤波器的C语言实现,包括高通,低通,带通滤波器 (2018-02-03, C/C++, 6KB, 下载7次)

http://www.pudn.com/Download/item/id/1517613366910702.html

[进程与线程] 3992857

Helix浅谈算式处理(C++计算器源码发布 (2017-12-16, C/C++, 23KB, 下载1次)

http://www.pudn.com/Download/item/id/1513388172546678.html

[进程与线程] zyyprnm

一个功能特别强大的计算器,比用的计算器功能强大的多,包含了许多函数和符号! (2017-10-27, C/C++, 56KB, 下载1次)

http://www.pudn.com/Download/item/id/1509073171931484.html

[进程与线程] functiodthe

仿windows资源管理器,能实现资源管理器的功能,不错的
Windows explorer, can realize the function of the resource manager, good (2017-06-21, C/C++, 46KB, 下载5次)

http://www.pudn.com/Download/item/id/1497999303108020.html

[进程与线程] pattern

第二部分深入COM服务器2 第二部分深入COM服务器2,
The second part further deep COM server 2 COM server 2 in the second part, (2017-04-24, C/C++, 18KB, 下载1次)

http://www.pudn.com/Download/item/id/1493014169634015.html

[进程与线程] sever-and-client

简单客户端 和 服务器 服务器创建子进程 来处理客户端
client and server client and server (2016-03-30, C/C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1459321496586488.html

[进程与线程] wbm04-mksock.tar

服务器框架可并发。健壮性能强,多线程。多进程
socket frame (2016-01-03, C/C++, 21KB, 下载2次)

http://www.pudn.com/Download/item/id/1451797196760753.html

[进程与线程] c_lab_mine

c语言实现BS客户端服务器端通信,服务器端多线程
BS communication in C, multithread (2014-06-30, C/C++, 155KB, 下载5次)

http://www.pudn.com/Download/item/id/2578336.html

[进程与线程] serveraclient

多线程并发服务器,服务器与客户端的连接,客户端发送消息给服务器,服务器接收后经处理回传给客户端。
Concurrent multi-threaded server, server and client connection, the client sends a message to the server, the server receives the process back to the client. (2013-01-13, C/C++, 54KB, 下载38次)

http://www.pudn.com/Download/item/id/2116427.html

[进程与线程] duoxianchengfuwuqi

多线程服务器实现回显功能,包含一个客户端程序一个服务器端程序。在linux下开启服务器程序可以对多个客户端服务。
Echo multi-threaded server implementation features, including a client program of a server-side program. Under the linux server program can open multiple client services. (2011-04-14, C/C++, 266KB, 下载48次)

http://www.pudn.com/Download/item/id/1491511.html

[进程与线程] Cxiazai

下载器的源代码!可以多线程进行下载
Download browser s source code! Can be multi-threaded download (2008-11-15, C/C++, 62KB, 下载2次)

http://www.pudn.com/Download/item/id/580189.html

[进程与线程] shiyan3

用银行家算法实现资源分配。多个进程动态共享系统的资源可能会产生死锁现象。但只要资源分配策多个进程动态共享系统的资源可能会产生死锁现象。但只要资源分配策略能保证进程不出现循环等待,系统就不会发生死锁。本实验通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效的防止和避免死锁的发生。
Bankers algorithm using the allocation of resources. More than the process of dynamic resource-sharing system could be the phenomenon of deadlock. But as long as the allocation of resources more than the process of policy dynamic resource-sharing system could be the phenomenon of deadlock. But as long as the resource allocation strategies to ensure the process does not appear to wait for the cycle, the system would not have happened deadlock. Through the preparation of this experiment and debug a system of resource allocation simple dynamic simulation program to observe the deadlock resulting from the conditions and the use of appropriate algorithms, effectively prevent and avoid the occurrence of deadlock. (2007-12-31, C/C++, 479KB, 下载32次)

http://www.pudn.com/Download/item/id/386081.html

[进程与线程] procc

这是一个进程调度程序,模拟在单处理器情况下处理器器调度。
This is a process scheduler, simulation of the single-processor scheduling for the next processor. (2006-05-24, C/C++, 6KB, 下载8次)

http://www.pudn.com/Download/item/id/187473.html
总计:114