-
xml格式解析的源代码
xml格式解析的源代码-xml format parsing source code
- 2022-06-14 21:41:02下载
- 积分:1
-
一个C++的垃圾收集框架
一个C++的垃圾收集框架-a framework for the collection of garbage
- 2022-12-18 14:10:02下载
- 积分:1
-
本程序实现了SVM分类的LIBSVM库。
This program implements SVM classification over libsvm library.
- 2022-11-25 22:25:04下载
- 积分:1
-
检查POP信箱中有无邮件
检查POP信箱中有无邮件-check whether POP mail boxes
- 2022-02-11 10:24:58下载
- 积分:1
-
运算数为一位整数 运算符为 +,
运算数为一位整数 运算符为 +,-,*,/,(,) 输入任意一个算术表达式E;求表达式E的值, 输出结果。-Computing an integer number +,-,*,/,(,) enter any operator for an arithmetic expression E seek an expression E, the value of output.
- 2022-06-29 20:37:48下载
- 积分:1
-
AppWizard has created this Formula application for you. This application
not on...
AppWizard has created this Formula application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-07-08 17:27:08下载
- 积分:1
-
ART2000 DA AD板的dos系统测试程序,用于学习和开发ART2
ART2000 DA AD板的dos系统测试程序,用于学习和开发ART2-ART2000 DA AD board dos system testing procedures, for learning and development ART2000
- 2022-04-28 21:01:19下载
- 积分: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
-
用JAVA做的聊天软件,有安装程序和源代码
用JAVA做的聊天软件,有安装程序和源代码-do with Java chat software, installation procedures and source code
- 2022-02-03 15:11:07下载
- 积分:1
-
vc6.0相关安装配置,void CJisuanqiDlg::OnBUTTONdecimal()
{
// TODO: Add your contro...
vc6.0相关安装配置,void CJisuanqiDlg::OnBUTTONdecimal()
{
// TODO: Add your control notification handler code heredecimal=true
}
void CJisuanqiDlg::OnBUTTONclear()
{
// TODO: Add your control notification handler code here
UpdateData(true)
value=0
input1=0
input2=0
_gcvt(value,10,buffer) -vc6.0 related installation configuration, void CJisuanqiDlg:: OnBUTTONdecimal () (//TODO: Add your control notification handler code heredecimal = true ) void CJisuanqiDlg:: OnBUTTONclear () (//TODO: Add your control notification handler code here UpdateData (true) value = 0 input1 = 0 input2 = 0 _gcvt (value, 10, buffer)
- 2022-08-05 23:29:21下载
- 积分:1