-
B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal & Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.-B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.
- 2022-04-22 19:34:47下载
- 积分:1
-
浅谈Excel 的VB编程
浅谈Excel 的VB编程-On Excel VB
- 2022-01-28 02:47:45下载
- 积分:1
-
基于OpenCV和MFC的人脸识别系统
该程序在opencv上调试,能够识别出人脸并做出标记
- 2022-05-05 22:20:57下载
- 积分:1
-
Generating a sine wave by a recursive digital resonator
Generating a sine wave by a recursive digital resonator
- 2022-06-16 17:26:34下载
- 积分:1
-
请认真阅读您的文件包和描述,它至少有40字节的英文。
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-02-15 08:48:55下载
- 积分:1
-
关于俄罗斯方块的C++程序,代码简单,但界面显示完备,神奇的程序...
关于俄罗斯方块的C++程序,代码简单,但界面显示完备,神奇的程序-On the Russian box, C++ program code is simple, but the interface shows a complete, magical process
- 2022-02-03 11:01:23下载
- 积分:1
-
一个瓦楞辊划分边界单元及图形显示的应用程序。这个应用程序允许用户更改瓦楞辊的参数,划分边界单元的控制参数,显示单元划分的结果等等。...
一个瓦楞辊划分边界单元及图形显示的应用程序。这个应用程序允许用户更改瓦楞辊的参数,划分边界单元的控制参数,显示单元划分的结果等等。-Corrugated division of a boundary element and the graphical display applications. This application allows users to change the parameters of Corrugated, demarcation of the border unit of the control parameters, the results show that cell division and so on.
- 2022-03-22 08:12:35下载
- 积分:1
-
现成的摇奖程序。
修改一下所需数量即可使用。
现成的摇奖程序。
修改一下所需数量即可使用。-摇奖off-the-shelf program. Changed a bit to use the required quantity.
- 2022-04-27 19:21:11下载
- 积分:1
-
BP 算法,从网上找到的,国外一个网站
BP algorithm
BP 算法,从网上找到的,国外一个网站
BP algorithm
- 2022-03-18 22:04:23下载
- 积分: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