资源列表

« 1 2 ... 71 72 73 74 75 7677 78 79 80 81 ... 2656 »

[数据结构常用算法Text

说明:编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节
<> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:完成二叉树的初始化、遍历以及相应的操作-Complete binary tree initialization, ergodicity and the corresponding operation
<> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法ZArray

说明:通用指针数组类,自动容量扩展,支持前插、后插,查找,前移,后移。-Generic pointer array type, automatic capacity expansion to support the Insert, after the interpolation, search, forward, backward.
<zhangbin> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法picture

说明:线段树的C代码实现 可以实现高效的区间求和等算法-C code segment tree can realize highly efficient algorithms such as interval summation
<zq> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Catalan

说明:卡特兰数计算的模板 可以计算到1000位-Cartland calculated by the number of templates can be calculated to 1000
<zq> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法global_distance

说明:可以计算地球上任意两点间的距离 代码简洁清晰可靠-On Earth can calculate the distance between any two points clear and concise and reliable source
<zq> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法nqueen

说明:解决N皇后问题,使用的是C++编写的,有兴趣的可以-Solve the N Queens problem, using a C , prepared, interested can
<谭东> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法haffman

说明:用二叉树实现哈佛曼编码,里面有详细的介绍-Harvard Man with binary tree coding realize, there are detailed introduction
<snow> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法class

说明:向量分配问题,给定m个n维向量,计算这m个n维向量可分为几类-Vector distribution of a given m a n-dimensional vector, the calculation of n in this m-dimensional vector can be divided into several categories
<chensq> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法youxianjiduilie

说明:优先级队列类的实现,可作为头文件直接调用。-Priority queue class realize, header files can be used as a direct call.
<superred> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianbiaohebing

说明:这是初次学数据结构时有关链表的实现,我想对于初学者来说是有一点帮助的-This is the initial data structure of the realization of the relevant list, I would like for the beginner is a little help
<小龙> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:构造哈夫曼树,录入权值,并求出最小生成树-Huffman tree structure, input weights, and calculated minimum spanning tree
<wang> 在 2024-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... 71 72 73 74 75 7677 78 79 80 81 ... 2656 »

源码中国 www.ymcn.org