-
OllyDBG-Tutorial
OllyDBG 实例教程 入门教程 OD入门教程包含实例(Getting Started Tutorial Tutorial OllyDBG instance)
- 2010-02-12 15:20:38下载
- 积分:1
-
tree
说明: 二叉树运用,简单背包问题,是本人初学数据结构的作业,(Bintree use, simple knapsack problem, is my data structure beginner operations,)
- 2008-11-23 17:08:35下载
- 积分:1
-
ATPEMTP
ATP软件114版,内容丰富,内有多种模型挑选,并且含带各种类及线路的是咧多样化。(ATP software 114, rich in content, with a variety of model selection, and with a variety of classes and lines are diverse.)
- 2018-03-19 21:46:43下载
- 积分:1
-
2013_BEPS_GLOBAL_REVISE_5_4
陆地生态系统碳源汇动态模拟
碳循环 净生产力 总生产力(Terrestrial ecosystem carbon exchange dynamics simulation)
- 2021-01-14 15:58:46下载
- 积分:1
-
CPP
让大家轻松学会C++语言程序设计书籍教程资料......(Visual C++)
- 2013-11-15 23:50:14下载
- 积分:1
-
4_new_Vote
简单实现选举问题,同一个人可以投多个参选人,每个参选人的得票结果以所占总投票人数的百分比为结果(Simple realization of the election, the same person can cast a plurality of candidate, each candidate s results to the percentage of the total turnout for results)
- 2013-03-29 15:47:55下载
- 积分:1
-
Vitebi
这是一种用C实现的(2,1,7)卷积码维特比译码算法的软件实现.(This is an achievable with C (2,1,7) convolutional code Viterbi algorithm software.)
- 2020-06-29 17:00:01下载
- 积分:1
-
week_yyy
this sources for creating alarm based on time to show certain window
- 2017-11-21 20:31:56下载
- 积分: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
-
zhongguoxiangqiCPP
c语言版本中国象棋,完美实现经典象棋的c语言程序源代码。(c language version of Chinese chess, the perfect realization of the classic chess c language program source code.)
- 2013-09-29 16:14:03下载
- 积分:1