搜索资源列表
学生成绩及档案管理信息系统
- 学生成绩及档案管理信息系统开发 1. 能对与学生成绩有关的各类数据进行输入,修改,与查询。必要时进行打印。 2. 对学生档案有关信息进行管理,输入,与查询。 3. 学期末对成绩进行相关总结并进行排序。 4. 该系统具有各类不同权限,方便用户查询与管理员管理。 5. 具有报错及反馈功能。-student achievement and file management to develop an information system. Can right and the student achiev
fushu
- /// /// /// /// /// /// /// ///// #include<stdio.h> typedef struct Complex {double shi double xu }Complex void CreatComplex(Complex &c,double a,double b) {c.shi=a c.xu=b } void AddComplex(Complex &sum,Complex c
vfp_sj
- 只需要给出总的平时成绩,自动生成5次和6次平时统计,总和相加即为为平时成绩。算法主要为随机数的调整,使得总和相等。 1.文件名保证为英文名,每次使用时,改动程序中的第2句:use *.dbf,改为自己的数据库文件名。 2.该成绩数据库中字段类型必须保证含有如下字段,其它字段不限制,其中,平时成绩事先给出,或者从excel中导出,平时1、平时2、平时3、平时4、平时5自动生成。 平时成绩 数值型(必须事先给好成绩) 平时1 数值型(自动生成) 平时2 数值型(自动生成)
natural-number
- 输出小于或等于100的自然数(自然数对是指两个自然数的和与差都是平方数)对-Output is less than or equal to 100 natural numbers (natural number on the two natural numbers is the sum and difference are the square) on the
ExcelSum
- 选择一批Excel文件,并将所有数值累加保存到另一文件-sum number values in excel sheets
a3test
- c++实现单用户数据库的基本功能:SelectPipe, SelectFile, Project, Join, DuplicateRemoval, Sum, GroupBy, and WriteOut-implement a set of relational operations, specifically: SelectPipe, SelectFile, Project, Join, DuplicateRemoval, Sum, GroupBy, and WriteOut.