-
testdll
改程序主要用来测试VS2008下的dll文件使用(Reform program is mainly used to test the dll file under VS2008 the use of)
- 2010-03-01 10:30:53下载
- 积分:1
-
TRIBON format painter
format painter in Tribon: You can use the box to choose operation, in the region of all fonts to refresh the text format
- 2022-01-25 17:45:32下载
- 积分: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
-
建立网孔电流方程,使用高斯约当法求解,将结果保存在txt格式的文档中...
建立网孔电流方程,使用高斯约当法求解,将结果保存在txt格式的文档中-The establishment of mesh-current equations, using Gauss Jordan Method, the results saved in txt format document
- 2022-01-26 00:55:08下载
- 积分:1
-
电动汽车动力电池管理系统设计 谭晓军 BMS书籍
电动汽车动力,电池管理系统设计 谭晓军 BMS书籍(Electric vehicle power battery ,management system design, Tan Xiaojun BMS books)
- 2017-12-06 13:28:09下载
- 积分:1
-
jQuery页面滚动
y页面滚动码是一款简单实用的鼠标控制页面滚动,顶部固定导航(Y page scroll code is a simple and practical mouse control page scroll, fixed navigation at the top)
- 2019-03-28 16:36:01下载
- 积分:1
-
CCTV system, the ticket printing. Beginners to see other people do not look, a b...
闭路电视收费系统,票证打印用的。
给初学者看看,其它人就别看了,有点丑陋。。。。
初始密码123-CCTV system, the ticket printing. Beginners to see other people do not look, a bit ugly. . . . The initial password 123
- 2023-03-29 15:40:03下载
- 积分:1
-
用C程序编写 C语言
written in C program
- 2020-06-19 02:40:01下载
- 积分:1
-
改进WKNN
在wifi定位中的在线阶段WKNN算法的改进(Improvement of online WKNN algorithm in WiFi Positioning)
- 2017-11-06 14:50:30下载
- 积分:1
-
缩略图突出圆角焦点图
说明: 缩略图突出圆角焦点图是一款带左右箭头、文字说明和缩略图突出显示的圆(A thumbnail highlight rounded focus is a circle highlighted with left and right arrows, text descriptions, and thumbnails.)
- 2019-03-27 15:42:38下载
- 积分:1