资源列表
stone
- 动态规划-最小代价子母树源码,主要提供参考。-Dynamic Programming- PIP minimum cost tree source, the main reference.
block
- 利用折半查找确定记录所在块的分块查找算法. 读入各记录建立主表,按L个记录/块建立索引表, 对给定关键字k进行查找-Use binary search to determine where the block record block search algorithm. Read into the record to establish the main menu, press L record/block index table, k for a given keyword searc
shiyan1
- 创建单链表;在单链表上查找第i个数据结点,返回其data值;在单链表第i个位置上插入一个取值为value的新的数据结点;删除单链表第i个数据结点,并返回该数据结点的取值;求单链表的长度。-Create a single list in a single list on the first i find a data node, return the data value in a single list on the first i positions to insert a value f
BiTree
- 二权树的一个实验,看看是否有借鉴作用 ,下载之后-Second, the right of the tree an experiment to see if there is reference, after downloading a look
crc16.cpp
- 128位数据的16位循环冗余校验(crc16),使用bitset实现。-128-bit data, 16-bit Cyclic Redundancy Check (crc16), use the bitset implementation.
Sort
- 计算出各种排序方法所用时间(直接插入排序,希尔排序,冒泡排序,快速排序)-Various sorting methods to calculate the time spent (direct insertion sort, shell sort, bubble sort, quick sort)
Monkey
- 猴子吃桃数组解决 有一群猴子摘了一堆桃子,他们每天都吃当前桃子的一半且再多吃一个,到了第10天就只余下一个桃子。求出原来这群猴子共摘了多少个桃子。-Monkey eating a group of monkeys to solve an array of peach picked a bunch of peaches, peaches they currently eat every day and then eat a half, to the first 10 days left in a
duoceng
- 多层有界边界吸收 c语言 弹性波波动方程求解方法-duo ceng you jie bian jie, C yu yan, tan xing bo dong fang chneg
mergesort
- 归并排序算法,c++代码。利用mergesort算法读取文件并对其中数据排序-Merge sort algorithm, c++ code
QuickSort
- 快速排序算法的代码,C语言编写,比较简单,不过思考要多一点-quicksort code,writtten by C language
play
- 耶稣有13个徒弟,其中有一个徒弟出卖了耶稣。现在将13个人标上号码1~13,并围成一个圆圈,然后1,2,3,1,2,3,1,2,3……的轮着报数,只要报到3的人被删除,如此循环着,最后剩下的那个人的就是叛徒。-Jesus has 13 disciple, and there is a disciple betray Jesus. Now 13 people will be marked with a number 1 ~ 13, and round in a circle, then 1,2,3
lab07
- 声明一个车(vehicle)基类,具有MaxSpeed、Weight等成员变量, Run、Stop等成员函数, 由此派生出自行车(bicycle)类、汽车(motorcar)类。-vehicle MaxSpeed、Weight, Run、Stop/bicycle、motorcar