搜索资源列表
xushengxuexiguanglixitong
- 设计一个学生信息管理系统,学生对象至少要包含:学号、姓名、性别、成绩1、成绩2、总成绩等信息。要求实现以下功能: 1.总成绩要求自动计算; 2.查询:分别给定学生学号、姓名、性别,能够查找到学生的基本信息(要求至少用两种查找算法实现); 3. 排序:分别按学生的学号、成绩1、成绩2、总成绩进行排序(要求至少用两种排序算法实现)。 -design of a student information management system, targeting students at le
kf
- 基本卡尔曼滤波算法,用于目标跟踪,适用于毕业论文设计及工程人员参考-The basic Kalman filter algorithm for target tracking, for design and engineering thesis reference
zq
- 学生学籍管理系统 (1) 添加功能: 添加一个学生的基本信息,包括学号,姓名,性别,电话号码、寝室号码。 (2) 删除功能: 能够对一个职员的信息进行删除。 (3) 修改功能: 能够对学生的信息进行修改。 (4) 查找功能: 根据你键入的学生学号,显示其详细信息。 (6) 统计功能: 能进行总学分和加权平均分等的计算。 要求:1\提供构造函数2\类的结构3\创建新对象4\将对象输出到文件5\修改文件对象6\遍历文件7\产生英文字母后缀算法(如果有一个
ssgl
- 工具:PowerBuilder,sql数据库,关系数据库sql语句实现有关功能 算法设计: 算法描述:该功能完成对学生的学号,姓名,性别,班级,政治面貌等学生的基本信息的描述。 -Tools: PowerBuilder, sql database, relational database sql statement to achieve the functional algorithm design: Algorithm Descr iption: The function to c
H1f
- Genetic algorithm and its application, Chen Guoliang edited and published with the People s Post and in 2001 the first book version of the full introduction of the genetic algorithm basic tenets , design methods and parallel implementation, and its p
kmeans
- Matlab code for Kmeans algorithm. it is a basic clustering algorithm. it is used in computer science domain.