-
1.自制网络聊天室
2.网上购物系统的JSP实现
3.图像编辑器
4.简单媒体播放器
5.个人日常事务管理系统
6.商场VIP消费管理系统...
1.自制网络聊天室
2.网上购物系统的JSP实现
3.图像编辑器
4.简单媒体播放器
5.个人日常事务管理系统
6.商场VIP消费管理系统
7.公司资源预约系统
-1. Self-made Internet chat rooms 2. Internet shopping system, JSP implementation 3. Image Editor 4. A simple media player 5. A person" s normal transaction management systems 6. Malls VIP consumption management system 7." s Resource reservation system
- 2022-01-26 03:15:03下载
- 积分:1
-
一个简单的SIP协议栈,但基本的功能已经实现。是osip的第二选择...
一个简单的SIP协议栈,但基本的功能已经实现。是osip的第二选择-a simple SIP protocol stack, but the basic function has been achieved. Osip is the second choice
- 2023-02-08 14:15:04下载
- 积分:1
-
自动更新源码,可以实现程序的自动更新。它通过比较网页的版本号来确定程序是否要更新。...
自动更新源码,可以实现程序的自动更新。它通过比较网页的版本号来确定程序是否要更新。-updater
- 2023-08-23 11:00:04下载
- 积分:1
-
根据本机所处网络(本机IP与掩码进行判断)进行搜索本机所处网络里的主机。目前支持聊天及消息传送,主要用于校园网...
根据本机所处网络(本机IP与掩码进行判断)进行搜索本机所处网络里的主机。目前支持聊天及消息传送,主要用于校园网-under the machine where Network (IP of the machine and mask judgment) conducted a search of the plane where network"s mainframe. Current support chat and messaging, mainly for the campus network
- 2022-01-24 15:18:49下载
- 积分:1
-
异步socket类
异步socket类- Asynchronous socket kind
- 2022-10-08 19:25:03下载
- 积分:1
-
windows底下一个很不错的sgip协议网关程序,对于那些初涉短信协议开发的人员是个很不错的帮助...
windows底下一个很不错的sgip协议网关程序,对于那些初涉短信协议开发的人员是个很不错的帮助-windows beneath a very good agreement sgip Gateway procedure, for those初涉SMS protocol development staff is a very good help
- 2022-03-21 17:09:50下载
- 积分:1
-
用 MFC 简单的 TCP 客户端
我是创建简单的 TCP/IP 客户端程序进行通信单片机系统板 (它的服务器角色)。并且最后,客户端应用程序想要通过网络获取多个服务器的信息。我是一步一步走,存档的 !
- 2022-11-26 23:45:10下载
- 积分:1
-
计算校验和
校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP...
计算校验和
校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。
由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。
还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。
当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。
-calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tai
- 2022-01-26 06:39:03下载
- 积分:1
-
计算校验和
命令行:check_sum infile
其中check_sum是程序名,infile是数据文件名
输出:数据文件的校验和。
目...
计算校验和
命令行:check_sum infile
其中check_sum是程序名,infile是数据文件名
输出:数据文件的校验和。
目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,深入理解网络协议的基本概念与网络问题处理的一般方法。-calculated checksum command line : check_sum infile which check_sum procedures, and infile data output file name : data files, the checksum. The purpose of the data link layer and the MAC layer of learning, according to the data link layer to the basic principles of universal application against the Ethernet frame, and by constructing a concrete frames, in-depth understanding of network protocols and the basic concepts of network issues to deal with the general approach.
- 2022-05-20 02:21:14下载
- 积分:1
-
socket通信,包括SERV和CLIENT通信机制,可以用来建立基于socket通信的网络应用程序开发。...
socket通信,包括SERV和CLIENT通信机制,可以用来建立基于socket通信的网络应用程序开发。-socket communications, including the SERV and the CLIENT communication mechanism can be used to establish a socket-based communications network application development.
- 2022-03-18 21:04:15下载
- 积分:1