-
SocketDemo
说明: 使用C# 语言,编写的一个包含服务端和客户端的一个经典Socket传输的例子(An example of a classic Socket transport that includes both the server and the client is written in C# language)
- 2020-06-18 05:40:01下载
- 积分:1
-
memory management, mitigation, use vc6 compile.
内存管理, 减少碎片, 使用vc6编译通过.-memory management, mitigation, use vc6 compile.
- 2022-03-02 04:39:25下载
- 积分:1
-
multi_path_shadow_env
multipath shadowing channel
- 2017-03-31 06:02:26下载
- 积分:1
-
分形维数
分形维数,给出了具体的程序代码及应用实例,方便用户进一步使用与研究(fractional dimesion; It introduces an specific example of application)
- 2021-04-22 10:58:48下载
- 积分:1
-
操作系统:精髓与设计原理(中文第七版)
说明: 操作系统:精髓与设计原理(中文第七版)课本资料(Operating System: Essence and Design Principles (Chinese 7th Edition))
- 2019-06-02 13:15:01下载
- 积分:1
-
IRIV_1.1
说明: %UNTITLED4 Summary of this function goes here
% Detailed explanation goes here so that
- 2020-11-30 17:58:40下载
- 积分: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
-
微信运动步数折线图
HTML5 Canvas微信运动步数折线图基作,模拟微信运动步数折线图效果。(HTML5 Canvas Wechat Motion Step Breakdown Map is used to simulate the effect of Wechat Motion Step Breakdown Map.)
- 2019-04-09 20:52:44下载
- 积分:1
-
GPSbuhuo
说明: 实现GPS信号的捕获(主要是实现ca码的对齐,即码跟踪)(Acquisition of GPS signal (mainly the alignment of Ca code, i.e. code tracking))
- 2019-04-07 15:26:19下载
- 积分:1
-
神经网络入门13课源码
说明: 神经网络入门13课源码
第一课 MATLAB入门基础
第二课 MATLAB进阶与提高
第三课 BP神经网络
第四课 RBF、GRNN和PNN神经网络
第五课 竞争神经网络与SOM神经网络
第六课 支持向量机( Support Vector Machine, SVM )
第七课 极限学习机( Extreme Learning Machine, ELM )
第八课 决策树与随机森林
第九课 遗传算法( Genetic Algorithm, GA )
第十课 粒子群优化( Particle Swarm Optimization, PSO )算法
第十一课 蚁群算法( Ant Colony Algorithm, ACA )
第十二课 模拟退火算法( Simulated Annealing, SA )
第十三课 降维与特征选择(Source code of 13 courses of neural network introduction)
- 2020-01-02 18:00:43下载
- 积分:1