资源列表
caozuoxitong
- 操作系统的进程调度实验(利用的是优先权的算法)-Operating system process scheduling experiments (using the priority algorithm)
CREAT
- TC下开发的游戏。节点删除程序。主要注重于对无数字标识的连续性节点的删除。-TC developed under Node Remove Programs. Mainly focus on the continuity of the non-digital identity nodes removed.
whichday
- 一个经典的时间算法,可以计算出今天是公园元年后的那一天,可以算出瑞年和非闰年的,同时还具有容错功能,完全c语言编写!-A classic time algorithm can calculate the park today is the day after the first year, can be calculated and non-leap year in Sweden, but also fault-tolerant, fully c language!
3
- 九皇后问题,每行每列且对角线不能放上皇后,问这样的方法有多少种-nine queen s problem
1
- 动态线性表数据结构,VC6.0,可直接编译使用-Dynamic linear list data structure, VC6.0, can be directly compiled with the
Treap
- 数据结构treap实现的一个class模板,实现简单高效易懂-Treap a class template data structure implemented, simple to understand and efficient
Select
- 给定一个线性序列集,要求求出其中指定的第k小的数的值和位置.如给定n个元素和一个整数i,1≤i≤n,输出这n个元素中第i小元素的值及其位置;-A linear sequence of a given set of requirements specified in paragraph k of which obtained a small number of value and location. If the given element and an integer n i, 1 ≤ i ≤
Findsum
- 数据结构作业I解答。关于数组搜索的问题,搜索是否为两个先前出现过的元素之和-I answer data structure operations. Array of questions about the search, the search is for the two previously seen for the elements in
DS01
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data fi
AddressBook
- 数据结构用C语言编写通讯录管理系统任务:通过此系统可以实现如下功能..录入:录入新的通讯信息(包括姓名、通讯地址、邮编、联系电话)查询:可按照姓名进行查询相关信息修改:可修改相关信息-Data structure book using C language task management system: This system can be achieved through the following functions .. entry: entry of new communications
Haffman
- 哈弗曼编码 想必不用解释太多了吧 就是哈夫曼树啦-哈弗曼编码 想必不用解释太多了吧就是哈夫曼树啦
01pack
- 用C语言实现的01背包的动态规划算法,简单易懂-Dynamic programming algorithm C language 01 backpack, easy to understand