-
matlab
利用matlab计算有限元计算,得到流场,划分网格为结构网格。(Take use of finite Element method to calculate the flow field, and get the result of the computation. Structure is used in this code.)
- 2014-11-15 19:25:08下载
- 积分:1
-
GSO and AS
说明: 在学习优化算法的过程中,为快速了解算法求解过程,整理出这两个算法。通过蚁群算法和萤火虫算法对测试函数进行求解,以图片的形式展示算法迭代过程中蚂蚁或萤火虫的移动过程,了解算法特点。相对而言蚁群算法更快,但不一定能找到最优解。(By learning the optimization algorithm, the two algorithms are sorted out. The ant colony algorithm and the firefly algorithm are used to solve the test function. The moving process of the ant or firefly in the iterative process of the algorithm is shown in the form of pictures. To understand the characteristics of the algorithm, the ant colony algorithm is relatively faster, but it is not necessarily able to find the optimal solution.)
- 2019-12-16 11:01:27下载
- 积分:1
-
encoder
利用matlab实现glomb编码算法,实现了数据的压缩(Coding algorithm using matlab to achieve glomb)
- 2013-10-28 18:34:15下载
- 积分:1
-
from_VSFM_to_MATLAB
Vsfm to Matlab
by Bashar Alsadik
05 Feb 2014
Vsfm to Matlab
- 2014-02-06 16:24:45下载
- 积分:1
-
main_test1
利用FSWT对信号进行分析,实现故障信号的分离与提取,用于检测机械设备的故障诊断(Fault diagnosis)
- 2021-04-22 09:28:49下载
- 积分:1
-
Currentcontrol-DMC
矩阵变换器的模型预测控制,运行时先运行M文件,再运行仿真模型。(Matrix converter model predictive control, run the first run M file, and then run the simulation model.)
- 2017-03-27 09:24:41下载
- 积分:1
-
sun
任意时间任意经纬度太阳方位角高度角计算程序(Latitude and longitude of the sun at any time of any azimuth elevation angle calculation program)
- 2020-11-24 14:59:33下载
- 积分:1
-
xinxileizhuanle
文章结合五邑大学实际情况,对信息类专业本科生的MATLAB课程双语教学进行了探讨和研究。阐述了如何通过从课前到课中到课后精心的规划和设计,构建MATLAB程序设计课程双语教学的思路及措施,旨在通过强化MATLAB双语教学的效果,达到提升学生英语综合能力的目的,对地方高校开展双语教学具有一定的借鉴意义。 更多还原
(In combination with the actual situation of Wuyi University, information on MATLAB bilingual teaching undergraduate classes were discussed and studied. Describes how lessons from the front to the after-school lesson planning and careful design, build ideas and initiatives MATLAB programming bilingual teaching, aims to strengthen the effectiveness of bilingual teaching MATLAB, to enhance students comprehensive ability of English purpose has a certain significance for local colleges and universities to carry out bilingual teaching. More Restore)
- 2013-12-18 19:07:50下载
- 积分:1
-
juanjima
卷积码编译码,主要是(2,1,3)卷积码的编码和维特比译码!(juanjima code and viterbi decode,(2,1,3)juanjima)
- 2021-04-27 10:08:48下载
- 积分:1
-
HoughObject
Circles
We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of
fixed radius can be described fully by the location of its center (x, y).
Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these
places”. It turns out that the locus of these votes is itself a circle.
But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can
parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional
accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
- 2010-03-09 06:46:32下载
- 积分:1