-
Evacuation Botleneck
包含有代码的基于元胞自动机的室内人员疏散模拟文章(Cellular Automata-based Indoor Evacuation Simulation with Code)
- 2021-03-05 14:49:31下载
- 积分:1
-
机器学习课件 周志华
机器学习配套讲解的课件,相比与书籍中的内容,课件中有大量的样例展示。(Comparing with the contents in books, there are a lot of examples in the courseware for machine learning.)
- 2019-06-18 21:31:08下载
- 积分:1
-
无线智能终端协议
无线智能终端协议,描述某种具有针对性的无线智能终端的协议说明(Wireless Intelligent Terminal Protocol)
- 2020-06-17 11:00:01下载
- 积分:1
-
calcultor
用C++编写的科学计算器,功能比较齐全实用。(Written in C++ scientific calculator, function more complete and practical.)
- 2015-03-03 16:29:50下载
- 积分:1
-
开发命名规范
开发规范要求,严格按照此文档来进行编码,非常好的开发规范文档(Development specification requirements, strictly in accordance with this document for coding, very good development specification document)
- 2020-06-17 21:20:02下载
- 积分:1
-
各类信号处理方法与滤波器
说明: 包含hht、emd、eemd、winger-vile、lms、各类滤波器等的代码及实际数据验证,可用于机械振动、地震爆破声波等,内含数据和注释说明(Including HHT, EMD, EEMD, winger-ville, LMS, all kinds of filter codes and actual data verification, which can be used for mechanical vibration, seismic blasting sound wave, etc., including data and notes)
- 2020-03-02 00:52:11下载
- 积分:1
-
3x3智慧拼盘计算机游戏源码喜欢游戏的朋友可以拿去研究研究!...
3x3智慧拼盘计算机游戏源码喜欢游戏的朋友可以拿去研究研究!-3x3 wisdom plates source computer games like the game you can spend studies!
- 2022-02-03 07:48:17下载
- 积分:1
-
一个VC++ 随机数组生成类
VC++随机数组生成类的源代码,代码由重庆大学光电学院311实验室 袁刚编写,将随机生成的数组序列保存在TXT中,srand((unsigned)time(NULL));// 生成时间种子
m=rand()%m_Txt_Line;// 返回一个0-m_Txt_Line-1的随机数,即查表的起始位置
mx=m%m_Txt_Row;// 查表起始位置的列号,文件头为0行0列
my=m/m_Txt_Row;// 查表起始位置的行号
// 下面取出剩下的字符串中每三个空格前面的字符串,就是所要查一个数据
for(m=0;m {
aw2=strc.Find(" ");// 找到作为间隔的后三个空格所在位置
if(mx==m_Txt_Row-1||m==m_Txt_Row-mx-1)
a_Random[ct]=atof(strc);
else
a_Random[ct]=atof(strc.Left(aw2));// 保存数据到数组
aw1=strc.GetLength();
aw2=strc.Find(" ");// 找到作为间隔的前三个空格所在位置
strc=strc.Right(aw1-aw2-m_Txt_Spacing);// 取这三个空格右边的所有字符串
- 2023-02-02 04:50:03下载
- 积分:1
-
DS1302 chip subroutine can be called directly, tried in single
DS1302芯片子函数,可以直接调用,在单片机上调试过了-DS1302 chip subroutine can be called directly, tried in single-chip rise
- 2023-01-10 22:55:03下载
- 积分:1
-
beranddistance
对OOK、BPSK、QPSK、16QAM、64QAM在水下信道传输的性能分析,作出信噪比-距离曲线。(The performance of OOK, BPSK, QPSK, 16QAM and 64QAM in underwater channel transmission is analyzed, and the SNR distance curve is made.)
- 2021-04-25 19:08:46下载
- 积分:1