-
使用vc6.0开发的学生管理系统,包括对成绩的增删改查,并有管理员权限以及带柱型图和饼图的个人成绩统计和班级成绩统计(最高成绩、最低成绩、平均分等)。
管理...
使用vc6.0开发的学生管理系统,包括对成绩的增删改查,并有管理员权限以及带柱型图和饼图的个人成绩统计和班级成绩统计(最高成绩、最低成绩、平均分等)。
管理员用户名为space,密码为19871025。
演示程序时可打开文件夹中的050704new,里面有测试数据。-Vc6.0 students to develop the use of management systems, including additions and deletions to search results and have administrator privileges, as well as columnar with pie charts and statistics and personal accomplishments achieved statistical classes (maximum performance, minimum performance, with an average grade) . Administrator user name space, password is 19871025. Demo program can open the folder 050704new, there are test data.
- 2023-03-24 11:40:04下载
- 积分:1
-
针对硬件的测试程序,用于测试某种IC的功能测试,
针对硬件的测试程序,用于测试某种IC的功能测试,-For hardware testing procedures for testing the function of some kind of IC testing,
- 2022-02-26 10:52:12下载
- 积分:1
-
HANOR c solve the problem with this is a very classic problem, how to achieve re...
汉诺塔问题用c++解决,这是一个非常经典的问题,如何实现递归。-HANOR c solve the problem with this is a very classic problem, how to achieve recursive.
- 2022-03-19 11:33:39下载
- 积分:1
-
WINDOWS 托盘图标源程序代码
WINDOWS 托盘图标源程序代码-tray icon Windows source code
- 2022-03-05 08:57:05下载
- 积分:1
-
用ADC0804测量模拟电压,电压范围从0V到5V都能精确的测量,该程序已调试成功,可直接运用...
用ADC0804测量模拟电压,电压范围从0V到5V都能精确的测量,该程序已调试成功,可直接运用-ADC0804 measurement using analog voltage, voltage range from 0V to 5V can precise measurement, the debugging procedure has been successful and could be directly applied
- 2022-01-25 16:52:38下载
- 积分:1
-
Achieve the factorial of large numbers (more than 20 more than a few) list descr...
实现大数阶乘(大于20以上的数)链表描述-Achieve the factorial of large numbers (more than 20 more than a few) list description
- 2022-01-26 07:59:27下载
- 积分:1
-
使用真正的Winsock做的最简单的通信程
使用真正的Winsock做的最简单的通信程-use the real Winsock do the most simple way of communication
- 2022-02-20 21:59:07下载
- 积分:1
-
PocketNester的c++源代码,很好的学习例子,仅供大家学习
PocketNester的c++源代码,很好的学习例子,仅供大家学习-PocketNester the c source code, examples of good learning, and learning is for everyone
- 2022-03-21 23:07:36下载
- 积分:1
-
基于单片机的计算器代码
基于单片机的计算器代码,可以加减乘除,小数点运算,不可累计运算,1602显示
- 2022-02-05 11:22:28下载
- 积分: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