-
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
-
gentico种群的crecimeito算法
algoritmo gentico para el crecimeito de poblaciones
- 2022-07-08 11:28:17下载
- 积分:1
-
用于记录键盘的源代码
用于记录键盘的源代码-keyboard used to record the source code
- 2022-01-22 02:14:58下载
- 积分:1
-
在VC下生成GTK+工程的脚本
这是我写的GTK+工程向导,如果在VC6 IDE下已经搭建好了GTK+开发环境,可以运行此脚本自动创建GTK+工作目录、工程文件、项目文件和源文件模板,所有操作只需输入工程名称并按回车即可,免去各种配置的麻烦。对于更高版本的Visual Studio,您也可参考此脚本的思路自行编写出自己的工程向导。
- 2023-04-08 11:35:03下载
- 积分:1
-
实现阶乘运算! 非常好用
实现阶乘运算! 非常好用-achieve factorial Operational! Very handy
- 2022-08-06 17:28:36下载
- 积分:1
-
一个很小的16进制转化为实际字符的工具,使用者可以输入16进制数字来得到实际字符...
一个很小的16进制转化为实际字符的工具,使用者可以输入16进制数字来得到实际字符-a small band of 16 characters into practical tools, users can import 16 hexadecimal numbers to be real characters
- 2022-04-16 06:34:05下载
- 积分:1
-
魔鬼XP窗体皮肤控件
魔鬼XP窗体皮肤控件 -Devil skin Controls
- 2022-10-16 05:45:03下载
- 积分:1
-
安卓 exlporer
发现和探索在 windows 文件浏览器中的设备
- 2022-07-25 13:12:21下载
- 积分:1
-
可以帮助程序员清理VC工程下生成的.obj/.sbr等一系列中间垃圾文件,减少磁盘使用.ClearVCPrj.clear vc project...
可以帮助程序员清理VC工程下生成的.obj/.sbr等一系列中间垃圾文件,减少磁盘使用.ClearVCPrj.clear vc project-Clean-up can help programmers VC project generated .obj/.sbr a series of intermediate and other junk files to reduce disk usage. ClearVCPrj.clear vc project
- 2023-02-06 22:25:03下载
- 积分:1
-
实现对位图的处理,以及直方图等图像处理功能,对初学vc图像处理者很有帮助...
实现对位图的处理,以及直方图等图像处理功能,对初学vc图像处理者很有帮助-To achieve the handling of bitmap and image processing functions such as histogram, image processing for beginners are very helpful vc
- 2022-05-15 02:52:31下载
- 积分:1