-
Table_Operation
列表框运行输入,可以在运行时输入数值,并且在可以自动在前面添加项(The list box runs the input, which can enter numeric values at run time, and automatically add items in front.)
- 2018-05-25 10:19:49下载
- 积分:1
-
pushboxVC6
说明: c语言实现推箱子的程序,很有意思~可以实现基本功能~(c language Sokoban program, very interesting ~ ~ can realize the basic functions)
- 2010-04-05 21:02:38下载
- 积分: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
-
UART
说明: Task4 for learning verilog
- 2019-05-28 12:31:15下载
- 积分:1
-
MD5压缩算法
说明: MD5压缩算法源码 BCB 工程 + 源码(MD5 compression algorithm source BCB project + source code)
- 2020-02-28 22:10:03下载
- 积分:1
-
serial_communication_ok
串口范例,关于运用MATLAB GUI做串口通信(example for com you can learn about gui)
- 2019-04-02 22:25:24下载
- 积分:1
-
超多IrisSkin2.dll C#窗口皮肤素材
超多C#窗口皮肤素材,这些皮肤素材可用于制作C#的换肤窗口,主要针对于IrisSkin2.dll,当然其它类库实现的换肤功能也可以使用,压缩包内带有IrisSkin2.dll皮肤控件实现C#皮肤窗口的方法,使用前请先参阅哦。
- 2022-02-06 09:39:46下载
- 积分:1
-
计算器例子程序,很适合初学者学习使用。欢迎下载互相交流。...
计算器例子程序,很适合初学者学习使用。欢迎下载互相交流。-Calculator example program is very suitable for beginners learning to use.
- 2022-12-08 05:05:03下载
- 积分:1
-
DirectAOA
this is the matlab code by using the direct AOA algorithm for finding the direction of arrival of the smart antennas
- 2009-10-13 21:18:46下载
- 积分:1
-
histogram
说明: 直方图拟合的MATLAB程序,直接运行。希望对大家有帮助。(MATLAB histogram fitting procedures, direct running. We want to help.)
- 2009-08-01 18:26:17下载
- 积分:1