-
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
-
C++标准模板容器的应用程序
改程序简单的应用了C++中的各种标准模板容器!对于初学C++标准模板库的同学是一个和好的全集教程,代码简单,易于分析研究!
- 2023-06-27 05:00:05下载
- 积分:1
-
资料光盘VC技术实例代码,详细资料资料光盘VC技术实例代码,详细资料...
资料光盘VC技术实例代码,详细资料资料光盘VC技术实例代码,详细资料
- 2022-08-12 18:58:40下载
- 积分:1
-
WinDiff源代码,Winmerge和Windiff大家肯定都知道吧,瞧瞧吧,
WinDiff源代码,Winmerge和Windiff大家肯定都知道吧,瞧瞧吧,-WinDiff source code, Winmerge and WinDiff, I am sure you all know it, look at it,
- 2022-08-21 12:42:25下载
- 积分:1
-
客户信息维护 客户服务 数据管理 系统管理
基础数据管理 信息查询...
客户信息维护 客户服务 数据管理 系统管理
基础数据管理 信息查询-Customer Service information to maintain customer data management system for the management of basic data management information
- 2023-08-15 03:15:05下载
- 积分:1
-
软件自动升级
软件自动升级程序-automatic software upgrade
- 2022-02-16 08:58:50下载
- 积分:1
-
聊天小程序源码
聊天小程序源码-Chat applet source code
- 2023-01-12 17:00:04下载
- 积分:1
-
用VC编写的获取BIOS的程序,对于学习VC编程的人来说,是一个不错的值的参考的程序
用VC编写的获取BIOS的程序,对于学习VC编程的人来说,是一个不错的值的参考的程序-VC prepared by the BIOS access procedures, learning the VC, it is a good reference value of the procedure
- 2022-02-12 13:54:21下载
- 积分:1
-
实现文件目录操作即时监视程序,可以监视在Explore中的重命名、新建、删除文件或目录...
实现文件目录操作即时监视程序,可以监视在Explore中的重命名、新建、删除文件或目录-directory operation to achieve immediate surveillance procedures can monitor Explore in the re-naming of new, delete files or directories
- 2022-03-26 07:27:37下载
- 积分:1
-
自制mail接收系统,
实现自定义的邮件下载。
自己看吧
自制mail接收系统,
实现自定义的邮件下载。
自己看吧-mail server
- 2022-10-23 08:15:03下载
- 积分:1