资源列表

« 1 2 ... .06 .07 .08 .09 .10 5811.12 .13 .14 .15 .16 ... 28523 »

[matlab例程MATLABB

说明:MATLAB绘制栅格化地图 %创建具有障碍物的栅格地图 %矩阵中0代表黑色栅格 a = ones(20); a(3,3:7)=0; a(3:10,7)=0; a(10,3:7)=0; a(17,13:17)=0; a(10:17,13)=0; a(10,13:17)=0; a(14,15)=0; b = a; %disp(a(end,end)); b(end+1,end+1) = 0; %disp(b); colormap([0 0 0;1 1 1]); % 创建颜色 %disp(size
<ZGRMJFJ> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[matlab例程apso33

说明:apso求解电力系统经济调度问题,可以得到每个机组的出力,并且含有多个约束条件(APSO can solve the economic dispatch problem of power system and get the output of each unit, which contains many constraints)
<Picasso1998> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[matlab例程beiBao01

说明:免疫克隆解决01背包问题,将免疫概念及其理论应用于遗传算法,在保留原算法优良特性的前提下,力图有选择、有目的地利用待求问题中的一些特征信息或知识来抑制其优化过程中出现的退化现象,这种算法称为免疫算法(Immune Algorithm) IA。人工免疫算法是一种具有生成+检测 (generate and test)的迭代过程的群智能搜索算法。从理论上分析,迭代过程中,在保留上一代最佳个体的前提下,免疫算法是全局收敛的。(Immune clone solves 01 knapsack problem
<崔天际> 在 2025-12-01 上传 | 大小:1kb | 下载:0

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

说明:混沌神经网络的单神经元模型,输出李雅普诺夫指数和a的图谱(Chaotic neuron model. Output Lyapunov as y, a as x.)
<gangan09> 在 2025-12-01 上传 | 大小:1kb | 下载:0

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

说明:利用支持向量机,对鸢尾花数据集进行分类。(Support vector machine is used to classify iris data set.)
<valiant-7> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算PDE

说明:借助python3计算偏微分方程组,并作出相应图形,代码简单易懂,方便修改(Calculate partial differential equations)
<zsf00> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[matlab例程Untitled1

说明:扫地机器人随机移动实现全覆盖打扫,简易Matlab代码(Sweeping robot moves randomly to achieve full coverage cleaning, simple Matlab code)
<菰菇> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[matlab例程Hologram

说明:全息照相在记录物体振幅的同时,还记录了光的相位信息。本代码用实现了全息物体的记录与再现。(The hologram records not only the amplitude of the object, but also the phase information of the light. This code realizes the recording and reproduction of holographic objects.)
<双余余余> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[数值算法/人工智能linsmooth

说明:一阶线性滤波波动抑制,用于离散数据平滑处理算法(First order linear filtering)
<addflaldmf> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[matlab例程aco

说明:采用改进的蚁群智能算法,得到车辆最短路径问题快速有效的局部最优解。(The improved ACO to obtain the shortest path problem vehicle fast and effective local optima.)
<moveon5> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[matlab例程ALmethod

说明:采用弧长法通过matlab编程求解非线性方程数值解(MATLAB code solving 1D nonlinear equation with the arch-length method.)
<曾狗捕杀小队> 在 2025-12-01 上传 | 大小:1kb | 下载:1

[数学计算/工程计算perf_plas_J2

说明:通过MATLAB编程模拟理想弹塑性应力应变曲线(Simulating the stress-strain curve for perfect plasticity by MATLAB coding.)
<曾狗捕杀小队> 在 2025-12-01 上传 | 大小:1kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 5811.12 .13 .14 .15 .16 ... 28523 »

源码中国 www.ymcn.org