资源列表

« 1 2 ... .39 .40 .41 .42 .43 1044.45 .46 .47 .48 .49 ... 2656 »

[数据结构常用算法dizenglianbiao

说明:该源码解决了实现两个递增链表(集合)的并集,交集和差集,属于数据结构中线性表的基本操作。-The source code to solve the increasing realization of two lists (sets) of the union, intersection, and difference, the data structure is the basic operation of the linear tab
<Cherlas> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法lala

说明:用遗传算法求解最短路径问题求解的遗传算法的参数设定如下: 种群大小:M = 50 最大代数:G = 1000 交叉率: = 1 c p ,交叉概率为1 能保证种群的充分进化。 变异率: = 0.1 m p , 一般而言,变异发生的可能性较小-With a genetic algorithm to solve the shortest path problem of the genetic algorithm parame
<zhouyanghua> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法sqlist

说明:c语言的顺序表实现 在linux下测试通过 -c language of the order of the table to achieve the test under linux
<yangheng> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法Floyd

说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。-Floyd algorithm, also known as Floyd algorithm, insertion point method, is used to find a given vertex-weighted graph shortest path algorithm.
<刘旭> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法data-strucures

说明:C source codes for searching and sorting techniques.
<jn123> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法HannoiTower

说明:实现汉诺塔算法的完整java源程序,体现了数据结构、算法、屏幕显示三方面的知识-Tower of Hanoi algorithm to achieve the complete java source code, reflecting the data structure, algorithms, knowledge of the screen shows three
<wangfeng> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法yiweihuangjinfengefa

说明:机械优化设计的一维黄金分割法程序,已测试过的,很有用!-Optimization of Mechanical Design dimensional golden section method in a program.
<王龙> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法fastSort

说明:这个小程序是在C语言编程里一个非常重要的算法。虽然,它的代码量很少,但是它能在最短的时间内,花费系统最少的资源完成从小到大(或者从大到小的排序),在学习C语言的初期,这是一个非常好的程序。-This small program in C language programming in a very important algorithm. Although it is small amount of code, but it can i
<cuizong007> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法vbsort

说明:vb实现的排序算法演示 .冒泡、选择、折半等多种排序算法-vb sort demodemodemodemodemovb sort demodemodemodemodemo
<张利利> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法fad

说明:序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个
<杨思翔> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法DS-5

说明:用java写的一个求两个多项式相加的算法,用了树的数据结构-a program to add two polynomials
<hehe> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法DBMM

说明:单表密码 定义: 1、 明表: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2、 明文 they will arrive tomorrow 3、 密钥 K=Monday 4、 密码实现 1) 将明文与密钥
<lss> 在 2025-01-21 上传 | 大小:4kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 1044.45 .46 .47 .48 .49 ... 2656 »

源码中国 www.ymcn.org