资源列表
[数据结构常用算法] largerdataprocess
说明:大数据快速处理方法,能够用数组储存结果,示例中求2的1000次方,能在很短的时间内完成,并且不需占用太大的内存-Rapid processing of large data methods can use an array to store the results, sample 1000 seeking a power of 2, can be completed within a very short time, and witho<杜> 在 2025-03-04 上传 | 大小:6kb | 下载:0
[matlab例程] Potential-Another-Geometry
说明:Potential using FDM for a trapezoidal geometry<Winner> 在 2025-03-04 上传 | 大小:35kb | 下载:0
[matlab例程] 白噪声及有色噪声序列的产生
说明:%白噪声及有色噪声序列的产生 clear all; close all; L=500; %仿真长度 d=[1 -1.5 0.7 0.1]; c=[1 0.5 0.2]; %D、C多项式的系数(可用roots命令求其根) nd=length(d)-1; nc=length(c)-1; %nd、nc为D、C的阶次 xik=zeros(nc,1); %白噪声初值,相当于ξ(k-1)...ξ(k-nc) ek=zeros(nd,<kristaleebom> 在 2014-05-19 上传 | 大小:763byte | 下载:0
[matlab例程] SISO系统噪信比的计算
说明:单输入单输出系统噪信比的计算:%SISO系统噪信比的计算 clear all; a=[1 -0.4]; b=[1]; c=[1 -0.3]; %对象参数A、B、C na=length(a)-1; nb=length(b)-1; nc=length(c)-1; %各多项式阶次 n=max(max(na,nb),nc); a0=[a zeros(1,n-na)]; b0=[b zeros(1,n-nb)]; c0=[c zer<kristaleebom> 在 2014-05-19 上传 | 大小:970byte | 下载:0
[matlab例程] 8888458knn
说明:K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible<李修鹤> 在 2025-03-04 上传 | 大小:80kb | 下载:0
[matlab例程] niulafa
说明:用matlab实现电力系统稳态分析中电力系统的潮流计算程序-Using matlab to achieve steady-state analysis of power systems in the power system load flow calculation program<blanklijianhui> 在 2025-03-04 上传 | 大小:2kb | 下载:0