资源列表

« 1 2 ... .87 .88 .89 .90 .91 27292.93 .94 .95 .96 .97 ... 28522 »

[人工智能/神经网络/遗传算法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-01-20 上传 | 大小: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_predi
<> 在 2025-01-20 上传 | 大小:2kb | 下载:0

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

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

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

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

[数据结构常用算法C语言文件管理

说明:操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件
<葛林> 在 2025-01-20 上传 | 大小:8kb | 下载:0

[数据结构常用算法双向链表

说明:这是我学习数据结构与算法的时候编的双向链表的操作,对学习数据结构与算法的朋友有帮助-This my learning algorithm and data structure of the time series of the two-way linked list, the operation of the learning algorithm and data structure of friends to help! !
<阿的> 在 2025-01-20 上传 | 大小:153kb | 下载:0

[数据结构常用算法队列操作

说明:这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
<阿的> 在 2025-01-20 上传 | 大小:149kb | 下载:0

[数据结构常用算法树操作

说明:这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
<阿的> 在 2025-01-20 上传 | 大小:153kb | 下载:0

[数值算法/人工智能kalman_filter

说明:信号分析与预测的卡尔曼滤波算法,VC++源程序-kalman filter arithmetic for signal analysis and prediction written with VC++.
<me> 在 2025-01-20 上传 | 大小:19kb | 下载:0

[人工智能/神经网络/遗传算法C++遗传算法的源代码

说明:用VC++编写的遗传算法源程序,可以用内容较多-very useful, widely,VC++, coding, Genetic algorithm of C++
<me> 在 2025-01-20 上传 | 大小:3.66mb | 下载:0

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

说明:用Delphi语言编写的遗传算法,内容较多,可以参考-Delphi language prepared by the genetic algorithm, a great deal of content, they can refer to
<me> 在 2025-01-20 上传 | 大小:90kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 27292.93 .94 .95 .96 .97 ... 28522 »

源码中国 www.ymcn.org