CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 数据结构 学生成绩

搜索资源列表

  1. CLaugYM

    0下载:
  2. 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -case a huge memory game two cases calculators Case 3 Case 4 game reversi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:67067
    • 提供者:chenguoren
  1. 040530513

    0下载:
  2. 学生成绩管理,用C写的,数据结构课程设计-student performance management, written in C, the data structure course design
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5050
    • 提供者:qgc
  1. CCodeExample

    0下载:
  2. c代码用例。内容包括案例一 贪吃蛇游戏(学习基于while(!keyhit())的即时原理) 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c code with cases. Case including a hu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73460
    • 提供者:maccoo
  1. sy1

    0下载:
  2. 数据结构 线性表的基本操作 如建立、查找、插入和删除等 建立一个包含学生(学号,姓名,成绩)信息的的链表,并具有如下功能: (1) 根据学生姓名进行查找,返回此学生的学号和成绩; (2) 根据指定的位置可返回相应的学生信息(学号,姓名,成绩); (3) 给定一个学生信息,插入到表中指定的位置; (4) 删除指定位置的学生记录; (5) 统计表中学生人数。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:2194
    • 提供者:edious
  1. XUESHENGCHENGJICHAXUNGUANLI

    0下载:
  2. 数据结构 课程设计 学生成绩查询管理系统 资料 大2的学生就来下载吧
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4456
    • 提供者:基地
  1. chazhaopaixudeyingyong

    0下载:
  2. 数据结构中关于查找、排序的应用。对学生的基本信息进行管理。 设计一个学生信息管理系统,学生对象至少要包含:学号、姓名、性别、成绩1、成绩2、总成绩等信息。要求实现以下功能: 1.总成绩要求自动计算; 2.查询:分别给定学生学号、姓名、性别,能够查找到学生的基本信息(要求至少用两种查找算法实现); 3、排序:分别按学生的学号、成绩1、成绩2、总成绩进行排序(要求至少用两种排序算法实现)。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8195
    • 提供者:
  1. list

    0下载:
  2. 数据结构,用链表实现学生成绩信息输入删除等操作!-Data structure, with list of students to achieve results such as information input operation to delete!
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2065
    • 提供者:z
  1. shujujiegou

    0下载:
  2. 数据结构课程设计 数值进制转换 学生成绩管理-Numerical data structures curriculum design student achievement management hexadecimal conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:44509
    • 提供者:ZC
  1. shujujiegou

    0下载:
  2. 数据结构课设资料,采用线性表的链式存储结构实现学生成绩的管理。-Class-based information data structure, using the linear form the structure of chain store management to achieve student performance.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:519844
    • 提供者:lanlan
  1. ScoreSystem

    0下载:
  2. 学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型)、 三门课程成绩(高数、英语、计算机)— score [3 ](单精度)。设计一个系统: 定义
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:45075
    • 提供者:林林
  1. college

    0下载:
  2. 一款用纯C语言编写的大学生成绩管理系统,适合初学者和深入者编程,学习数据结构时参考!-With a pure C language students score management system, suitable for beginners and in-depth those programming, data structures study reference!
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:133629
    • 提供者:G。G。
  1. shujujiegouchengjiguanli

    1下载:
  2. 我大三本科做的数据结构课程设计。题目为学生成绩管理系统,有详细的文字说明和源代码。-I do junior undergraduate data structures course design. Entitled to student performance management system, a detailed written instructions and source code.source code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:152027
    • 提供者:谭锴
  1. managementsystem

    0下载:
  2. 学生成绩管理系统实现 用数据结构算法Student achievement management system-Student achievement management system
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4517
    • 提供者:陈龙
  1. xueshengchengjifenxi

    0下载:
  2. 这是我在学习数据结构的一个实验题目:学生成绩分析,里面有我自己做的程序源代码供大家学习,借鉴。-This is my data structure in an experiment to study the subject: student performance analysis, which do have my own source code for all to learn from
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1919
    • 提供者:viking
  1. student

    0下载:
  2. 数据结构-链表,很小的学生成绩管理系统。初学c++。-Data structures- lists, small student achievement management system. Beginner c++.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1658
    • 提供者:iostream_g
  1. managementsystem

    0下载:
  2. c语言数据结构学年设计,学生成绩管理系统,源程序+txt文件,方便使用。-c language data structure of school design and student achievement management system, source code+ txt file, easy to use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:8908
    • 提供者:张大鹏
  1. student

    0下载:
  2. 数据结构线形结构的课程设计:学生成绩管理系统的设计与实现-Linear structure of the course data structure design: student achievement management system design and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1532
    • 提供者:da
  1. linear

    0下载:
  2. 用链表实现的简单的学生学号和成绩查询管理系统,对C语言数据结构初学者入门有很大帮助。-Achieved with a simple list of students to learn numbers and performance information management system, the structure of the C language data entry very helpful for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8541
    • 提供者:zry
  1. Basic_C_Programing

    0下载:
  2. 这是在学完C语言程序设计,在没学数据结构的时候老师布置的几道题目,包括“简单的学生成绩管理软件”、“螺旋阵列”、“任意年份日历的打印”、“长整数运算”和“八皇后问题”,所有代码都是我自己实现的。-This is the completion of C programming language, in not studied the data structure when the teacher arranged a few, topics, including " simple stud
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1274230
    • 提供者:冯小康
  1. 数据结构实验一

    0下载:
  2. 以带头结点的单链表作为存储结构,对两个班级的学生成绩进行管理,要求实现如下功能: (1)通过键盘输入若干学生的班级号、学号、成绩,将学生信息(学号、成绩)分别保存在各自班级的单链表中 (2)分别按顺序(由高到低)输出各班的成绩表。 (3)输入班级号、学号和成绩变更(如+5,-3), (4)分别按顺序输出变更后各班的成绩表。 (5)分别输出各班的总人数、最高分、最低分、平均分。(The program is written in C language, and takes the sin
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:35840
    • 提供者:柚才
« 12 »
搜珍网 www.dssz.com