搜索资源列表
c1126
- 本软件有两种成绩录入方式: 1, 手工录入: 本软件将根据输入的应考学生的人数产生一个文本框数组,然后手动输入成绩。 2,文件录入: 先将成绩输入到一个文本文件中,然后又软件读入后,再对成绩进行分析,统计。-achievements recorded two ways : one, manual recording : the software will be taken under the importation of the number of students have a
PV_array_with_mmp_tracking_boost_Dc-DC_converter.
- it consists of simulink model of PV array with inverter and mppt and aslo descr iption file
studenttest
- 系统运行过程如下: 首先,通过系统产生或手工输入方式,产生数据源文件(数据源.dat),包括:学号,姓名,各科成绩。 其次,构造对象数组,从"数据源.dat"文件中读入数据,并赋于各公有数据成员。 第三,通过调用系统各函数,实现数据分析,得出结果。过程数据记录在"过程数据记录.txt"文件中,以备查用。 第四,成功获得综合策评结论,并将其输出到“综合策评表.txt”文件中。-System runs as follows: First, through the system to
ad
- 结构数组存储的,从外部文件读入数据,学生学籍管理系统-Structure array storage, the data read from an external file, student record management system
StudentsOfFileManagement
- 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩,输出单门课成绩最高的学生的学号、姓名、以及该门课程的成绩,输出三门课程的平均分数最高的学生的学号、姓名及其平均分,将10个学生的相关数据,存入文件中,再从文件中读出,按照平均分数从高到低进行排序,分别将结果输出到屏幕上和另一文件中,再从文件中读取第 1 ,3 , 5 ,7, 9个学生的数据。-Define an array of storage structure of ten students and student id, nam
ClassFileSystem
- 这是一份C语言课程设计报告: 课题名称:班级档案管理系统 功能要求: (1)本系统采用一个包含N个数据的结构体数组,每个数据的结构应当包括:学号、姓名、性别、年龄、备注。 (2)本系统显示这样的菜单: 请选择系统功能项: a 学生基本信息录入 b 学生基本信息显示 c 学生基本信息保存 d 学生基本信息删除 e 学生基本信息修改(要求先输入密码) f 学生基本信息查询 (1)按学号查询 (2)按姓名查询 (3)按性别查询 (4)按年龄查
studentSoft
- 学生考试成绩数据处理系统 本程序设计优缺点:采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生、三门或三门以
VideoTienda
- This a program that manages the processes that are generated in a video store things like rent, adding films and register clients in code contains things like swing, setBounds, awt, file, arranging, managing images, tabbed, Modica array size a
Quadrilateral
- 基于四边形单元有限元原理,计算桁架系统在外力作用下,各节点位移与单元应变。主程序BLOCKMAT.m,从输入文件中读入结点个数,单元个数,结点荷载个数,受约束边界点数,弹性模量,泊松比,厚度,单元定义数组,结点坐标数组,结点力数组,约束信息数组。输入文件inport.txt不同参数代表不同的桁架结构。-Based on quadrilateral finite element principle, calculation of truss system under the action of e
Triangular
- 基于三角形单元有限元原理,计算桁架系统在外力作用下,各节点位移与单元应变。主程序BLOCKMAT.m,从输入文件中读入结点个数,单元个数,结点荷载个数,受约束边界点数,弹性模量,泊松比,厚度,单元定义数组,结点坐标数组,结点力数组,约束信息数组。输入文件int.txt不同参数代表不同的桁架结构。-on the basis of the principle of triangle finite element calculation truss system under the action of
Mat_field
- 在超声相控阵成像中,处理回波信号成像时需要插值和坐标转换,此程序时针对64位win7系统生成的mex文件。-Ultrasonic phased array imaging processing the echo signal imaging interpolation and coordinate transformation, this program is for 64-bit win7 system generated mex file.
There-application--of-array_antenna
- 本文件仿真了均匀直线阵列天线的三个应用:边射阵,普通端射阵,强方向性端射阵。-The file simulated three applications of uniform linear array antenna : broadside array, ordinary endfire array, strong directional endfire array.
Ground_Effect_Inversion
- 由地面效应反转和一个单一的垂直阵列源距离和高度确定 -------------------------------------------------- --------------------------------------------- matlab文件的集合来确定与一个单一的垂直阵列的来源范围,并高度。 使用一个分析传播模型来计算上述的阻抗平面的声场。 用途要么转向响应功率(SRP)与Barteltt或MUSIC波束形成器或幅度/相位差异 各麦克风之
adressbool
- 1) 利用MFC的向导,创建基于对话框的应用程序,添加按钮、编辑框等控件; 2) 设计通讯录的数据结构(如:以数组或者动态链表)和相应的类; 3) 完成对通讯录中记录的增加、修改、删除和显示。 4) 将通讯录存入文件。能够打开并显示其中所存的同学信息,并可以进行后续的操作。 -1) the use of MFC wizard to create a dialog-based application, add buttons, edit boxes and other contro
PV
- 它由与逆变器和光伏阵列MPPT也描述文件的Simulink模型 -it consists of simulink model of PV array with inverter and mppt and aslo descr iption file
ansys-write-array-to-the-file
- ansys 写数组到文件,数据格式与fortran相同,必须用/input导入的方式-ansys array writing to the file, the same data format fortran, must/input introduced manner