资源列表

« 1 2 ... .42 .43 .44 .45 .46 25747.48 .49 .50 .51 .52 ... 28522 »

[数据结构常用算法paixu

说明:C++平台下实现数据的自动快速排序法,然后提取数组中出现的数据,并且记录其出现的次数,并且程序中用到了矢量数组-Quick sort
<申静> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[matlab例程linespectrum

说明:线谱提取 Extracted line spectrum-Extracted line spectrum
<luffy> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[matlab例程chazhifangzhen

说明:对采样率进行变换,通过插入零,然后再做低通滤波,实现采样率的提高-Change the sampling rate by inserting zeros, and then do a low pass filter, the sampling rate to achieve the improvement of
<李卫东> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数值算法/人工智能mohu-

说明:模糊控制就是利用模糊数学的基本思想和理论的控制方法。 在传统的控制领域里,控制系统动态模式的精确与否是影响控制优劣的最主要关键,系统动态的信息越详细,则越能达到精确控制的目的。然而,对于复杂的系统,由于变量太多,往往难以正确的描述系统的动态,于是工程师便利用各种方法来简化系统动态,以达成控制的目的,但却不尽理想。换言之,传统的控制理论对于明确系统有强而有力的控制能力-Fuzzy control is the basic idea of ​ ​ fuzzy mathema
<张志华> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[matlab例程pcaexample

说明:简单明白的Principal component analysis (PCA) 使用例子。针对对新手-Simple to understand example of PCA use.
<comoma> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[matlab例程chap11

说明:syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = tayl
<景国彬> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[matlab例程histogramEqualization

说明:It is user-build functions to create a histogram of an image and to equalize it. histogram.m:=creates histogram of an image histEqual.m:=equalizes the historam
<GajenJung> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[matlab例程filterImage

说明:There are different m files for different filter to use. perwit.m:=uses window Wx=[1 0 -1 1 0 -1]/3 and Wy=Wx and then convolves this window with the image. sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4 lablacian.m=uses window W=[0 1 0 1
<GajenJung> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算stepwise-regression-analysis-

说明:C++做的逐步回归分析程序,用于数据统计分析建模-C++do stepwise regression analysis program, used for data analysis modeling
<李海燕> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[matlab例程powermatlabproj

说明:matlab program to formulate y bus
<killamanilla555> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[matlab例程temp_match_fn

说明:the m-file is a function used for template matching in image processing. It is my first upload here. Hope useful
<mohamed> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Gauss_grid

说明:气象上应用广泛,将高斯格点上的数据插值到固定的2.5*2.5(和NCEP资料相匹配)的格点上的程序。-This program demonstrates how to use the interpolation routines c (same as NCEP s) to get 2.5x2.5 grids from Gaussian grids.
<王之兰> 在 2025-06-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 25747.48 .49 .50 .51 .52 ... 28522 »

源码中国 www.ymcn.org