-
最牛的DWG浏览、操作库
DWGdirect_.Net_and_ActiveX_3.3.0
验证可用,国内CAD开发的控件基本都是基于它开发的。
- 2022-02-16 01:13:44下载
- 积分:1
-
2“我scrolabale文本
Scrolabale text in 2@ME
- 2022-02-26 14:48:06下载
- 积分:1
-
wince下类似windows xp任务管理器的taskman 。
wince下类似windows xp任务管理器的taskman 。-similar to wince under the windows xp task manager taskman.
- 2022-02-13 21:46:49下载
- 积分:1
-
5.0的ListView实现xp效果,可是不像6.0中GridLines=true就可以划出网格线,VB6实现代码,6.0同样适用...
5.0的ListView实现xp效果,可是不像6.0中GridLines=true就可以划出网格线,VB6实现代码,6.0同样适用-5.0 xp ListView achieve results, but unlike the 6.0 GridLines = true can draw grid lines, achieving VB6 code applies equally 6.0
- 2022-03-13 03:23:05下载
- 积分:1
-
合式公式的判断,根据输入的公式判断是否是合式公式,数理逻辑...
合式公式的判断,根据输入的公式判断是否是合式公式,数理逻辑-Well-formed formulas of the judge, according to the formula to determine whether the input is a well-formed formulas, mathematical logic
- 2022-02-16 09:45:07下载
- 积分:1
-
“C++程序设计教程”钱可以回答清华练习…
《C++程序设计教程》钱能 清华 习题原版答案全集
《C++程序设计教程》钱能 清华 习题原版答案全集-" C++ Programming Tutorial" Money can be the answer Tsinghua Exercises original Complete Works of " C++ Programming Tutorial" Money can be the answer Tsinghua original Complete Works of Exercise
- 2022-02-10 07:50:10下载
- 积分:1
-
文件比较的源程序,可以比较单个文件,也可以比较文件夹
文件比较的源程序,可以比较单个文件,也可以比较文件夹-folder compare
- 2022-03-20 03:58:47下载
- 积分:1
-
linked list of nodes removed. My recent operation, small programs, you contain a...
链表结点的删除。我最近的作业,小程序,各位多多包含。-linked list of nodes removed. My recent operation, small programs, you contain a lot.
- 2022-02-24 19:55:11下载
- 积分:1
-
alkdsjfalfkj
阿尔基德
- 2022-01-22 04:08:06下载
- 积分:1
-
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