资源列表

« 1 2 ... .48 .49 .50 .51 .52 1853.54 .55 .56 .57 .58 ... 2656 »

[数据结构常用算法datastructandalogrithems

说明:国外优秀的算法数据结构丛书,有六本;是英文原版的,要有相当的基础才看得懂哦。献给有需要的人。-Excellent algorithm for data structure of foreign books, there are six it is the English original, and must be able to understand the basis of a considerable oh. Dedicated
<徐德亮> 在 2024-10-03 上传 | 大小:29000704 | 下载:0

[数据结构常用算法1206perls

说明:这是用C++写的PKU 1206 pearls的算法代码-It s the C++ solution code of problem 1206 pearls in PKU on line judge
<jess> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法paixu

说明:经典的排序方法实现,可做子程序使用。包括整数、实数、字符串的快速排序。主要采用冒泡法。-Classic sorted implementation subroutine used to do. Including integers, real numbers, strings quicksort. Mainly uses the bubble method.
<李森> 在 2024-10-03 上传 | 大小:21504 | 下载:0

[数据结构常用算法Binary

说明:二叉树 VC++, 通过VC++编程,生成二叉树,具有遍历的功能-Binarytree VC++
<李言> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法queen

说明:八皇后问题的具体实现,用递归来寻找每个皇后的位置,有注释!-Concrete realization of the eight queens problem, using recursion to find the location of each of the Queen, there are comments!
<CSlaf> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法mybestfeifengoverle

说明:遗传算法求极值 体会遗传算法思想,能够设计并编写遗传算法的相关操作函数,并能够应用遗传算法求解具体问题。-Genetic algorithm genetic algorithms seek extremal understand ideas of genetic algorithms to design and prepare the relevant operational function, and be able to apply
<playboy> 在 2024-10-03 上传 | 大小:31744 | 下载:0

[数据结构常用算法VectorGraphOfTrans.tar

说明:对矢量图形的简单操作,如:平移、旋转、依直线镜像、依点镜像以及放大或缩小 。-The geometric transformation of vector graphics
<playboy> 在 2024-10-03 上传 | 大小:20480 | 下载:0

[数据结构常用算法collectioncaculator

说明:运用顺序表的基本运算。(插入、删除) 1)集合的数据类型为一个结构体,其中包括一个数组用来存放集合元素,一个整型数据来统计集合元素的个数。生成两个集合A和B。 2)将集合中的元素按照从小到大排序。具体方法为:从第二个元素起(i),依次扫描每个元素前面的所有元素(j),若i<j,则将j插在i的前面,结束对i的排序,照这个方法,再依次对i后的元素进行排序。 3)求两集合的并:生成一个新集合C,将集合A的元素复制过来,对集合
<weiwei> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法generallist

说明:求广义表的深度 利用数组传值,建立单链表并将其初始化。 利用递归求出每个子表的深度,进而求出广义表的深度。 先看两个表的深度是否相同,若相同,对表A中的每个元素i,扫描表B中的每个元素,对与i深度相同的元素j,再将i中的每个元素与j中的每个元素进行比较。(运用递归算法)-Seeking a broad depth of the table The use of an array passed by value, est
<weiwei> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法Josephus

说明:设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n,s和m,求出按出列次序得到的n个人员的序列。-With n individuals sitting around a round table is starting from the first s individuals report
<张臻> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法exchange_perfix

说明:中缀表达式 后缀表达式:不包含括号,运算符放在两个运算对象的后面,所有的计算按运算符出现的顺序,严格从左向右进行-Infix expression postfix expression: does not contain parentheses, operator on two operands in the back, all the calculations appear in the order according to oper
<张臻> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法tree

说明:ACM 树同构,比赛常用的算法,值得收藏学习-ACM
<liziyu> 在 2024-10-03 上传 | 大小:141312 | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 1853.54 .55 .56 .57 .58 ... 2656 »

源码中国 www.ymcn.org