-
MATLAB由入门到精通
说明: 针对MATLAB学习者从最简单的程序到神经网络,包含各方面的程序,内容广泛,适合MATLAB初学者(For the learners of MATLAB, from the simplest program to the neural network, it contains all kinds of programs, and has a wide range of contents. It is suitable for beginners of MATLAB.)
- 2020-06-23 17:00:02下载
- 积分:1
-
MvDA
说明: 这是MvDA的算法,用于多视图判别分析,精准度很高。(This is the MVDA algorithm for multi-view discriminant analysis with high precision.)
- 2019-03-18 19:23:19下载
- 积分:1
-
1新高考模式下的选课排课问题分析
新高考模式下的选课排课问题分析matlab完整代码(Matlab Complete Code for Course Selection and Course Scheduling Problem Analysis under the New College Entrance Examination Mode)
- 2020-11-04 20:59:52下载
- 积分: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
-
最大功率跟踪
光伏发电的模型,文件中有模型和相关的文档,可提供一定参考(Photovoltaic power generation model, there are models and related documents in the document, which can provide some reference.)
- 2019-03-09 18:19:48下载
- 积分:1
-
ARS_Code
I purchased an Ultimate Arduino Microcontroller Pack (you can order the pack online at Makershed or buy it at your local RadioShack). The pack comes with an Arduino UNO and ton of components. It would probably be cheaper to buy components as I need them for my projects, but I like the convenience of a starter kit.
I also purchased a GPS module Digikey.com and a USB cable (it s too bad that the pack does not include the USB cable). The GPS receiver has a built-in antenna, but getting one with an external antenna would probably work best.
From the pack, I ended using the Arduino UNO, the mini breadboard, a few stackable headers, jumper wires and the LCD screen.
- 2015-11-04 23:14:47下载
- 积分:1
-
IL_SpotLightMenuv1.02
说明: This system implies with having a new SEsfadd management
- 2019-04-11 20:05:49下载
- 积分:1
-
最新扫雷游戏,最新扫雷游戏,最新游戏
最新扫雷最新游戏最新扫雷最新游戏
- 2022-05-28 19:32:04下载
- 积分:1
-
盲信号处理
说明: 利用winner滤波器进行盲解卷积和相关报告(Blind deconvolution using Winner filter)
- 2020-06-23 09:00:02下载
- 积分:1
-
msp 温控的代码,精度不太高。但是,比较简易的代码。
msp 温控的代码,精度不太高。但是,比较简易的代码。-msp temperature control of the code, not too high accuracy. However, the relatively simple code.
- 2022-03-18 01:58:43下载
- 积分:1