资源列表

« 1 2 ... .16 .17 .18 .19 .20 26221.22 .23 .24 .25 .26 ... 28522 »

[数学计算/工程计算SVD

说明:% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分
<zhxj> 在 2025-07-04 上传 | 大小:3kb | 下载:0

[matlab例程targettrackingusingkalman

说明:target tracking using kalman
<Lin > 在 2025-07-04 上传 | 大小:682kb | 下载:0

[压缩解压Jpeg2000_reference_software

说明:This the reference software for jpeg2000.
<Foxy> 在 2025-07-04 上传 | 大小:478kb | 下载:0

[matlab例程Cdma2k

说明:CDMA 2000 simulation using SIMULINK
<KMY> 在 2025-07-04 上传 | 大小:103kb | 下载:0

[matlab例程madlab

说明:MAP Toolbox for matlab. World map included.
<KMY> 在 2025-07-04 上传 | 大小:66kb | 下载:0

[matlab例程chaotic_maps

说明:Chaotic maps. Matlab simulation.
<KMY> 在 2025-07-04 上传 | 大小:10kb | 下载:0

[matlab例程Tensor_MIMO

说明:Tensor MIMO system simulation using MATLAB.
<KMY> 在 2025-07-04 上传 | 大小:15kb | 下载:0

[matlab例程multiratefilter

说明:Multirate filter design and simulation using MATLAB.
<KMY> 在 2025-07-04 上传 | 大小:4kb | 下载:0

[数据结构常用算法data_structure

说明:目录: 单元加 字符 底层编程 效验算法 数学问题 数据结构 数组 文件程序 求进制 汉诺塔 硬币情况 逆阵 问题算法 小写数字转为大写数字 其它-Directory: Add characters in the bottom of unit programming algorithm for mathematical problem-tested data structure for hexadecimal array documen
<林丽娜> 在 2025-07-04 上传 | 大小:309kb | 下载:0

[数据结构常用算法CPUSchedule

说明:3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S and other important indicator
<tennic> 在 2025-07-04 上传 | 大小:19kb | 下载:0

[数据结构常用算法FCFS

说明:8个进程的改进版CPU schedule 算法-FCFS-8 process to improve the version of CPU schedule algorithm-FCFS
<tennic> 在 2025-07-04 上传 | 大小:3kb | 下载:0

[数据结构常用算法HRRN

说明:8个进程的改进版CPU schedule 算法-HRRN-8 process to improve the version of CPU schedule algorithm-HRRN
<tennic> 在 2025-07-04 上传 | 大小:5kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 26221.22 .23 .24 .25 .26 ... 28522 »

源码中国 www.ymcn.org