资源列表
matlab有限元工具箱
- 用matlab实现的有限元工具箱,有平面空间梁单元,杆单元,实体单元等。-achieved using Matlab Toolbox FEM, graphic space beam elements, rod elements, entities modules.
bifurcation2dmap
- 利用Matlab求二维离散系统的分岔图程序。 在非线性动力学及复杂经济学中经常用到类似的问题。也可以用来画其他更高维数的离散映射系统的分岔图。很实用。-using Matlab for discrete two-dimensional map of bifurcation process. In nonlinear dynamics and complex economics frequently used similar problems. Can also be used for oth
BOX
- 最少背包问题:假设有许多盒子,每个盒子能保存的总重量为1.0。有N个项i1,i2,…,iN,它们的重量分别是w1,w2,…,wN。目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。例如,如果想的重量为0.4, 0.4, 0.6和0.6,用两个盒子就能解决。 按如下策略解决此问题:按给定的次序扫描每一个项,把每一个项放入能够容纳他而不至于溢出的最满的盒子。用优先级队列选择要装入的盒子。-Minimum knapsack problem: Suppose there are m
sichuandaxue
- 四川大学数据结构与算法课程设计实验源代码(4个实验全)-Sichuan University, curriculum design data structure and algorithm experimental source code (4 experiments total)
Flutter
- 这个程序演示了如何应用耦合结构空气动力问题,通过Matlab编程,分析了飞行器机翼颤振等问题。-This model demonstrates how to implement a coupled structural-aerodynamic problem. The wing, otherwise rigid, is allowed to pitch and plunge. The motion of the wing is defined using SimMechanics bloc
btxzzawbz
- 基于改进人工势场法的不同形状的障碍物避障算法程序-Obstacles of different shapes based on improved artificial potential field method for obstacle avoidance algorithm
bonus1
- 浙大数据结构bonus1:Binary Search Tree,检验不同上载数据是否为同一颗树-A binary search tree is uniquely determined by a given ordered insertions of a sequence of positive integers. On the other hand, a given binary search tree may correspond to several different insertion
STFRFT
- 有关分数阶傅里叶变换的程序,包含有稀疏分数阶的快速算法-Procedures for fractional Fourier transform, including a sparse Fast Algorithm for Fractional
MT4-FOWLL-EA
- ea,顺势加码,有风险时对冲,然后适当的时候解锁,规避风险和噪音。-Ea, homeopathic overweight, there is risk hedge, and then the appropriate time to unlock, to avoid risks and noise.
CSCT_0_1
- 齿轮系统动力学程序,非常有用,一共十级,vell good-Gear system dynamics program, very useful, a total of several levels
LDPC码的校验矩阵与生成矩阵互换
- LDPC码的校验矩阵与生成矩阵互换,可以用来对LDPC码的H矩阵和G矩阵进行变换,采用了C语言的写法,简单明了。
自适应小波阈值算法matlab源码
- 包含自适应小波阙值算法相应论文及其源码,在去噪方面有很好的效果。