资源列表
paixu
- 用指向指针的方法对n个数进行排序并输出,n和各整数在主函数中输入-#include <stdio.h> #define SIZE 100//数组最大长度 #define SWAP(x, y, t) (t = x, x = y, y = t)//交换两个数 void sort(int**p, int n){//排序函数 int i, j int min int temp for(i = 0 i < n- 1 i++){
dan-lian-biao-de-cao-zuo
- 一、 实验目的 1. 掌握握单链表的基本操作:插入、删除、查找等运算。 二、 实验要求 1. 认真阅读和掌握本实验的程序。 2. 上机运行本程序。 3. 保存和打印出程序的运行结果,并结合程序进行分析。 4. 按照你对单链表的操作需要,重新改写主程序并运行,打印出文件清单和运行结果 -First, the purpose of the experiment A. Grasp the grip a single linked list of basic operat
zhan-de-ji-be-cao-zuo
- 一、 实验目的 掌握栈的基本操作:初始化栈、判栈为空、出栈、入栈等运算。 二、实验要求 1. 认真阅读和掌握本实验的算法。 2. 上机将本算法实现。 3. 保存和打印出程序的运行结果,并结合程序进行分析。 -First, the purpose of the experiment Master the basic operation of the stack: stack initialization, and sentenced to the stack is e
05ZXY08XGB
- 用C语言开发的一个程序,适合做课程设计,名字叫做,冬天来了,春天还会远吗?-With the C language development of a program, suitable for curriculum design, called, if winter comes, can spring be far behind?
BiTree
- 二叉树头文件 里面有各种二叉树的操作实现-BinaryTree structure
huffmancoding
- 赫夫曼编码,用C语言实现的,对与初学者还是很有用的!-Useful for beginners!
lab-tree
- 数据结构c语言二叉树的实现 对初学者非常有帮助-Binary tree data structures c language very helpful for beginners
cpm
- critical path method
C
- 数据结构代码,基本的设计代码,自己添加想要实现的功能即可使用。-queen code
Fibonacci
- Fibonacci为1200年代的欧洲数学家,在他的着作中曾经提到:「若有一只免子每个月生一只小免 子,一个月后小免子也开始生产。起初只有一只免子,一个月后就有两只免子,二个月后有三 只免子,三个月后有五只免子(小免子投入生产)-The Fibonacci European mathematicians for 1200 years, he s with has mentioned: "if a free child per month students a small free S
heapSort
- 堆排序算法: 功能:对整型数组进行排序 时间复杂度:o(nlogn) 空间复杂度:o(n) 原地排序 -Heap sort algorithm: Function: the integer array to sort Time complexity: o (nlogn) Space complexity degrees: o (n) Place sorting
InsertionSort01
- 插入排序: 功能:排序 时间复杂度:o(n*n) 空间复杂度:o(n) 原地排序-Insertion sort: Features: Sorting Time complexity: o (n* n) Space complexity degrees: o (n) Place sorting
