资源列表

« 1 2 ... .58 .59 .60 .61 .62 28063.64 .65 .66 .67 .68 ... 28522 »

[matlab例程cec09

说明:智能优化算法标准测试函数,cec09动态问题测试函数-Benchmark Generator for CEC 2009 Competition on Dynamic Optimization
<albertxfq> 在 2024-12-28 上传 | 大小:11.07mb | 下载:0

[matlab例程problem_1

说明:贪心算法寻找警车巡逻最佳位置,并在图上标注-Greedy algorithm to find the best location police patrol and marked on the map
<huyajie> 在 2024-12-28 上传 | 大小:1kb | 下载:0

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

说明:智能优化算法标准测试函数,cec05单目标测试函数,包含技术文档-Problem Definitions and Evaluation Criteria for the CEC 2005 Special Session on Real-Parameter Optimization
<albertxfq> 在 2024-12-28 上传 | 大小:4.38mb | 下载:0

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

说明:智能优化算法标准测试函数,CEC08大规模问题测试函数,包含全面的技术文档。-Benchmark Functions for the CEC’2008 Special Session and Competition on Large Scale Global Optimization
<albertxfq> 在 2024-12-28 上传 | 大小:539kb | 下载:0

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

说明:演化算法,进化算法标准测试函数C代码,CEC07codes-多目标测试函数,包含全面技术文档。-The codes of MO Test suite in the CEC07 Special session ---Instructions_testsuite: the detailed instructions for test suite codes. ---Testsuite_c_source:
<albertxfq> 在 2024-12-28 上传 | 大小:2.14mb | 下载:0

[压缩解压javase

说明:JAVASE案例,文件赋值,IO流处理,String操作,正则表达式-JAVASE case, the file assignment, IO stream processing, String operation, regular expressions
<陈泽科> 在 2024-12-28 上传 | 大小:881kb | 下载:0

[matlab例程matlab_file

说明:将数据从hfss中导出成txt文档,然后利用matlab引入数据,对数据进行处理。-Hfss export data from a txt file, and then use matlab introduction of data, for data processing.
<Odeiwan> 在 2024-12-28 上传 | 大小:188kb | 下载:0

[matlab例程calcCircle

说明:已知空间里面的的的三个空间点来计算计算三角形外接圆-Three calculation known triangle circumcircle
<fangjieshi> 在 2024-12-28 上传 | 大小:2kb | 下载:0

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

说明:基于预测观测高速运动控制系统 2013最新IEEE会议论文 -High Speed Motion Control System Based on Predictive Observer 2013 latest IEEE Proceedings
<czy> 在 2024-12-28 上传 | 大小:4.69mb | 下载:0

[数据结构常用算法BInsertSort

说明:折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary inser
<郑白> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法QuickSort

说明:任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as
<郑白> 在 2024-12-28 上传 | 大小:1kb | 下载:0

[数据结构常用算法ShellSort

说明:首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number
<郑白> 在 2024-12-28 上传 | 大小:1kb | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 28063.64 .65 .66 .67 .68 ... 28522 »

源码中国 www.ymcn.org