-
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
-
VB MP3音频文件操作类
mod_getmp3Info.bas,VB MP3音频文件操作类,读/写MP3文件信息,这个类可实现根据MP3风格序号获取的风格的名字、根据MP3的风格的名字获取风格序号对应的字符、装载MP3风格列表、获取MP3文件的ID3v1信息、获取MP3文件的ID3v2(3)信息、设置MP3文件的ID3v1信息、写入MP3文件的ID3v2.3信息、要注意的是,需要选读出原来MP3文件的数据块的位置,然后从这个位置开始读取数据、获取MPEG文件格式信息。。。
- 2022-01-25 17:27:19下载
- 积分:1
-
对于游戏的变化,内存数据的分析,属性数据的变化,。
游戏修改器,对内存数据进行分析,得到变化的属性数据,对属性数据进行修改。-changes for the game, the memory data analysis, changes in the attribute data, attribute data to make revisions.
- 2022-12-06 05:00:03下载
- 积分:1
-
桥梁约束条件
桥梁约束条件,ansys apdl源程序。通过ansys apdl语言建立了桥梁约束的有限元模型。(Bridge constraints, ANSYS APDL source program. Finite element model of bridge constraints is established by ANSYS APDL language)
- 2019-05-04 12:52:50下载
- 积分:1
-
CFAR
说明: 基于高斯分布的CFAR检测算法(双参数CFAR检测),输入一个确定的虚警概率,在满足一定虚警率的情况下对图像进行分割,实现目标与背景的分离。(The CFAR detection algorithm based on Gauss distribution (two-parameter CFAR detection) inputs a certain false alarm probability, and segmentes the image to achieve the separation of target and background when the false alarm rate is satisfied.)
- 2021-04-25 18:28:46下载
- 积分:1
-
Inspect-Main
检测零件数量,机器视觉方法,4支CCD采集图像,然后建立统一坐标系。(Detect the number of parts, machine vision methods, four CCD image acquisition, and then establish a unified coordinate system.)
- 2011-09-22 12:31:55下载
- 积分:1
-
furnace_3.5
一个镀锌熔炉的温度和控制操作采集和录入的程序,支持两个数字输出信号输出。(a data aquisition and logging program with two digital output for PLC controller)
- 2012-02-02 17:35:55下载
- 积分:1
-
西安与上海---VS1003
实现MP3播放音功能的测试代码,内涵STM32与vs1003板间连接,可直接用于调试(realize the function of mp3)
- 2018-04-26 09:17:51下载
- 积分:1
-
ymd
输入年月日得出星期,按照代码里面的提示输入就可以得到星期几,输入的年份是有一个范围的,输入没有检错处理的!!!(Enter the date come weeks)
- 2013-01-13 19:53:28下载
- 积分:1
-
雷挖了一个很好的来源,真的很好,舛添是的,它是用C编写的依据。
一个不错的挖雷的源代码,真的不错,舛不错,是用C++写的,很好-Ray dug a good source, really good, Masuzoe Yes, it is written using C and very good
- 2022-06-27 18:20:24下载
- 积分:1