-
parser
简单的语法缝隙器,可以比较详尽的分析输入语句的语法成分。把想要分析的语句放到parser.in文件中,编译即可看到结果。(Simple syntax gap, you can enter a more detailed analysis of the syntax of the statement components. The statement you want to analyze into parser.in file, the compiler can see the results.)
- 2013-12-10 03:37:58下载
- 积分:1
-
Synthetic-Aperture-Radar-(SAR)-Raw-Signal-Simulat
Synthetic Aperture Radar (SAR) Raw Signal Simulation
- 2013-05-23 10:13:06下载
- 积分:1
-
jiaoliutiaosu
说明: 一个基于simulink的交流调速系统,实现交流电机的直流调速(A simulink-based speed regulating system of exchange, the realization of AC motor speed control of DC)
- 2008-10-29 22:58:22下载
- 积分:1
-
JogoMinoria
The code was developed to genereate artificial market trajectory. It was also developed in matlab
- 2013-01-10 21:59:59下载
- 积分:1
-
Matlab-based-light-procedures
基于MATLAB的光线反射、折射和透镜原理的仿真程序(MATLAB-based light reflection, refraction and lens theory simulation program)
- 2021-01-13 22:38:47下载
- 积分:1
-
图像canny算子来实现边缘检测
只是用canny算子来实现图像边缘检测的算法,用原代码来实现canny算子5个步骤。Canny算法实现:用高斯滤波器平滑图像(在调用Canny之前自己用blur平滑)用一阶偏导的有限差分来计算梯度的幅值和方向.对梯度幅值应用非极大值抑制 .用双阈值算法检测和连接边缘.
- 2023-08-03 11:05:03下载
- 积分:1
-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
matlaborder
matlab 常用命令,如:hold on 用于保留当前图形和当前坐标轴属性,后面的图形命令只能在当前存在的坐标轴中增加图形,即设置当前坐标轴属性NexPlot为add,(matlab commonly used commands, such as: hold on to retain the current graphics and the current axes properties, behind the graphics commands only exist in the current axes to add graphics, or set the current axes properties NexPlot for the add,)
- 2008-04-09 22:22:25下载
- 积分:1
-
Excel
excel 编译器用来编译matlab文件(excel compiler)
- 2015-02-27 12:07:19下载
- 积分:1
-
huise
数学建模中常用的灰色预测程序,经整理,有注释(Commonly used mathematical modeling of gray prediction program, collated comment)
- 2013-05-19 22:15:43下载
- 积分:1