资源列表
[matlab例程] gp_ES
说明:this implementation of GP+ES, you should use these source code with gplab, copy and replace these files in gplab directory and enjoy it -this is implementation of GP+ES, you should use these source code with gplab, copy and replace these files in gpl<marzieh> 在 2025-07-13 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] linint.tar
说明:linear interpolation of height for 3-D points within a cloud (Delaunnay s method)</Vinyk> 在 2025-07-13 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] bayesianswarm
说明:This code expains bayesian particle swarm optimization method.All files have been written on matlab 2007a. This method has been explianed with various benchmark functions. This optimization method can be directly compared with other unconstrained opt<missed2010> 在 2025-07-13 上传 | 大小:4kb | 下载:0
[matlab例程] Random-signal-processing
说明:随机信号处理,包括各种概率计算,各种功率谱计算-Random signal processing, including all probability, a variety of power spectrum<lili> 在 2025-07-13 上传 | 大小:4kb | 下载:0
[数据结构常用算法] Bubble
说明:试分别实现交换排序和非递归形式的快速排序算法,并通过随机数据比较两种排序算法的关键字比较次数和关键字移动次数。 (1)待排序表的表长不小于100;其中的数据要用伪随机数产生程序产生;至少要用5组不同的输入数据作比较;比较的指标为有关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。 (2)最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 (3)对快速排序算法进行适当的优化,并列出优化前后的效率对比。 -Subjects were asked to a<贾铭> 在 2025-07-13 上传 | 大小:4kb | 下载:0
[数据结构常用算法] BigInt
说明:主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.<Glorious Fool> 在 2025-07-13 上传 | 大小:4kb | 下载:0