-
深入理解C#(中文第三版)
深入理解C#(中文第三版)pdf文档 带目录清晰版(C# in depth)
- 2020-06-20 23:20:02下载
- 积分:1
-
CSAPP_swap
说明: CSAPP书中的原地交换算法,用C语言写的。(in place swap code which is from CSAPP.)
- 2020-06-22 01:20: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
-
LTE scheduler
lte schedulaing algoritm
- 2017-09-17 20:39:36下载
- 积分:1
-
runuo-2.4.1_2
说明: 这是RunUO 2.4的维护版本。
此软件包还包含Razor的最新版本(1.0.13.8)。(This is a maintenance release of RunUO 2.4.
This package also contains the latest version of Razor (1.0.13.8).)
- 2020-03-04 12:18:56下载
- 积分:1
-
matlab算例
说明: 实现用ADMM算法求解优化问题的一个简单算例(A simple example of solving optimization problems with ADMM algorithm)
- 2021-01-19 16:08:42下载
- 积分:1
-
GetMACAddress 用于获取网卡地址
GetMACAddress 用于获取网卡地址-GetMACAddress for access to the network card address
- 2023-08-21 22:15:04下载
- 积分:1
-
Matlab 色散以及自相位调制对于长距离光脉冲传输的影响
说明: 考虑色散以及自相位调制对于长距离光脉冲传输的影响(Considering the influence of dispersion and self-phase modulation on long-distance optical pulse transmission)
- 2020-06-19 11:40:02下载
- 积分:1
-
为了方便大家学些,上传了一个贪心算法的算法
为了方便大家学些,上传了一个贪心算法的算法-In order to facilitate everyone to learn more, upload the algorithm, a greedy algorithm
- 2022-03-21 23:43:57下载
- 积分:1
-
一个关于餐观的定餐系统
一个关于餐观的定餐系统-a meal on the concept of fixed menu system
- 2022-06-30 13:46:24下载
- 积分:1