-
tiny-regex-c-master
说明: 最小巧的正则表达式库,非常适合嵌入式系统移植,可惜功能有点删减(The smallest regular expression library, which is very suitable for embedded system transplantation, but the function is a little reduced)
- 2020-03-22 20:18:17下载
- 积分:1
-
come
说明: 简单的钓鱼网站源码会使用的可以去试试不可用于违法用途(Simple phishing website source code)
- 2020-10-03 07:21:05下载
- 积分:1
-
新建 快压 ZIP 压缩文件
说明: 英雄联盟LOL走位躲避代码LUA走位走位自动走位(The hero League LOL position avoidance code LUA position automatic position)
- 2020-06-19 16:40:01下载
- 积分:1
-
STM32 rcc_demo
STM32 RCC_Demo
- 2022-01-30 11:37:04下载
- 积分:1
-
QAM_MOD
说明: 本matlab代码使用通信库中qam函数产生16-QAM调制并加上了RRCF(根升余弦滤波器)。(This matlab code is about 16 QAM with Raised-Root cosine filter.)
- 2020-01-09 00:12:31下载
- 积分:1
-
RoomManageWindow
CRT需要添加很多设备时,正常要一个一个添加,这个工具可以用一个为模板(When CRT needs to add many devices, it is normal to add one by one. This tool can be used as a template.)
- 2020-06-25 12:00:02下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
水汽论文
利用grads计算ncep-fnl资料的的水汽通量及水汽通量散度(The calculation of water vapor flux and water flux divergence about the ncep- FNL data by using grads)
- 2020-10-26 11:19:59下载
- 积分:1
-
informatization
一个企业管理系统,包括增删查改,文件上传与下载,值日人员管理等(An enterprise management system, including add, delete, check and modify, file upload and download, on-duty personnel management, etc)
- 2019-05-07 11:04:46下载
- 积分:1
-
improved the Visitor's most functions and error, the new labeling function,...
改进了网友提出的绝大部分功能,和错误,新增加了标签功能,详细请看 标签文件夹,可以实现绝大多数自定义的版块
默认帐号:admin
密码:admin888 -improved the Visitor"s most functions and error, the new labeling function, see the folder labels can be achieved since the vast majority of front-page definition of the default Account : admin Password : admin
- 2022-04-01 02:20:44下载
- 积分:1