资源列表

« 1 2 ... .88 .89 .90 .91 .92 27393.94 .95 .96 .97 .98 ... 28522 »

[matlab例程emd

说明:emd分解程序代码,里面有详细介绍,请下载使用(function imf = emd(x) % Empiricial Mode Decomposition (Hilbert-Huang Transform) % imf = emd(x) % Func : findpeaks x = transpose(x(:)); imf = []; while ~ismonotonic(x) x1 = x; sd
<小贾尼 > 在 2025-02-20 上传 | 大小:16kb | 下载:0

[matlab例程GUI-jiafajisuan

说明:GUI界面,能够实现简单的加法运算,设置了两次运算,可根据需要进行修改(GUI interface, can implement a simple addition operation, set up two operations, can be modified according to the need.)
<qwer000 > 在 2025-02-20 上传 | 大小:10kb | 下载:0

[matlab例程Maxwell_distribution

说明:模拟麦克斯韦分布,调整参数可以画出不同的图像(Simulate the Maxwell distribution, and adjust the parameters to draw different images)
<qwer000 > 在 2025-02-20 上传 | 大小:16kb | 下载:0

[matlab例程shujunihe

说明:读取数据,根据需要写出相应的函数关系式进行拟合(Read the data and write the corresponding function formula to fit in according to the need)
<qwer000 > 在 2025-02-20 上传 | 大小:19kb | 下载:0

[matlab例程readme.txt

说明:是瑞利分布的编程,花一点时间编程,结果可以运行,而且很实用!!!(you should take this to try and you will solve you problems by this ways .It`s perfect.)
<小围脖 > 在 2025-02-20 上传 | 大小:4kb | 下载:0

[数学计算/工程计算Numerical Recipes in Fortran 77

说明:fortran77中的数值分析方法库,科学计算的艺术,第二版(英文原版)(Numerical Recipes in Fortran 77 The Art of Scientific Computing Second Edition)
<xuezhanbin14 > 在 2025-02-20 上传 | 大小:5.22mb | 下载:0

[数学计算/工程计算numerical_recipes_in_fortran_90

说明:Numerical Recipes in Fortran 90-The Art of Scientific Computing-Vol 2-Second Edition
<xuezhanbin14 > 在 2025-02-20 上传 | 大小:2.37mb | 下载:0

[人工智能/神经网络/遗传算法feed

说明:结合模糊评价和bp神经网络将网路权值转换成个因素的权重 Combining fuzzy evaluation and BP neural network to transform the weights of network weights into factors(Combining fuzzy evaluation and BP neural network to transform the weights of network
<727186630 > 在 2025-02-20 上传 | 大小:1kb | 下载:0

[matlab例程orbit

说明:给定一组初位置和初速度即可算得卫星运行轨道根数,并转换为惯性坐标系下的三维轨道显示,同时做出了二者机械能和动量矩的比较。(Given a set of initial positions and initial velocities, we can get the number of satellite orbit and transform it into 3D orbit display under inertial coordin
<竹子哑巴 > 在 2025-02-20 上传 | 大小:1kb | 下载:0

[matlab例程newsvm

说明:svm函数的实现以及实例,初学者可以看看(mplementation and example of SVM function)
<独一无二GKM > 在 2025-02-20 上传 | 大小:74kb | 下载:0

[matlab例程G_CMAC

说明:关于小脑神经网络,具有详细注释,供学习交流。(Have a detailed annotation)
<bigbadwolf26 > 在 2025-02-20 上传 | 大小:1kb | 下载:0

[matlab例程111

说明:设计遗传算法求解f(x)最小值,具体表达式如下: 一个求最小值的公式 要求必须使用m函数方式设计程序。(Design genetic algorithm to solve f ( x ) minimum value, the specific expression is as follows: A formula for finding the minimum The program must be designed usin
<123编程序 > 在 2025-02-20 上传 | 大小:58kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 27393.94 .95 .96 .97 .98 ... 28522 »

源码中国 www.ymcn.org