-
OVERVIEW_NCS
networked system estimation dynamic systems
- 2017-05-21 16:24:26下载
- 积分:1
-
pso-elm
说明: 极限学习机,单隐层前馈神经网络,算法源程序。(Extreme learning machine, single hidden layer feedforward neural network, algorithm source code.)
- 2020-10-29 20:04:01下载
- 积分:1
-
thc-hydra-windows-master
Hydra是著名的黑客组织THC的一款开源暴力破解工具这是一个验证性质的工具,主要目的是:展示安全研究人员从远程获取一个系统认证权限。(Hydra is an open source violence cracking tool for the well-known hacker organization THC. This is a validation tool. Its main purpose is to show that security researchers can obtain system authentication privileges remotely.)
- 2018-10-31 13:12:58下载
- 积分: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
-
fifo
这个代码主要展示了异步fifo的读的功能和写的功能(This code mainly shows the function of asynchronous FIFO and the function of writing.)
- 2018-07-04 21:24:44下载
- 积分:1
-
Kuramoto-Model-master
说明: kuramoto模型 同步 复杂网络中Kuramoto振子的同步(Synchronization of kuramoto Model synchronization of Kuramoto Oscillators in complex Networks)
- 2021-03-10 22:29:26下载
- 积分:1
-
java version of Weiqi for U.S. exchanges and learning use
java版本的围棋,供大家交流和学习使用-java version of Weiqi for U.S. exchanges and learning use
- 2022-10-14 14:25:03下载
- 积分:1
-
DSPTI C6000 ZBTRAM的使用历程,初学者必读
DSPTI C6000 ZBTRAM的使用历程,初学者必读-DSPTI C6000 ZBTRAM the use of the course, the required reading beginners
- 2022-02-18 15:02:09下载
- 积分:1
-
choose
pcb检测(pcb detect)
- 2021-02-04 10:29:58下载
- 积分:1
-
C#最简单的加、减、乘、除计算例子
C#最简单的加、减、乘、除计算例子,最基础的数字运算在C#中的实现方法,这只是一个例子,可能比较简单哦,但是反映出了一系列的执行过程,进行其它的数学运算时,只需修改对应的计算方法即可。
- 2022-04-22 03:10:38下载
- 积分:1