登录
首页 » 套接字网络编程 » 计算crc校验码的程序,便于理解基本算法

计算crc校验码的程序,便于理解基本算法

于 2022-03-18 发布 文件大小:222.77 kB
0 234
下载积分: 2 下载次数: 1

代码说明:

计算crc校验码的程序,便于理解基本算法-crc check code calculation procedures easier to understand basic arithmetic

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • socket实现文件上传
    这是一个socket编程实例。Server端监听指定端口,接受Client端连接请求。Client通过发送connect请求与Server端建立Socket连接,然后向Server发送一个简单文件,Server接受该文件后存储到指定目录。完成上传后Server端主动断开连接。
    2022-04-21 19:33:37下载
    积分:1
  • commodity information management (Chinese version)
    商品信息管理(中文版) -commodity information management (Chinese version)
    2022-08-20 18:21:38下载
    积分:1
  • 基于udp协议扫描ip地址
    基于udp协议,编程实现扫描ip地址,实现未知ip地址的扫描,并获取ip地址显示出来。简单的C++程序
    2022-08-17 16:17:48下载
    积分:1
  • 开源VRRP协议
    开源的VRRP(虚拟链路冗余协议), 可对VRRP开发作一个参考。有利于快速理解VRRP,快速开发VRRP协议。是一个不错的参考例子
    2023-02-18 00:30:04下载
    积分:1
  • 还有一个关于迷宫的
    还有一个关于迷宫的程序-still a maze of procedures
    2022-05-16 23:30:57下载
    积分:1
  • 3721, CNNIC, POPO, 百度 免疫
    3721, CNNIC, POPO, 百度 免疫程序-3721, CNNIC, POPO, hundred immunities procedures
    2022-06-20 14:51:01下载
    积分:1
  • completed an example of the server and client simple oral communication process....
    该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如输入50,那么客户端会从"data0"到"data49"发送50个字符串,输入0退出.-completed an example of the server and client simple oral communication process. Asked on the mainframe installed TCP/IP protocol and set the IP. Servers and clients using the same host of different ports, the use of the server port to 2000, clients use the port number as 3000. server operating procedures first, the first initialization Winsock, and then create socket, in 2000 ports on bonding, then the 2000 port for the interception, and entered the wait state. client after running the same protocols of the first initialization, and then create socket, and then try to server connections. connecting once established, can the server and client communications between. the client suggested the import
    2022-01-26 06:53:43下载
    积分:1
  • ASP站模块,可以以此为模块制作个人
    ASP网站模块,可以以此为模块制作个人网站-ASP website module, module can be used to produce personal websites
    2022-03-15 12:16:49下载
    积分:1
  • 一个复杂的客户端序,采用CSocket类,适合刚人员...
    一个复杂的客户端程序,采用CSocket类,适合刚接触网络编程人员-a complex client program using CSocket category, for counting network programmers
    2023-06-28 07:55:04下载
    积分:1
  • 基于Qt的局域聊天系统
    应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this); port = 45454; udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint); connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams())); sendMessage(NewParticipant); server = new TcpServer(this); connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString))); connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)), this, SLOT(currentFormatChanged(const QTextCharFormat)));
    2022-01-25 20:19:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载