linux网络方面的编程资料,socket,ipc
上传时间: 2015-03-21
上传用户:bakdesec
一套linux下的C++开发库,支持进程池,ipc等类库,可以用于学习。
标签: linux
上传时间: 2013-12-11
上传用户:lgnf
This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core classes in ACE right away. We also take you "behind the scenes" to understand how and why the ipc and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patterns more effectively in your own object-oriented networked applications.
标签: understanding developers interested advanced
上传时间: 2015-08-09
上传用户:epson850
基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1
上传时间: 2014-01-18
上传用户:003030
一个简单的端口扫描程序: addstr = "发现端口" & Str(port) & "打开" & Space(5) Select Case port Case 7 plus = "ECHO服务" Case 21 plus = "FTP服务★★★★★" Case 25 plus = "SMTP服务★★" Case 43 plus = "Whois服务" Case 53 plus = "DNS服务☆" Case 80 plus = "HTTP服务★★★★★" Case 81 plus = "HOSTS2名称服务" Case 99 plus = "NCX99后门★★★★★" Case 110 plus = "POP3服务★★★★★" Case 111 plus = "Sun RPC服务★★" Case 135 plus = "本地服务" Case 137 plus = "NETBIOS 名称服务/流影POP" Case 138 plus = "NETBIOS 数据存储服务" Case 139 plus = "NETBIOS 会议服务★★★" Case 119 plus = "NNTP虚拟服务" Case 163 plus = "SNMP服务" Case 443 plus = "https服务" Case 512 plus = "远程执行服务" Case 513 plus = "login, remote login" Case 514 plus = "cmd, exec with auto auth." Case 600 plus = "Sun ipc服务器" Case 1080 plus = "SOCKS代理服务★★★" Case 1433 plus = "SQL服务器★★★" Case 3128 plus = "HTTP代理服务" Case 7626 plus = "木马冰河★★★★★" Case 8080 plus = "HTTP代理服务" Case Else plus = "未知服务!"
上传时间: 2013-12-16
上传用户:gtzj
多进程之间并发执行的实例,ipc通信举例 熟悉进程间的异步同步方式
标签: 进程
上传时间: 2013-11-30
上传用户:xinzhch
这是一个linux下的编程,是一个linux下的ipc通讯中的消息队列的客服端
上传时间: 2016-12-28
上传用户:蠢蠢66
进一步研究和实践操作系统中关于并发进程同步与互斥操作的一些经典问题的解法,加深对于非对称性互斥问题有关概念的理解。观察和体验非对称性互斥问题的并发控制方法。进一步了解Linux 系统中ipc 进程同步工具的用法,训练解决对该类问题的实际编程、调试和分析问题的能力。
上传时间: 2013-12-11
上传用户:sdq_123
很难得的流水线模式下多核间通信例程,采用的是ipc通信模式,希望对大家有所帮助!
标签: 多核DSP ipc 核间通信
上传时间: 2016-04-11
上传用户:yerbol
运行在Windows NT/2000/XP 下多线程方式对指定IP段(指定主机),或主机列表,进行漏洞、弱口令账号、匿名用户检测的工具,扫描项目包括name、port、ftp、ssh、telnet、smtp、finger、iis、cgi、pop、rpc、ipc、imap、mssql、mysql、cisco、plugin...
上传时间: 2016-06-30
上传用户:siyecao