资源列表
Euler123D
- 气体动力学的欧拉方程的计算fortran源码,含1,2,3维程序-FORTRAN codes for solving the time-dependent nonlinear Euler equations of gas dynamics in one, two and three space dimensions
Bspline-curve
- B样条的一种实现方法。具体操作为:拾取界面二维点作为控制顶点,输出B样条曲线-An implementation of B-spline method. The specific operation as follows: pick up the interface two-dimensional points as control points, the B-spline curve of the output
presenttheradialsymmetrydetectorfordetectingspeeds
- 本文中,我们提出了检测速度标志探测器的径向对称性。我们评估一个内道路车载系统探测器本身。我们也评估其性能,并在我们的道路车辆运行线上证明。-Algorithms for classifying road signs have a high computational cost per pixel processed. A detection stage that has a lower computational cost can facilitate real-time process-
EMD-2.1
- emd_visu.m 是一个很好的对信号进行时频处理的工具箱,能很好的分析信号的特征。-Emd is a box for signal .
lianhesuanfa
- 针对分布式MIMO 雷达系统,在站间大间隔配置获得的空间分集增益的基础上,提出了一种目标位置估计与检测的联合算法-For distributed MIMO radar system, basic space station large intervals between diversity gain obtained, we propose a joint target location estimation and detection algorithms
fft2
- fft算法的C++程序,主要是基于Radix-2的DIT算法,有助于深入理解快速傅立叶变换-fft algorithm C++ program is mainly based on DIT Radix-2 algorithm, and help us to understand the fast Fourier transform! !
DIT_FFT
- 该程序实现的是数字信号处理教程中的DIT的基2快速傅里叶变换的功能,对初学者深入理解数字信号处理中的快速傅里叶变换算法有一定的帮助-The program is the realization of the DIT Radix-2 fast Fourier transform function, help beginners to understand the fast Fourier transform algorithm!!!
myLab3_final
- Base Class 和 Inheritance Class的应用,加入了单链表,可以实现用链表修改Class之中的内容-The application of base class and inheritance class, single linked list is added in the program, we can use it to change the data in the linked list
颤振matlab程序说明书
- 该计算程序可以对无固定约束碰撞振动系统在激励力作用 下的系统响应进行计算,模拟系统动态响应,并自动判断颤振发生情 况,记录不同参数组合(阻尼比,质量比,恢复系数,间隙,频率比) 情况下系统的响应数据,输出发生颤振的参数组合数据。(The program can be used to study the impact force of a vibro impact system with no fixed constraint The system response is calculat
Fuzzy-for Robot-BFOA
- Designof Fuzzy Controller for Robot Manipulators Using BFOA
DTCWT-fussion_NLM
- non local means based image enhancemnt
3
- 校园局域网布线和游历问题 任务 :用无向网表示你所在学校的主要建筑平面图,图中顶点表示主要建筑,图中的边表示建筑之间的道路,存放路径长度信息。要求能够建立校园局域网,所花的代价最小;给出任意建筑之间游历的最短路径。基本要求: (1) 原始数据存在文件中,方便读入; (2) 建筑物点不小于20个,边不小于30个; (3) 分别用广度优先和深度优先的方法遍历图,起始点定为1号教学楼; (4) 建立校园局域网,要求所花的代价最小; (5) 查询从1号教学楼到其他各点的最短路径