-
Broad-Learning-System-master
说明: 宽度学习python实现,有关增加映射节点、增强节点的宽度模型以及增加数据的训练模型实现(Broad-Learning System By Python)
- 2020-12-21 21:59:08下载
- 积分:1
-
use graphical interface, the time taken to prepare the timer, 3D rendering proce...
利用图形化界面编写的计算时间的计时器,用3D渲染程序-use graphical interface, the time taken to prepare the timer, 3D rendering process
- 2022-03-17 03:33:24下载
- 积分:1
-
算法分析和设计,给出五个排序算法,然后比较五个算法的运行时间,分析算法的时间复杂度...
算法分析和设计,给出五个排序算法,然后比较五个算法的运行时间,分析算法的时间复杂度-Algorithm analysis and design, are given five sorting algorithm, and then compared the five-time algorithm to analyze the time complexity of algorithm
- 2022-07-01 17:47:37下载
- 积分:1
-
UC using MILP
说明: Simple Eld MLIP algorithm
- 2019-11-11 20:03:42下载
- 积分:1
-
qeisen-V3.8
研究生时的现代信号处理的作业,matlab编写的元胞自动机,小波包分析提取振动信号中的特征频率。( Modern signal processing jobs when the graduate, matlab prepared cellular automata, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-06-01 17:12:36下载
- 积分:1
-
yzmcms火车头发布配置
说明: yzmcms火车头发布配置,火车头采集yzmcms规则(Yzmcms locomotive release configuration)
- 2021-03-12 12:19:24下载
- 积分:1
-
一条跟踪航迹 航迹
说明: 这是一条跟踪航迹,通过航迹起始,数据关联,目标跟踪形成的航迹,供目标跟踪初学者使用(This is a tracking track, through the track start, data association, target tracking formed track, for target tracking beginners use)
- 2019-03-04 19:47:13下载
- 积分:1
-
forth
说明: 植被指数计算
% VARI=(R530-R675)/(R530+R675-R450)
% NDVI=(R850-R675)/(R850+R675)
% CIgreen=(R850-R530)-1
% CIre=(R850/R730)-1
% MTCI=(R850-R730)/(R730-R675)
% mNDblue=(R450-R730)/(R450+R850)(% VARI=(R530-R675)/(R530+R675-R450)
% NDVI=(R850-R675)/(R850+R675)
% CIgreen=(R850-R530)-1
% CIre=(R850/R730)-1
% MTCI=(R850-R730)/(R730-R675)
% mNDblue=(R450-R730)/(R450+R850))
- 2019-09-23 21:49:56下载
- 积分:1
-
AXP858 datasheet V0.1_en.pdf
说明: AXP858 PMIC datasheet
- 2021-03-02 11:39:34下载
- 积分:1
-
12
说明: 下面是一个结构体声明:
struct box
{
char maker[40]
float height
float width
float length
float volume
}
a. 编写一个函数,按值传递box结构,并显示每个成员的值
b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。
c. 编写一个使用这两个函数的简单程序
(Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
- 2013-06-02 17:27:08下载
- 积分:1