-
医院信息系统,包括医生工作站,挂号,收费…
医院信息系统,包括医生工作站,挂号,收费,发药,物质管理等模块.-Hospital information systems, including doctors workstations, registration, fees, medicine, material management modules.
- 2022-07-01 04:51:59下载
- 积分:1
-
CFile类打开文件的有趣现象
CFile类打开文件的有趣现象-CFile class opened file interesting phenomenon
- 2022-08-09 15:49:32下载
- 积分:1
-
some classic VC source code (2)
一些经典的VC源代码(2)
- 2022-01-26 06:59:03下载
- 积分:1
-
控件随对话框的大小改变而改变
控件随对话框的大小改变而改变-With the dialog box controls the size of change
- 2022-11-25 20:55: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
-
Efficient C4.5
Efficient C4.5
- 2022-07-07 00:17:45下载
- 积分:1
-
聊天
vc++开发的图形聊天软件,基于MFC开发-chatting
- 2023-05-03 03:05:05下载
- 积分:1
-
Primer.rar
深入C++系列
中文版
Primer.rar
深入C++系列
中文版
-C++ Primer.rar
- 2022-07-25 20:22:09下载
- 积分:1
-
100以内的素数排列,按从小到大按序排列
100以内的素数排列,按从小到大按序排列-100 prime number within the array, according to sequence from small to large order
- 2022-02-05 05:15:01下载
- 积分:1
-
目的:
试验多核CPU上排序算法的效率,比较单任务和多任务并行排序算法的差距
内容:
快速排序算法...
目的:
试验多核CPU上排序算法的效率,比较单任务和多任务并行排序算法的差距
内容:
快速排序算法
-Objective: To test multi-core CPU on the efficiency of sorting algorithm to compare single-mission and multi-mission of the gap between the parallel sorting algorithms Content: Quick Sort Algorithm
- 2022-02-13 04:05:26下载
- 积分:1