-
易语言写的网络验证,可以用于软件注册.不过封包部分没有加密....
易语言写的网络验证,可以用于软件注册.不过封包部分没有加密.-Easy language network authentication, can be used for software registration. But part of the packet is not encrypted.
- 2023-08-01 08:20:02下载
- 积分:1
-
小程序,主要用于学习和研究TCP/IP协议.得到主机IP.
小程序,主要用于学习和研究TCP/IP协议.得到主机IP.-Small programs, mainly for study and research TCP/IP protocol. Be the host IP.
- 2023-08-17 09:40:03下载
- 积分:1
-
网络协议规范大全
在网络的各层中存在着许多协议,它是定义通过网络进行通信的规则,接收方的发送方同层的协议必须一致,否则一方将无法识别另一方发出的信息,以这种...
网络协议规范大全
在网络的各层中存在着许多协议,它是定义通过网络进行通信的规则,接收方的发送方同层的协议必须一致,否则一方将无法识别另一方发出的信息,以这种规则规定双方完成信息在计算机之间的传送过程。下面就对网络协议规范作个概述。
-Network protocol specification Daquan, the network, there are many layers in the protocol, which is to define the rules of communication through the network, the receiver of the sender on the same floor of the agreement must be consistent, otherwise the party will not recognize the other party" s message based on this two kinds of rules to complete information in the process of transmission between computers. Here" s right to give an overview of the network protocol specification.
- 2022-02-14 18:05:44下载
- 积分:1
-
c语言班级学生花名册
本代码基本实现班级学生花名册的管理,包括学生信息的增加、删除、修改、查询,运用结构体存储学生的基本信息,包括姓名、年龄、成绩等,是C基础的应用
- 2023-09-01 00:15:03下载
- 积分:1
-
智能读卡器
智能读卡器的类,对智能读卡器进行读写操作,复位应答
- 2022-12-05 06:40:03下载
- 积分:1
-
key.rar WindowsXP _
WindowsXP_Key.rar
- 2023-04-23 15:35:03下载
- 积分:1
-
WaveCom GSM 2403A chip information. Rar
WaveCom GSM 2403A芯片资料.rar-WaveCom GSM 2403A chip information. Rar
- 2022-04-26 21:55:17下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
JSP图书管理系统
java web的图书管理系统,jsp,servlet,mysql,能够实现基本的增删改查,在wclipse上能够完美运行,可以作为毕业设计的参考,还有些不足,所以仅供参考。
- 2022-05-30 05:00:59下载
- 积分:1
-
汇编语言MASM输入一个二进制数转化十进制数输出
汇编语言MASM输入一个二进制数转化十进制数输出-assembly language Multiple input into a binary decimal output
- 2022-01-26 04:00:33下载
- 积分:1