资源列表
1C
- 数值分析作业,可以用二分法解决,常数方程的求解问题~-Numerical analysis operations can be used to resolve the dichotomy, the constant equation problem ~
robotSquare
- 这个程序完成的功能为,基于Aria函数库,使先锋3机器人行走轨迹为正方形。-The function of this process is like that the Pioneer 3 robot walking a square path based on the library of Aria .
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.
code1
- Bresenham的直线算法,包含头文件,子程序,保证可以运行-Bresenham' s line algorithm, including the header files, subroutines, and guarantee operations
two-order-fun
- 一元二次方程求解器,可以求解虚数解,经测试可以运行。-A yuan quadratic equation calculator。
拉格朗日插值法
- 采用数值分析中拉格朗日的插值方式,可以用于数据分析,数值模拟等,节省时间。