搜索资源列表
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
ls
- 实现UNIX下的ls全部功能,同时添加了可以生成目录树.实现内容:1.如何读取目录的内容 2.目录排序 3.文件类型以及如何知道文件的类型 4.位操作及掩码的使用 5.用户与组ID数据库 6.UNIX文件系统的内部结构:i-节点和数据块 7.更改当前目录 8.输出颜色的改变和分栏 9.学习并实现ls命令各参数 10.解析命令行参数 -Ls under UNIX to achieve full functionality, while adding a di
txt
- 用二叉链表做存储结构,输入键值序列,建立一棵二叉排序树并在二叉排序树上实现查找算法。-To do with binary storage structure list, enter the key sequence, set up a binary sort tree and binary search algorithm to sort the tree implementation.
sort.tar
- 此程序改自算法课的一个作业,用四种不同的算法,对随机生成的n个数排序(n取值500至5000),并重复n遍,最后统计平均比较次数。本在xp下用vc6编写,现在修改为Ubuntu下gcc编译。 sortArchieve.c内为各个排序算法的实现-Since the algorithm for this process to a class operation, with four different algorithms, to randomly generated n the number
shuffler
- 在Linux编程环境下实现Shuffle排序算法,并附带Visio流程图 演示文稿-Programming environment in Linux to achieve Shuffle sorting algorithm and flow chart attached Visio presentation
lsDir
- 基于linux命令ls的文件函数。 实现了把目录下面的文件的详细信息显示出来,且增加了文件的排序功能和颜色显示功能-Based on the linux command ls function of the document. Achieved the following documents to the directory of detailed information is displayed, and the increase in the order of the document
worksort.tar
- 实现了2种排序算法和LIST链表,可以输入任意多个字符后,进行排序-Implemented two kinds of sorting algorithm and LIST list, you can enter any number of characters, the sort
avl
- 平衡排序二叉树的具体实现及使用测试例子 在linux上测试通过-Order to achieve a balanced binary tree and the use of specific test cases to test in linux through
StudentManagementSystem
- 在Linux系统下,使用C语言编写学生管理系统,实现添加、查询、排序、统计、删除、登陆等功能。-In the Linux system, using the C language student management system, to achieve added, query, sorting, statistics, delete, landing and other functions.
CompanyManagementSystem
- 在Linux系统下,使用C++语言编写公司人员管理系统,实现添加、查询、排序、统计、删除、登陆等功能。-In the Linux system, using the C++ language company personnel management system, to achieve added, query, sorting, statistics, delete, landing and other functions.
BaseSort.tar
- 基数排序法的C实现,基于linux环境实现的基数排序的源代码-C implement radix sorting method, implemented on linux environment, the source code of radix sort
FaseSort.tar
- 快速排序法,基于linux环境下实现的快速排序法的C实现代码。-Quick Sort, linux-based environment to achieve the Quick Sort C-implementation code.
bubble
- 本代码实现冒泡排序,linux C操作系统-The bubble sort code, linux C operating system
jinchengkongzhi
- 进程控制实验 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 本实验要求用C语言编程实现创建n个进程的创建函数creat;根据进程的优先数把就绪进程插入就绪队列的排序函数sort;打印就绪进程PCB信息的函数check;以及进程的撤销函数destroy。 -
shell
- 通过shell排序,完成数据由大到小的排列,实现顺序表的输入输出-Through the shell sorting, complete data by large to small arrangement, realize the sequential list of input and output
Shell
- 在Ubuntu下的Shell编程,实现同学通讯录系统,包括添加,删除,列表,排序功能-Shell programming in Ubuntu students address book system, including add, delete, list, sort function
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
map
- 实现对一个文件的多列数据进行合并,并进行二次排序(To achieve a file of more than one column of data to merge, and two sorting)
Shell
- 希尔排序的java实现,包含一个main函数。(shell paixu,include a main function.)
sort
- 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)