搜索资源列表
-
0下载:
UNIX操作系统大多安装在网络服务器上,为了避免维护人员不在时无关人员对服务器进行误操作,我用C语言编写了一个小程序实现了屏幕锁的功能,该程序在AT&T UNIX 4.0和SCO UNIX 5.0上均运行通过-UNIX operating systems are often installed on a network server, to avoid maintenance personnel unrelated to the absence of staff on the server er
-
-
1下载:
一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类 unix,还有windows(最新版本要求nt 4.0以上)操作系统上
一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。
还支持tcp端口映射,可以实现别人访问你的内网主机。
有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。
ki
-
-
0下载:
unix program of tcp ip client server for network sockets
-
-
0下载:
unix program of tcp ip client server for network sockets
-
-
0下载:
unix program of tcp ip client server for network sockets
-
-
0下载:
unix program of tcp ip client server for network sockets
-
-
0下载:
unix program of tcp ip client server for network sockets
-
-
0下载:
基于UDP协议的网络聊天程序,对于学习网络编程的人员很可以简单借鉴-UDP protocol-based network chat program, for staff to learn network programming is a simple reference
-
-
0下载:
netcat是一个简单的读写网络连接数据的unix工具,用tcp和udp协议-Netcat is a simple Unix utility which reads and writes data
across network connections, using TCP or UDP protocol.
It is designed to be a reliable "back-end" tool that can
be used directly or easily dr
-
-
0下载:
一个ping的程序,经典的unix网络编程,对学网络的朋友有帮助-A ping program, the classic unix network programming, the network of friends to help school
-
-
0下载:
Unix网络编程APT,主要详细讲解了在Unix操作系统下的socket网络编程技术。-Unix Network Programming APT, mainly explained in detail under the Unix operating system, network socket programming.
-
-
0下载:
包括《UNIX网络编程》所有源码和socket简单编程代码,有助于学习掌握linux/unix网络编程,都是C代码-including "UNIX network programing" source code and a socket document. it will help the reader to master linux/unix programing, and the source is C code
-
-
0下载:
unix网络编程的经典教程,介绍了各种网络编程的技巧,最可贵的是附带了很多例程,绝对值得学习一下-The classic unix network programming tutorial introduces a variety of network programming techniques, the most valuable is with a lot of routines, definitely worth learning about
-
-
0下载:
是网络协议分析。可以分析tcp udp icmp 可分析出源地址 目的地址 源端口 目的端口 及长度。高手可扩展出更多功能。-this program is the network protocol analysis. Can be analyzed tcp udp icmp can analyze the source address of the source of destination addresses and ports purpose port length. Master can
-
-
0下载:
网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
-
-
0下载:
unix network program-unix network program ,how to client and server
-
-
0下载:
通信网络综合实验,《socket编程实验》,简单的客户机/服务器程序的实现
(1)使用套接字接口在TCP连接上发送消息
(2)还用到了其他的UNIX网络功能
(3)该应用允许用户在一端的机器上输入并把文本发送给另一端机器的用户
(4)它是UNIX中talk的一个简化版本,类似于WEB 聊天室的核心程序。
-The communication network experiment, socket programming experiment, a simple client/s
-
-
0下载:
本书是一部UNIX网络编程的经典之作。书中全面深入地介绍了如何使用套接字API进行网络编程。全书不但介绍了基本编程内容,还涵盖了与套接字编程相关的高级主题,对于客户/服务器程序的各种设计方法也作了完整的探讨,最后还深入分析了流这种设备驱动机制-This book is a classic UNIX network programming. The book comprehensively and thoroughly explains how to use the sockets API for
-
-
0下载:
unix下信息与安全编程,扫描器是网络安全检测的一种重要工具。-information security program under unix, the scanner is an important tool for network security detection.
-
-
0下载:
unix 网络编程实验代码,可以有效掌握类UNIX 标准C网络编程(Network programming experimental code)
-