-
内存遍历
内存历遍 查找基址 偏移用的一个源码 易语言编译(The memory calendar time to find the base address of a source offsets with easy language compiler)
- 2018-04-19 00:46:06下载
- 积分: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
-
包括一个复杂算法的执行程序和源代码,我编写用来测试GT3速度效果的东东.很简单请不要见笑....
包括一个复杂算法的执行程序和源代码,我编写用来测试GT3速度效果的东东.很简单请不要见笑.-including a complex algorithm implementation, and the source code, I used to prepare GT3 speed test results saucepan. Please do not simply a laughing stock.
- 2023-06-24 08:40:03下载
- 积分:1
-
C#模拟字符查找源代码
C#模仿的类似记事本的查找功能,可以查找任何形式的字符,找到目标后标记该字符,高亮显示,是一个学习文字查找功能的好范例。
- 2023-08-07 21:25:04下载
- 积分:1
-
ocr
ocr-optical character recognition-it is a very useful souece code for optical chARACTER recognition
- 2022-01-26 07:53:56下载
- 积分:1
-
catia Script generated in VB. Very usefull for catia users. This Macro Scans a P...
catia Script generated in VB. Very usefull for catia users. This Macro Scans a Product Structure for deactivated (useless) elements.
Once a deactivated Part is found, it s activated intermediately for a remove operation
following immediately.
This action done by the Macro cannot be undone in some cases.-catia Script generated in VB. Very usefull for catia users. This Macro Scans a Product Structure for deactivated (useless) elements.
Once a deactivated Part is found, it s activated intermediately for a remove operation
following immediately.
This action done by the Macro cannot be undone in some cases.
- 2023-05-29 01:45:03下载
- 积分:1
-
74HC595p2C74hc138shumaguan
基于HC138和HC595驱动数码管,仿真加C语言程序(Based on HC138 and HC595 driven digital control, simulation plus C language program)
- 2013-08-12 08:55:43下载
- 积分:1
-
这个也是一个有关语音信号处理的文章,具体介绍有关AUTOCORRELATION的概念和应用...
这个也是一个有关语音信号处理的文章,具体介绍有关AUTOCORRELATION的概念和应用-this is a voice signal processing on the article, AUTOCORRELATION specific details of the concept and application
- 2022-05-31 00:06:30下载
- 积分:1
-
Python程序设计与算法基础教程
Python程序设计与算法基础教程,利用Python进行ABAQUS的二次开发(Python Basic Course of Programming and Algorithms, Secondary Development of ABAQUS with Python)
- 2020-06-22 20:20:01下载
- 积分: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