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

[进程与线程] QRQXM7

复杂网络建随机网模拟建网代码,生成一个在模拟网络的矩阵, (2018-05-22, Visual C++, 994KB, 下载1次)

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

[进程与线程] 505216

截获以太网数据,win系统,不错的源码,很好 (2017-11-13, Visual C++, 75KB, 下载1次)

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

[进程与线程] bauw-CAN

CAN网接口的波特率计算软件,对搞工业控制的人非常有用,
The CAN network interface baud rate calculation software, is very useful to make people in the industry control, (2017-05-31, Visual C++, 16KB, 下载1次)

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

[进程与线程] bread

利用多线程制作面包房控制程序,最终输出框输出还有多少面包剩余。
Multithread bakery production control program, the final output frame output how much bread left. (2015-11-19, Visual C++, 2880KB, 下载1次)

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

[进程与线程] MultipleThreadPortScan

跨网段多线程扫描单一端口的程序源码,可以自己控制并发线程。
inter-network of multi-threaded scanning of a single source port procedures can be controlled with thread. (2014-09-16, Visual C++, 8KB, 下载8次)

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

[进程与线程] Net-capture-code

用于捕获网口数据包的源代码,采用乒乓缓存方式和多线程的方式实现,高效可行
it is use to capture net data packet! (2013-04-08, Visual C++, 9KB, 下载28次)

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

[进程与线程] kingate-1.6config

kingate 去配置版. (原版本需要配置很麻烦) kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。 kingate有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 kingate也支持时间控制。即可以设置什么时间内,所设置的规则才有效。 kingate内置了用户认证,以及记录用户的使用情况,包括用户的使用时间,接收和发送的数据量,可以很容易实现对用户的记费。 kingate采用http来进行管理,使得管理kingate及查看运行信息变得一件很轻松的事情,也可以远程管理。 kingate还支持内存及硬盘共二级缓存(仅限http代理).
kingate to configure version. (the original version of the need to configure a lot of trouble) kingate is a multi-threaded program (using the thread pool approach), so a short time a large number of connection requests, kingate can maintain high performance. kingate also supports tcp port mapping, can someone else access to your host within the network. There are strong rules kingate control, including source IP address, destination IP address, destination port, and the use of the agency agreement. kingate also supports time control. You can set the time within which, the set of rules to be effective. kingate built-in user authentication, and record the user s usage, including the user s use of time, the amount of data received and sent, you can easily achieve the user s billing. kingate using http to manage, making the management to view operating information kingate and becomes a very easy thing, you can also remote management. kingate also supports a total of two cache memo (2011-12-09, Visual C++, 221KB, 下载7次)

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

[进程与线程] lingyun2009

重写线程化操作模块,集群操作时,控制端自动检测CPU使用率而调整工作线程,更加稳定 加强了内网共享传播,文件感染(仅供公司或者网吧测试局域网安全性) DDOS模块添加多种攻击方式,加入了CC变异,无限CC,HTTP空GET,TCP多连接,UDP碎片攻击,发包稳定高效。自带的键盘记录可以穿透杀软的保险箱而正常工作,真正的一键代理,开启3389,内网映射,文件管理支持断点续传 。
Rewrite the threading operation module, cluster operation, the control-side CPU utilization and adjust automatically detect the work of threads, more stability and enhanced communication within the network share, file infection (for companies or Internet cafes test LAN security) DDOS module to add a variety of attacks, joined the CC variation, unlimited CC, HTTP empty GET, TCP and more connection, UDP fragmentation attack, stable and efficient contracting. The keyboard comes with recording software can penetrate to kill the safe and normal operation, the real agent of a key to open the 3389, internal network mapping, document management support for HTTP. (2010-07-19, Visual C++, 3418KB, 下载183次)

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

[进程与线程] 1123

创建一个控制进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。运行结果显示要求:要求在每个线程创建、发出读写申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确定所有处理都遵守相应的读写操作限制。 读者-写者问题的读写操作限制
Create a control process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the corresponding test data file read and write operations. Semaphore mechanism are used to achieve the reader and the writer first priority. Running results show requirements: requires each thread to create, send the application to read and write and began to read and write operations and the end of the read and write operations showed the line of tips to make sure that all deal with the corresponding read and write operations are to comply with restrictions. Readers- read and write operations to write the problem of limited (2010-01-15, Visual C++, 1608KB, 下载13次)

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

[进程与线程] 0818ThreadPool

对于网游服务器处理多客户连接采用的线程池技术,有源码.
To deal with multi-client server network connections used by thread pool technology, has source code. (2007-08-19, Visual C++, 96KB, 下载130次)

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

[进程与线程] SCNetDebug

工业以太网是应用于工业控制等领域的特殊以太网。基于工业以太网的网络负荷诊断和性能分析软件能有效的辅助工程人员即时的掌握网络状况,排除不稳定因素以确保工业以太网的正常稳定运行。要达到工业应用的要求,软件必须做到捕获网络数据的完备性和灵活性,分析数据的准确性和高效性,以及反映数据的直观性。同时软件自身在高网络流量、超长运行时间的情况下要保证足够的可靠性。这些要求可通过面向对象编程技术、多线程协作和灵活的内存管理等来予以满足。
Industrial Ethernet is used in industrial control and other areas of special Ethernet. Based on Industrial Ethernet network load diagnostics and performance analysis software to effectively support real-time engineering staff network status, exclusion of unstable factors in order to ensure that industrial Ethernet is running normal and stable. To achieve the requirements of industrial applications, software to capture network data must be complete and flexibility analysis of data accuracy and efficiency, as well as intuitive to reflect data. At the same time, the software itself in high network traffic, long run-time circumstances enough to ensure reliability. These requirements can be object-oriented programming techniques, multi-threaded collaboration and flexible memory management, etc. to be met. (2007-08-07, Visual C++, 559KB, 下载40次)

http://www.pudn.com/Download/item/id/316689.html
总计:11