-
这是一个用VB实现的创建和删除快捷方式的程序。
这是一个用VB实现的创建和删除快捷方式的程序。-This is a VB to create and delete the shortcut procedures.
- 2022-03-19 23:23:24下载
- 积分:1
-
一个常用的windows网络编程片段:获取IP地址.
一个常用的windows网络编程片段:获取IP地址.-A program:get ip address
- 2022-05-17 11:39:29下载
- 积分:1
-
C最cengxusheji
c plus plus cengxusheji
- 2022-03-25 20:19:10下载
- 积分:1
-
PCRE 开源的Regular Expression 源代码,Perl 流派
PCRE 开源的Regular Expression 源代码,Perl 流派-Regular Expression of the open source PCRE source code, Perl Schools
- 2022-02-15 01:56:09下载
- 积分:1
-
一个用delphi实现的邮件收发程序,实现了邮件的基本功能
一个用delphi实现的邮件收发程序,实现了邮件的基本功能-Delphi realize a use of mail procedures, realize the basic functions of the e-mail
- 2022-08-03 09:43:44下载
- 积分:1
-
Samsung s 2440 development board wince 5.0 BSP
三星公司 2440 开发板 wince 5.0 BSP-Samsung s 2440 development board wince 5.0 BSP
- 2022-01-24 09:11:43下载
- 积分:1
-
可读取windows 所以已运行的窗体,并读取指定窗体的所以控件内容并可对其赋值...
可读取windows 所以已运行的窗体,并读取指定窗体的所以控件内容并可对其赋值-Windows can be read so we have to run the form, and read the specified form and may therefore control the content of their assignment
- 2022-05-22 13:09:28下载
- 积分:1
-
用c++实现的电子时钟
一个简单的c++程序,这是我在以前刚学c++语言时做的一个课设,即模拟电子时钟,实现电子时钟的功能,在vc++控制台上显示输出。比较简单,可供初学c++的初学者参考。
- 2022-05-25 07:58:50下载
- 积分:1
-
域名服务器的仿真程序:
一个简单的仿真模拟程序,其中包括数据的输入、查询和删除功能,要求在该程序的基础上添加一些功能,使程序的功能更为全面,操作更加方便。...
域名服务器的仿真程序:
一个简单的仿真模拟程序,其中包括数据的输入、查询和删除功能,要求在该程序的基础上添加一些功能,使程序的功能更为全面,操作更加方便。-Domain Name Server simulation procedures: a simple simulation program, including data entry, query and delete functions, the requirements in the program based on the add function, the function of the process more comprehensive, more convenient operation.
- 2023-02-05 07:25:03下载
- 积分: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