资源列表
bisection
- 二分法求一个未知数方程的根f(x)=0,x属于[a,b],除了显示每次计算的小区间外,还根据给定的精度计算了所需的次数k
function
- 我编写的Lotka解微分方程组的程序,可以解决方程组的微分数值计算,希望可以给大家起到借鉴作用
lms
- LMS calculation programming.
main
- 定义一个M,N的矩阵,1表示有障碍,0表示可以通过,输出走出迷宫的路径-Define a M, N of the matrix, 1 indicates there is an obstacle that can be 0, the output path out of the labyrinth
HeiDong
- 黑洞数字的证明,给定一个数,使各位数相加后乘3再加1,经过几次这样的运算最后得到数字13-Black figures show that given a number, so you add up the number by 3 plus 1, after several such operations end up number 13
danchunxing1
- 用优化方法中单纯型的思想,转换为矩阵的变化,巧妙的求解线性和非线性方程组的解 -With optimization method of the type of pure thought for the change of the matrix, conversion, clever to solve the linear and nonlinear equations solution
zoumigong
- 走迷宫 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。 要求: 1老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 2迷宫的墙足够结实,老鼠不能穿墙而过; 3正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败; 4找出走出迷宫的所有路径,以及最短路径。 另希望能说明采用的设计方法、设计技术路线,包括采用的设计方法和步骤以及任务流程图,指定的功能模块说明、设计说明
cityzuiduanlu
- 最短路算法,输入各点之间的距离(可以是费用等),可得出遍历所有点的最短路-Shortest path algorithm, the distance between the input points (which can cost, etc.), can be drawn through all points of shortest
zsy
- 自适应求解积分---梯形公式.只要给出一个函数,和积分的上下限,就可以求解积分-adapting to find the integrals trapezoid Giving the specific function
elevator
- 大楼有一部电梯,电梯从一楼起,几乎每层都停,十分浪费时间。于是某人想出了一个新的电梯调度算法:由于大楼楼层不高,因此每次电梯从一楼往上走时,只允许电梯停在某一层,然后其他人在从本层爬楼梯到达各自的目的地;在一楼的时候,每人选择自己的楼层,电梯应根据每楼层的不同人数计算出目的楼层。请求出电梯停在哪一层,才能保证所有旅客所爬楼层数之和最少-The building has an elevator, early in the evening peak period when the elevator
sort
- sort a cpp file about C++ microsoft visual C++
SegTree
- 树结构中线段树结构,可以进行的操作单点查询,成段更新。-Line segment tree structure in the tree structure, can carry out the operation of the single point queries, into a period of update.