资源列表
10.42
- 10.42④ 序列的"中值记录"指的是:如果将此序列排序 后,它是第n/2个记录。试写一个求中值记录的算法。-10.42 ④ sequence " in the value of record" is: If this sequence of sequencing, it was the first n/2 records. Try to write a request in the value of records is proposed.
Newton
- 实现牛顿插值法的运算,任意输入插值点的数目,再输入每个插值点对应的数与数值,在输入所要求的插值点,程序自动实现差值计算。-Newton
2lupaixu
- 二路排序,数据结构排序方法,简单排序。C语言-Road sorting, data structures, sorting methods
1C
- 数值分析作业,可以用二分法解决,常数方程的求解问题~-Numerical analysis operations can be used to resolve the dichotomy, the constant equation problem ~
algo2-1
- 用于数据结构的学习,有助于同学们更好的进行学习-Data structures for learning, help students learn better
LABYRINT
- 基于prolo语言编写的高级小型迷宫问题求解程序(即找出最短路径)-A little program which is main to solve the labyrinth problem!
one_by_one_input
- 逐个引入因子程序,是用FORTRAN编写的,用于统计计算-one by one input
bstree
- 分别构建函数,实现二叉排序树的创建,插入数据,删除结点-Constructing function, the realization of the binary sort tree creating, inserting data, deleting node
Delete-a-single-repeating
- 删除单链表中的重复项 并学习如何创建fun函数 - 副本-Delete a single repeating item in the list
hdu1512Monkey-King
- hdu1521Monkey King的AC代码,用的是左偏树-hdu1521 AC code, is left-skewed tree
Fibonacci-series
- 斐波那契数列 递归调用,主要用于了解递归用法-The Fibonacci series recursive calls, mainly used to understand recursion usage
DFS.cpp
- Depth first search algorithm on graphs.