-
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
-
密码检索
这可以用于获取数据库连接的连接,也与 sql 的 batabase 连接。欢迎大家下载、试用。谢谢大家的支持!
- 2022-01-25 22:59:18下载
- 积分:1
-
a tool to add water print to a pdf file named acroview written by C++
一种将水印添加到一个名为AcReVIEW的PDF文件的工具,该软件由C++和NBSP编写;
- 2022-10-05 09:55:03下载
- 积分:1
-
VisualC++应用技巧与常见问题你问我答
为初学者提供,希望对大家有帮助!
分三部分传...
VisualC++应用技巧与常见问题你问我答
为初学者提供,希望对大家有帮助!
分三部分传-VisualC++ Application techniques and frequently asked questions you ask me to provide A for beginners, and they hope to have everyone help! Communication is divided into three parts
- 2022-01-25 14:02:22下载
- 积分:1
-
在vb6.0实现窗体上某一颜色变成透明,使用很简单,插入控件后,直接调用一个函数,就行了...
在vb6.0实现窗体上某一颜色变成透明,使用很简单,插入控件后,直接调用一个函数,就行了-In vb6.0 to achieve a particular color to become transparent on the form, using very simple, insert the control, direct call to a function on the list
- 2022-03-10 13:14:29下载
- 积分:1
-
个人导航网页源码
- 2022-09-29 11:55:03下载
- 积分:1
-
获取硬盘序列号
windows下读取硬盘序列号,以便程序加密等
- 2022-11-10 07:30:03下载
- 积分:1
-
calculator, a simple calculation functions, vc programming reflects the benefits...
计算器,实现简单的计算功能,体现vc编程的好处!-calculator, a simple calculation functions, vc programming reflects the benefits!
- 2022-07-04 15:45:25下载
- 积分:1
-
usart bit banged 8 port
位碰撞是一种使用软件而不是专用硬件进行串行通信的技术。软件直接设置和采样微控制器上管脚的状态,并负责信号的所有参数:定时、电平、同步等。与位碰撞不同,专用硬件(如调制解调器、UART或移位寄存器)处理这些参数,并在其他系统中提供(缓冲)数据接口,因此,不需要软件来执行信号解调。位碰撞可以以非常低的成本实现,并且在例如嵌入式系统中被使用。
- 2022-03-12 03:54:40下载
- 积分:1
-
XML官方指南中文版是学习XML的资料,相信对想学好XML的人很有帮助...
XML官方指南中文版是学习XML的资料,相信对想学好XML的人很有帮助-XML official Chinese version of the Guide is to study the XML data, I believe If you want to learn the helpful XML
- 2022-03-06 09:54:34下载
- 积分:1