资源列表

« 1 2 ... .36 .37 .38 .39 .40 1441.42 .43 .44 .45 .46 ... 2656 »

[数据结构常用算法Red-Black-Tree

说明:使用MFC做的一个红黑树操作演示,带有显示界面,很好的展示了红黑树创建、添加、删除等操作的过程,是数据结构与算法中很重要的一部分-Use MFC to do a red-black tree operation and demonstration, with the display interface, a very good show red-black tree to create, add, delete and other op
<叶子> 在 2024-10-11 上传 | 大小:1611776 | 下载:0

[数据结构常用算法SqQueue

说明:数据结构用C++实现循环顺序队列以及链队的实例-Data structure using C++, and the chain team round sequential instances of the queue
<马胡双> 在 2024-10-11 上传 | 大小:1874944 | 下载:0

[数据结构常用算法ex1

说明:卡内基数据结构与算法课程的exercise1的程序代码 自己写的 满分-Carnegie data structures and algorithms course exercise1 program code written out of their own
<汪洋> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法22

说明:数据结构课程设计,池塘夜降彩色雨,C语言程序-Rain falling through the night color pond, C language program
<> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法sort

说明:编程实现 快速排序,堆排序,归并排序,插入排序,选择排序; 对于不同的数组大小,比较这些算法的复杂度; 数组的测试,分为已排序数组和随机数组。-Implement algorithms QuickSort, InsertionSort, SelectionSort, MergeSort and HeapSort and. Test your implementation according to the following re
<许许> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法Kruskal

说明:编程实现Kruskal算法,生成最小代价生成树,其中利用最小堆算法实现。 (随机生成n个点,且随机生成k条边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。-Implement Kruskal’s algorithm based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Ge
<许许> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法Prim

说明:编程实现Prim算法,基于最小堆数据结构,生成最小代价生成树。 (其中随机生成点和边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。-Implement Prim’s algorithms based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Generate weighted
<许许> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法migong

说明:迷宫算法,1代表可以通过,0代表墙壁,自动找寻路线-Maze algorithm, 1 can pass 0 for the walls, automatically find routes
<徐虎> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法examples

说明:经典编程实例 各种排序算法 冒泡 高级排序算法 双向冒泡-Classic bubble sort algorithm programming examples of various two-way bubble sort algorithm senior
<> 在 2024-10-11 上传 | 大小:29696 | 下载:0

[数据结构常用算法shujujiegouyuandaima

说明:数据结构源代码 C++ 所有实验源代码包含二叉树,哈希存储,队列,栈-data structure C++
<dfdssddfdf> 在 2024-10-11 上传 | 大小:1102848 | 下载:0

[数据结构常用算法acm

说明:第一行是一个整数n (0 < n <= 100),表示一共有多少只动物,之后n行,每行一个数字(0代表黑羊,1代表白羊,2代表黄鼠狼,3…..)-The first line is an integer n (0 < n < = 100), said that the total number of animals, followed by n lines, each a number (0 for black sh
<jwl> 在 2024-10-11 上传 | 大小:6144 | 下载:0

[数据结构常用算法huffman

说明:Huffman 编码 已知:信源符号个数q、信源符号s0, . . . , sq?1,信源概率分布p0, . . . , pq?1。 算法: (a) 如果q = 2 则返回编码:s0 7! 0, s1 7! 1 (b) 否则 i. 重新排序s0, . . . , sq?1 和p0, . . . , pq?1 ii. 创建一个符号s′,其概率为p′ = pq?2 + pq?1 iii. 递归调用本算法以得到s0
<萨仁高娃> 在 2024-10-11 上传 | 大小:1024 | 下载:1
« 1 2 ... .36 .37 .38 .39 .40 1441.42 .43 .44 .45 .46 ... 2656 »

源码中国 www.ymcn.org