资源列表

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

[matlab例程实验3-数值积分

说明:1、用MATLAB软件掌握梯形公式、辛普森公式和蒙特卡罗方法计算数值积分。 2、通过实例学习用数值积分和数值微分解决实际问题。-1, using MATLAB software have trapezoidal formula, Simpson formula and Monte Carlo numerical integration method. 2, through examples of learning to use numerical integration and numerica
<葛林> 在 2025-06-21 上传 | 大小:34kb | 下载:0

[matlab例程实验4-微分方程

说明:用欧拉方法和龙格-库塔方法求微分方程数值解,画出解的图形,对结果进行比较分析。-using Euler method and RK method to solve the differential equations ,ploting the graph of the solution, compare and analyze the solutions
<葛林> 在 2025-06-21 上传 | 大小:98kb | 下载:0

[人工智能/神经网络/遗传算法模拟退火源码

说明:模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
<> 在 2025-06-21 上传 | 大小:54kb | 下载:0

[matlab例程实验5-雅可比迭代

说明:用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果-using Matlab software and the iterative and Jacques than Gauss- Seidel iterative solution equations Ax = b, analysis, comparison of the results
<葛林> 在 2025-06-21 上传 | 大小:17kb | 下载:0

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

说明: 如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序-how to use genetic algorithm toolbox function optimization prepared to solve practical problems MATLAB
<> 在 2025-06-21 上传 | 大小:104kb | 下载:0

[matlab例程实验6-牛顿法解方程

说明:在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.
<葛林> 在 2025-06-21 上传 | 大小:54kb | 下载:0

[matlab例程实验7-线形拟合

说明:1、掌握MATLAB优化工具箱的基本用法,对不同算法进行初步分析、比较。 2、练习实际问题的非线性最小二乘拟合。-1.Understand the basic usage of Matlab optimization tool box. Analize and Compare different algorithms. 2. Practise nonliear minimum second order fitting using practical problems.
<葛林> 在 2025-06-21 上传 | 大小:71kb | 下载:0

[人工智能/神经网络/遗传算法libsvm-2.33

说明:LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.
<> 在 2025-06-21 上传 | 大小:333kb | 下载:0

[人工智能/神经网络/遗传算法朴素贝叶斯

说明:调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predicts, train_targets) [combining
<> 在 2025-06-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法求解迷宫问题

说明:运用C语言实现寻找输入的“迷宫”矩阵中的可选路径,并将找到的最短路径显示出来。-use C language to find that the "maze" matrix optional path and find the shortest path displayed.
<葛林> 在 2025-06-21 上传 | 大小:10kb | 下载:0

[数据结构常用算法求解约瑟夫问题

说明:求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the star
<葛林> 在 2025-06-21 上传 | 大小:8kb | 下载:0

[数据结构常用算法最短距离问题

说明:求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest pat
<葛林> 在 2025-06-21 上传 | 大小:10kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 27293.94 .95 .96 .97 .98 ... 28522 »

源码中国 www.ymcn.org