资源列表

« 1 2 ... .59 .60 .61 .62 .63 25864.65 .66 .67 .68 .69 ... 28522 »

[matlab例程Quat2Euler

说明:将Quaternion四元素坐标系转换为一般的欧拉角坐标系,避免采用反三角函数导致的值域限制问题。参数xi为搜索的精度,对于每个欧拉角可以分别设定,xi越小,搜索越精确。-Quaternion quaternion coordinate system will be converted to general Euler angle coordinate system, avoiding the use of inverse trigonometric functions due to range
<dongniue> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[matlab例程randControl

说明:飞机飞行仿真中,对四个主要控制量,包括油门、升降舵、副翼及方向舵控制,分别提供持续2秒的随机大小的阶跃控制输入,四个控制量互相独立。可以用于飞行动力学系统辨识、参数识别等。-Flight simulation, the four main control volume, including throttle, elevator, aileron and rudder control, to provide for 2 seconds, respectively, a random step si
<dongniue> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[matlab例程Byangtiaoxiaochengxu

说明:给定控制顶点,绘制出B样条曲线,不是很好,大家可以学习一下-The given control vertex arrays, fitting out of B spline curve, is not very perfect, we can learn about it
<lixiuliang> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法Fibonacci

说明:斐波那契数的三种方法性能比较,分别是矩阵法,自底向上法和直接递归法-three fibonacci methods
<宋晓晖> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[matlab例程eemd

说明:全局经验模态分解程序 对经验模态分解进行了殆尽 供大家使用 -Ensemble Empirical Mode Decomposition
<萧峰> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[matlab例程sourcecode

说明:I send the matlab code for image compression using embedded zero tree and set partitioning in hierarchial tree.Also i send matlab code for speech compression using rabiner algorithm and OFDM transceiver design.
<lingeswari> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[数学计算/工程计算FFTTransform

说明:这是一个用java写的程序,该程序可以实现快速傅里叶变换,程序已经调试通过。-This is a program written in java, the program can achieve fast Fourier transform, the program has been through debugging.
<流线军> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[matlab例程NLmeansfilter

说明:radio of similarity window radio of search window
<roma> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[matlab例程R-MAC-Wimax

说明:codage for Reservation MAC protocole for WIMAX
<mountassir> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[matlab例程disper

说明:If you do not want to upload source code, you can join the
<roma> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal

说明:K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树-K ruskal algorithm each time you select n-1 edges, using criteria of greed: from the left side, select a loop with no minimum spend has been selected to
<黄京> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法prim

说明:算法简介:Prim算法用于求无向图的最小生成树  设图G =(V,E),其生成树的顶点集合为U。    ①、把v0放入U。    ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。    ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。    其算法的时间复杂度为O(|E|log|V|)-Introduction to Algorithms: Prim algorithm used to find the undire
<黄京> 在 2025-06-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 25864.65 .66 .67 .68 .69 ... 28522 »

源码中国 www.ymcn.org