📄 pgmd5.h
字号:
#ifndef _PGMD5
#define _PGMD5
#include <stdio.h>//定义输入/输出函数
#include <time.h>//定义关于时间的函数
#include <math.h>//定义数学函数
#include <stdlib.h>//定义杂项函数及内存分配函数
#include <malloc.h>
struct econfig
{
unsigned short uBnumber;
unsigned short uDistr;
unsigned short uEtype;
};
void Bitconstgen(unsigned short *bitf);
void Packetgen(int nByte,unsigned short *uPacket);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -