搜索资源列表
Part_1_C_programmes
- 程序总结1:杜氏分解法|艾特肯|I显示方法|二分法|分段线性插值|复合梯形法|复合辛普森 -a summary procedure : Du decomposition | Aitken | I shows | dichotomy | piecewise linear interpolation | composite trapezoidal France | composite Simpson
erfenfa
- 升序排列数组并用二分法查找所需元素 初学者的小程序
upload
- 汇编程序中的数制转换与DOS调用功能的结合,还有一个表处理程序,以下是程序实现的功能: 1.从键盘输入一个十进制数,转换为二进制显示在屏幕上; 2.输入十位BCD码,转换为4字节十六进制显示; 3.从键盘输入两个十进制数,相加后将结果显示在屏幕上; 4.从键盘键入一个4位十六进制数,转换为十进制显示在屏幕上; 5.对一个已知长度的从小到大的无符号字节数组查找关键字;用二分法实现
erfen3
- 一个用于求解方程根的程序,采用的是二分法,并可以设定求解根的个数
cPPchengxubailian
- c+程序练习,包括八皇后、杨辉三角、汉诺塔、智者生存、二分法、学生管理系统等几十个基本程序。-c+ program exercises, including eight queens, Pascal' s Triangle, Tower of Hanoi, Wise survival, dichotomy, student management system, such as dozens of basic procedures.
erfenfa
- 二分法程序,适合初学者,程序编写简练说明较多,能够作为一个程序包-Dichotomy procedures, suitable for beginners, programming concise descr iption more as a package
Numerical-analysis-program
- 数字分析程序中包含了艾特肯、二分法、弦割法、牛顿下山等编程-Numerical analysis program includes Aitken, dichotomy, chord cutting method, Newton downhill and other programming
erfenfa
- 针对二分法的C++语言程序-For dichotomous C++ language program. . . . . . . . . . . . . . . . . . . .
bisection
- 用二分法求解方程的近似解,二分法在MATLAB程序中的源代码-The approximate solution of the equation to solve by the dichotomy, dichotomy in the MATLAB source code
Binary-insertion-method-main3
- 这是用C++语言写的一个用二分插入法排序的程序-This is written in c++ language with a binary insert sorting procedure