资源列表

« 1 2 ... .42 .43 .44 .45 .46 1547.48 .49 .50 .51 .52 ... 2656 »

[数据结构常用算法2

说明:如图 A 中的项链,从第 9 和第 10 个或者第 24 和 第 25 个珠子中间截断,则我们可以收集到 8 个珠子。 图 B 中的项链有白色的珠子,当遇到白色的珠子时,它既可以作为蓝色的珠子看待,也可以作为红色的珠子看待,由收集珠子时的需求决定。包含有白色珠子的项链则会由 r、b 和 w 字符组成的字符串来表示。 请编写一个程序计算从某条项链中能够收集到多少个珠子。-Figure A, the necklace,
<火山> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法24

说明:就是要读取比赛结果,然后进行排序,输出一个包括积分,净胜球,进球数等的积分榜。 解题过程:分成两步来做,先用比较合适的方式输入字符串,然后可以用qsort函数进行降序排列,同时把每个队伍当做一个结构体,这里就要主要用qsort函数对结构体进行排序的方法。-So, your task is quite simple: write a program that receives the tournament name, team
<火山> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法11

说明:任务 编写程序计算波兰表达式的值。 输入 输入第一行是一个整数,表示输入文件中共有几个波兰式,之后每一行是一个波兰表达式。 -Enter the first line is an integer, the input file there are several Polish, followed by a Polish expression for each line. Each expression contains
<火山> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法binary-tree-algorithm

说明:二叉树算法实例 讲述基本的二叉树算法 计算机专业数据结构-二叉树算法讲解-Binary tree binary tree algorithm instance about basic computer science algorithms data structures- binary tree algorithm to explain
<王兵兵> 在 2024-11-11 上传 | 大小:6kb | 下载:0

[数据结构常用算法32-

说明:数组线性表插入删除,方便,快捷,程序易懂-Remove the linear array into table
<changyu> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Balance-binary-tree

说明:主要讲述平衡二叉树,以及linux内核的二叉树的红黑平衡二叉树的应用-Balance binary tree
<曾梦> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法DougLea

说明:Doug Lea 的 malloc/free 算法,非常优秀,可以参考。-Doug Lea s malloc/free source code.
<秦湘文> 在 2024-11-11 上传 | 大小:42kb | 下载:0

[数据结构常用算法josephus

说明:数据结构经典约瑟夫环简单实现。学生时代自己做的-Simple data structures to achieve the classic Josephus. Student to do their own
<shady> 在 2024-11-11 上传 | 大小:8kb | 下载:0

[数据结构常用算法DevilLanguage

说明:数据结构经典算法,魔王语言的简单实现。学生时代自己做的-Data structure classic approach, the language. simple student made
<shady> 在 2024-11-11 上传 | 大小:94kb | 下载:0

[数据结构常用算法suan-fa-shi-xian

说明:线性表顺序存储结构下的十几种基本的算法,功能较为那简单-Linear sequence of storage structures under the table a dozen basic algorithms, the more that a simple function
<machaojie> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法bst

说明:二叉查找树的源代码,包含查找,插入,删除-Binary search tree source code, including search, insert, delete, etc.
<> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法shortest

说明:最小代价生成树,克鲁斯卡尔算法,最短路径-Minimum cost spanning tree, Kruskal algorithm
<> 在 2024-11-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 1547.48 .49 .50 .51 .52 ... 2656 »

源码中国 www.ymcn.org