资源列表

« 1 2 ... .12 .13 .14 .15 .16 2317.18 .19 .20 .21 .22 ... 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-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法rb-tree

说明:红黑树的算法,网上有好多例子,包括移植STL中的RBTREE算法,但是我试了,不怎么好用阿。 这是麻省理工数据结构课程的一个实现,我把它改造了一下,经过30-40万的数据量测试 windows/unix下都做过测试,没有问题。-Red and black tree algorithm, the Internet has a lot of examples, including the transplantation of STL a
<zhi> 在 2024-11-15 上传 | 大小:5kb | 下载:0

[数据结构常用算法zuixiaozhangshu

说明:最小张树分类法 作最小张树(可考虑按距离给出权值) 在最张树上,确定该树的直径,并标出直径上各点的深度. 绘制直径上个点深度图,由深度图包括找出局部最小值. 去掉局部最小值的点,获得分离的二类. -The smallest for the smallest classification Zhang Zhang (may consider the right value is given by distance) in
<王顺祥> 在 2024-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法ANTLR_tutorial

说明:antlr小例子 。 -antlr small example.
<zzz> 在 2024-11-15 上传 | 大小:16kb | 下载:0

[数据结构常用算法bubblesort

说明:冒泡排序,以及测试程序,类似的还有其他排序,可以进行比较-Bubble Sort, and testing procedures, there are other sort of similar, you can compare
<王森> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法heapsort

说明:堆排序,以及测试程序,类似的还有其他排序,可以进行比较-HEAPSORT, as well as testing procedures, there are other sort of similar, you can compare
<王森> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法insertsort

说明:插入排序,以及测试程序,类似的还有其他排序,可以进行比较-Insertion Sort, and testing procedures, there are other sort of similar, you can compare
<王森> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法quicksort

说明:快速排序,以及测试程序,类似的还有其他排序,可以进行比较-Quick sort, as well as testing procedures, there are other sort of similar, you can compare
<王森> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法selectsort

说明:选择排序,以及测试程序,类似的还有其他排序,可以进行比较-Choice of sequencing, and testing procedures, there are other sort of similar, you can compare
<王森> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法shellsort

说明:希尔排序,以及测试程序,类似的还有其他排序,可以进行比较-Hill sorting, and testing procedures, there are other sort of similar, you can compare
<王森> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构算法Visual C++6.0程序集的源代码-Data Structure Algorithm Visual C++ 6.0 assembly source code
<gls> 在 2024-11-15 上传 | 大小:10.46mb | 下载:0

[数据结构常用算法8gehuanghou-vc

说明:八皇后问题:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后,即没有任何两个皇后被放置在棋盘的同一行、同一列或同一斜线上。-8 Queen s problem: In line 8 of 8 chessboard placed 8 Queen s, so that one of Queen s can not eat the other 7 s, that is, no two Queens were placed
<施志萍> 在 2024-11-15 上传 | 大小:688kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 2317.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org