资源列表

« 1 2 ... .28 .29 .30 .31 .32 24633.34 .35 .36 .37 .38 ... 28523 »

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

说明:这是一个非常简单的遗传算法测试源代码,用户只需改变常数的定义并且定义“评价函数”即可。 要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。 输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。 如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。-This is a very simple genetic algorithm to test the source code, users only
<huanxong> 在 2025-09-27 上传 | 大小:402kb | 下载:0

[数据结构常用算法paixu

说明:2008软件公司面试题:排序大全:简单选择排序、冒泡排序、选择排序、shell排序、快速排序、插入排序、堆排序(从小到大)、归并排序(利用递归)-2008 software companies face questions: Sort Guinness: simple choice to sort, bubble sort, select sort, shell sort, quick sort, insert sort HEAPSORT (from small to large), Mergi
<chen> 在 2025-09-27 上传 | 大小:221kb | 下载:0

[数据结构常用算法we

说明: 简单的链表实现 链表可以初步了解-A simple list can be linked to achieve a preliminary understanding
<gao> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法Insert_sort

说明:void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }-void insert_sort (int* a, int n) (if
<Katherine> 在 2025-09-27 上传 | 大小:218kb | 下载:0

[数值算法/人工智能2925

说明:acm pku 2925 源代码+部分注释-acm pku 2925 source code+ part of the Notes
<胡俊杰> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[压缩解压ffh264lib64bits_07.zip

说明:64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan ,64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan
<小誠> 在 2025-09-27 上传 | 大小:761kb | 下载:0

[matlab例程11912885matlabchulimingling

说明:matlab常用命令集合,便于大家查找,希望能够有用对大家-matlab common command set for everyone to find, useful for all of us hope to be able
<xianxu> 在 2025-09-27 上传 | 大小:26kb | 下载:0

[数据结构常用算法NQueen

说明:递归方法解决N皇后问题,依次显示所有路径。-Recursive solution to N Queen s problem, show all the path followed.
<刘一丹> 在 2025-09-27 上传 | 大小:237kb | 下载:0

[matlab例程VOCdevkit_14-Apr-2008.tar

说明:PASCAL Visual Object Classes,视觉识别竞赛的程序,共有20大类视觉目标。用MATLAB代码写成。能生成precision/recall图。-PASCAL Visual Object Classes, Competition visual recognition procedures, a total of 20 major categories of the visual target. With code written in MATLAB. Able to gen
<yangchengbo> 在 2025-09-27 上传 | 大小:249kb | 下载:5

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

说明:破坏力规模-消极效能 很好的bp神经网络实例-Destructive power of the scale- the negative performance of a very good example of bp neural network
<朱涛> 在 2025-09-27 上传 | 大小:2kb | 下载:0

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

说明:很好的bp神经网络预测模型,很好有,有结果的拟合等-Good bp neural network prediction model, there is very good, the results of the fitting, etc.
<朱涛> 在 2025-09-27 上传 | 大小:2kb | 下载:0

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

说明:利用BP算法,设计一个多层感知器为表中的数据集提供一个非线性逼近,并测试其泛化能力-The use of BP algorithm, the design of a multi-layer perceptron for the table of data sets to provide a non-linear approximation, and testing their generalization ability
<张金凤> 在 2025-09-27 上传 | 大小:2kb | 下载:0
« 1 2 ... .28 .29 .30 .31 .32 24633.34 .35 .36 .37 .38 ... 28523 »

源码中国 www.ymcn.org