-
for:
Root of a Polynomial
for:
Root of a Polynomial
--- --- --- --- --
Time Limit: 1 Second Memory Limit: 32768 KB
--------------------------------------------------------------------------------
A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval.
Format of function
double Polynomial_Root(int n, double c[], double a, double b, double EPS)
where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.
The function must return the root.
Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomi
- 2022-09-28 19:15:03下载
- 积分:1
-
vc工程名转换程序,可以方便的实现工程名的重命名
vc工程名转换程序,可以方便的实现工程名的重命名-vc project to convert procedures, to facilitate the realization of the project were re-named
- 2022-02-03 15:57:02下载
- 积分:1
-
pocketc写的备忘录源码,调用了系统数据库,大家可以研究研究...
pocketc写的备忘录源码,调用了系统数据库,大家可以研究研究-pocketc memorandum written source code, call the system database, we can study a
- 2022-11-28 06:00:03下载
- 积分:1
-
算法中的n后问题,用非递归实现的,用一般的c++编译器都可以实现...
算法中的n后问题,用非递归实现的,用一般的c++编译器都可以实现-n algorithm after issue, the non- recursive with the general c compiler can achieve
- 2022-01-24 09:33:18下载
- 积分:1
-
人工神经网络, Ann C语言实现,经验正
人工神经网络, Ann C语言实现,经验正-Artificial neural network, Ann C language, experience is
- 2023-03-08 22:10:03下载
- 积分:1
-
STM32用MAX3185采集温度值,经过ADS1115转换成数字量,超详细,验证通过的呦
STM32用MAX3185采集温度值,经过ADS1115转换成数字量,实时采集,通过串口传入串口屏,十进制显示,超详细,验证通过的呦
- 2022-07-17 10:06:09下载
- 积分:1
-
VC中的串口派生类
VC中的串口派生类-VC Serial derived class
- 2022-06-20 08:56:17下载
- 积分:1
-
TreeCtrl控件示例
TreeCtrl控件示例-TreeCtrl Control Example
- 2023-08-31 23:25:08下载
- 积分:1
-
实现了一个浏览器的功能,具备了浏览器主要的功能
实现了一个浏览器的功能,具备了浏览器主要的功能-achieved a browser function, which is the main browser features
- 2022-07-14 17:33:28下载
- 积分:1
-
Visual Basic 编写的面板控制程序,控制音量
Visual Basic 编写的面板控制程序,控制音量-Written in Visual Basic panel control procedures, control the volume
- 2022-03-05 23:36:10下载
- 积分:1