-
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
-
这是MTeX套装中的一个重要命令行工具,用于支持编译ConTeXt文件。编译ConTeXt文件过程中需要对*.tui文件进行处理生成*.tuo文件。MTeX中为...
这是MTeX套装中的一个重要命令行工具,用于支持编译ConTeXt文件。编译ConTeXt文件过程中需要对*.tui文件进行处理生成*.tuo文件。MTeX中为了不依赖perl就能编译context文件,中间需要的文件转换*.tui-->*.tuo通过这个小程序来实现。-This is a suite MTeX an important command-line tool, used to support the compiler Context document. Document the process of compiling Context*. tui documents need to be processed to generate*. tuo file. MTeX in order not to rely on the perl compiler will be able to document context, intermediate file conversion needs*. tui-
- 2022-03-26 12:51:53下载
- 积分:1
-
c#编程开发实现HID设备的检测识别
本软件是采用c#编写,用于实现对于HID设备的识别检测,可以准确检测到HID设备(例如U盘)的插拔,并予以显示。虽然实现的是简单的HID功能,但具有很好的参考价值
- 2022-02-26 18:47:04下载
- 积分:1
-
打包软件的源代码,是源码工厂上的一个很有名的项目。
打包软件的源代码,是源码工厂上的一个很有名的项目。-Packaged software source code, is a plant-source projects famous.
- 2022-03-14 07:00:59下载
- 积分:1
-
图像的分解
该程序实现简单 操作容易 处理起来比较方便 实用性强 相信会有很大帮助对我们 呵呵。
- 2022-04-17 18:11:23下载
- 积分:1
-
本文件种程序的功能是adpmedian!
本文件种程序的功能是adpmedian!-adpmedian
- 2022-05-24 03:09:25下载
- 积分:1
-
网卡 物理地址读取 VB
网卡 物理地址读取 VB-card physical address read VB
- 2022-05-29 15:52:19下载
- 积分:1
-
基于窗口应用程序的 Xml 以 excel 转换器 C# desktio
XML 是一种平台独立语言,因此可以在任何其它平台 (操作系统) 使用 XML 格式的信息。XML 是一种自描述语言,它给出的数据,以及确定它包含什么数据的规则。在这里我们要从一个 XML 文件的内容读取并将相同的内容写到一个 Excel 文件。在这里使用的 XmlReader 读取到数据集的 XML 文件。循环访问该数据集,并将内容添加到 Excel 文件。对于创建一个 excel 文件,您必须将 Excel 库引用添加到您的项目,请按照 C# 创建 Excel 文件的详细信息的链接。
- 2023-08-27 15:15:03下载
- 积分:1
-
eight digital game's source code can be automatically generated initial stat...
八数码游戏的源代码,可自动生成初始状态,搜寻路径达到目标状态-eight digital game"s source code can be automatically generated initial state, the search path to achieve target state
- 2023-01-11 01:30:04下载
- 积分:1
-
about this DES(数据加密标准)的C + +代码
This about DES ( Data Encryption Standard ) C++ CODE
- 2022-02-22 12:32:42下载
- 积分:1