搜索资源列表
Ip_Check
- A:用c++语言来实现对IP的合法性进行验证。 例如: 1:1.1.1.1.1 2:0.1.1.1 3:.2.3.啊 等等都不是合法的IP地址。 B:判断两个子网是不是在同一网段,等等。具体如抓图所示。-A : c language to realize the legitimacy of IP verified. For example : 1:1.1.1.1.1 2:0.1.1.1 3 : 1.2.3. ah, etc. is not legitimate I
WWWHttp
- 用C#实现的Http协议封装,可以使用UrlEncoded、Multi-Part form vars、XML这3种方式来POST和Get文本和文件,支持Proxy,支持各种编码,是良好的学习HTTP编程的例程
SampleTCP
- (1)Simple test for TCP under Lunix (Blocking) server.c client.c (2)Simple test for TCP under Lunix (NonBlocking) server3.c client1.c (3)Simple test for TCP under Windows (Nonblocking) WinClient.c WinServer.c
jrtplib-3.1.0.tar
- 多媒体实时流传输协议(RTP/RTCP)C++ 了lib包平台要求(linux,unix,windows)用于网络音频视频传输-real-time multimedia streaming transfer protocol (RTP / RTCP) C lib a request packet platform (Linux, Unix, windows) for audio and video transmission network
SMGP 3.0 Delphi源码
- Delphi开发的SMGP3.0客户端程序,完全支持电信C网短消息。
ppp-2.4.2
- C语言实现的 PPPOE客户端代码,可以适合移植到嵌入式系统-C language implementation of the PPPOE client-side code can be ported to embedded systems suitable
contrib-1.3.0
- LWIP轻量级TCP/IP协议栈,基于操作系统上,-LWIP lightweight TCP/IP protocol stack, based on the operating system
TCPIP-3
- c++网络编程书籍,可以入门和资料参考,主要是tcpip协议-c++ network programming books, you can reference and information portal, mainly tcpip agreement
Code
- 此程序为 发送tcp udp 本程序需要安装Winpcap,版本为3.1,其他版本可能造成程序无法正常使用。 开发平台: windows XP SP2 Visual Studio.net 2003-This procedure to send tcp udp This procedure will need to install Winpcap, version 3.1, other versions may result in the procedure not
Sockets-2.3.9.1
- C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
tcpdump-3.8.1.tar
- 一款关于分析tcp/ip协议的C代码,值得分析和学习!-A on the analysis of tcp/ip protocol C code, it is worth analyzing and learning!
RemoteControl
- 远程桌面监控系统 (1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。-Remote Desktop Monitoring System (1) real-
FiveChess
- 设计五子棋需要实现的内容包括1)五子棋的界面即绘制棋盘2)网络的链接采用C/S结构即客户端与服务器3)五子棋的落子即走棋4)界面即服务器端界面和客户端的界面5)五子棋输赢规则。-Design backgammon need to achieve, including 1) backgammon interface that draw chessboard 2) network link using C/S structure that the client and server 3) backg
Router
- 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能
rongliangfenpei
- 星形网络设计环境要求:Windows2000/XP/7 功能要求: 设有n个节点(依次编号为1、2、……,n)和一个中心,每个节点都有ni个终端,每个终端至节点的报文达到率都相等为λ,报文长度都相等为1/μ,确定该网络设计的总容量为C,编写一个程序,对于输入节点数n、ni、λ、μ,算出网络的最佳容量分配及相应的延时。注意,一条链路的平均延时时间计算参考公式T=1 /(μC-λ),其中1/μ是以比特为单位的报文分组平均长度;C是以该链路的容量,单位是比特/秒;λ是平均流量,单位是分组/秒
3-UDPprogramming
- 简单C#编写的UDP编程,拥有简单界面。压缩包包含源码、课件,程序可直接运行。-Simple UDP programming in C#, with a simple interface. Archive contains the source code, courseware, the program can be run directly.
Netxx-0.3.2
- Netxx is a C++ network programming library. It is designed to take the pain out of programming network communications applications.
weChat
- 1.Server支持多客户访问; 2.C与S之间使用TCP连接; 3.C与C之间直接通信(不是通过S传递)。 4.C与C之间直接通信既可以使用TCP,也可以使用UDP。 可以使用Socket,也可以使用TcpClient/UdpClient等;-1.Server supports multi-client access the use of a TCP connection between 2.C and S direct communication between 3.C
ip2region-1.3-release
- ip2region是准确率99.9%的ip地址定位库,0.0x毫秒级查询,数据库文件大小只有2.7M,提供了java, php, c, python,nodejs,golang查询绑定和Binary,B树,内存三种查询算法,妈妈再也不同担心我的ip地址定位!(Ip2region is a IP library address location accuracy of 99.9% millisecond, 0.0x query, database file size is only 2.7M, P
mongoose-5.3
- embedded web server written in C