搜索资源列表
quanpaixu
- 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
neicun
- 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量,表示内存块是否被占用。用 1 和 0 来表示被占用和不被占
ScoreSystem
- 学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型)、 三门课程成绩(高数、英语、计算机)— score [3 ](单精度)。设计一个系统: 定义
FILEEDITandRANKING
- 本程序的主要作用在于对指定文件进行编辑。功能主要是对读取数据并且对数据进行排序(按照指定规则)。-A PROGRAM MAINLY USED TO SORT THE STRUCT NUMBER !
Struct
- I worked homework in university with C language test. It is about sort, insert, add student data. it is not great. But you can save your time with my source. Thank you
Data
- C# 相关数据结构, 包括队列、列表、树、栈、图、基本排序算法等-C# Data Struct , Queue List Queue Tree Sort
struct
- 实现链表的建立,排序,删除,插入链表等功能-To achieve the establishment of the list, sort, delete, insert a linked list functions
jiegouti
- 结构体的排序,定义一个5个元素的 struct STUDENT 数组, (1)从键盘输入5个学生的信息。 (2)按总分降序排序。 (3)按语文成绩降序排序。 (4)按姓名升序排序。-Structure of the sort, define a five-element array of struct STUDENT, (1) from the keyboard 5 student information. (2) in descending order by total sco
QuickSort_Data
- 用C#实现数据结构与算法中的快速排序思想,并且使用的递归-Quick Sort in Data Struct and Algorithm
DataStruct
- 一个二插树排序的例子,与目前网上公开的程序不同的是,这里可以图形话显示所构造的二叉树,目前以屏幕字符输出,对于一些较大的树,建议更改到文件输出。这个对于初学者理解二叉树非常直观,对一些复杂化应用的树结构跟踪调试也非常有用-This is a bitree sort programme. The highlight of the programm is that it can dispaly the tree struct with a figure.
struct-sort
- struct sort struct sort.-Database Componet Database Componet MultiThread
BSTree
- 实现对依次输入的关键字序列建立二叉排序树,并能实现二叉排序树的查找、插入和删除运算。 链式存储结构: typedef struct BiTNode{ KeyType key BiTNode* lchild BiTNode* rchild }*BiTree 关键字类型KeyType为int。 -Binary sort tree, and the turn sequence of the keywords entered binary sort t
shiyansan
- 利用分类二叉树实现数据的排序处理等功能,结构体struct student{int num;char name[10] }-Classification binary tree sort of data processing functions, structure struct student {int num char name [10] }
sort
- struct hist_entry - histogram entry.
Interview
- Interview题目是对n个数据进行排序再输出。利用循环链表可以方便的进行m次后移,并且利于倒序输出。构建结构体struct in,结构体中有每个面试者的编号no,和指向下一个结构体的指针。-Interview data subject is a sort of n and then output. Use circular list can easily be moved after m times, and is conducive to reverse output. Construct