CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Student

搜索资源列表

  1. Student

    0下载:
  2. 题目1:学籍管理需要每个学生的下列数据:学号、姓名、性别、年龄、分数,请用C语言程序存储并处理学生的学籍。 要求: (1)定义一个结构体类型,类型名称为STUDENT 学号(num):int型; 姓名(name):char * 型;或者char name[] 性别(sex):char型; 年龄(age):int型; 分数(score):float型。 (2)用结构体数组实现一个班级学生信息的输入和输出。 (3)用指向结构体的指针实现一个班级学生信息的输
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:2152
    • 提供者:王小A
  1. student

    0下载:
  2. 先采用选择法,将学生成绩从高到低进行排序,再输入一个学生的成绩,将此成绩按照排序规律插入已排好序的学生成绩数组,最后将排好序的成绩单进行反序存放。-The selection method, students from high to low ranking, enter a student achievement, the results will be sorted into law already sorted array of student achievement, finally w
  3. 所属分类:Education soft system

    • 发布日期:2017-04-11
    • 文件大小:612
    • 提供者:杨辉
  1. Student

    0下载:
  2. 这是我们数据结构课上的实验,是一个学生管理系统,我做了很久,希望能帮到大家~-This is our experimental data structure class is a student management system, I do for a long time, hope to help you ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2502
    • 提供者:王子
  1. student

    0下载:
  2. 学生成绩管理,实现成绩记录,查询,显示等-Student Score
  3. 所属分类:Education soft system

    • 发布日期:2017-04-17
    • 文件大小:306250
    • 提供者:居庆玮
  1. student

    0下载:
  2. 适合初学编程的人 管理学生的信息 有效的记录信息 节省了很多资源-Programming for beginners who manage student record information effectively save a lot of resources of information
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-02
    • 文件大小:230768
    • 提供者:zhoulily
  1. student

    0下载:
  2. 学生成绩管理-Student Score!!!!!!!!!!!!!!!!!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:359202
    • 提供者:邱吉伟
  1. Student

    0下载:
  2. 学生管理系统 主要是对学生信息的增加、删除、修改、及查询- my student management system it is very good
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:33272
    • 提供者:雨萌
  1. student

    0下载:
  2. 这是一个学生信息管理系统,用vb语言在vs环境下开发的。-student
  3. 所属分类:Education soft system

    • 发布日期:2017-05-08
    • 文件大小:1787563
    • 提供者:陈琪
  1. student(不带约束)建库脚本

    0下载:
  2. 用sql创建一个学生表,同时向其中插入学生的一些基本信息,这是一个源程序,希望给您带来方便-create a student table
  3. 所属分类:SQL Server

    • 发布日期:2017-03-28
    • 文件大小:1278
    • 提供者:朱彬
  1. Student-achievement-system

    0下载:
  2. 学生成绩系统 可以做学习小数据库的基础-Student achievement systems can learn the basis of a small database
  3. 所属分类:Education soft system

    • 发布日期:2017-03-26
    • 文件大小:1666
    • 提供者:ly
  1. student

    0下载:
  2. 一个学生成绩管理系统,可用作课程设计参考!-A student achievement management system that can be used as reference for course design!
  3. 所属分类:Education soft system

    • 发布日期:2017-05-11
    • 文件大小:2496330
    • 提供者:ephv
  1. student

    0下载:
  2. 学生系统管理,包含学生名片,成绩的录入,课程的查询等-student system
  3. 所属分类:Education soft system

    • 发布日期:2017-04-24
    • 文件大小:305001
    • 提供者:于广为
  1. student

    1下载:
  2. 学生成绩管理系统及设计报告,Java课程设计,具有成绩管理,课程管理-student manage system and the report
  3. 所属分类:Education soft system

    • 发布日期:2017-05-14
    • 文件大小:3361969
    • 提供者:chen
  1. Java.code.technology.student.teacher

    0下载:
  2. Java核心技术student teacher实例代码Java example code core technology student teacher -Java example code core technology student teacher
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14811
    • 提供者:e
  1. Student

    0下载:
  2. this a sample management system for student.it define for asp.net and sql server 2005 database!-this is a sample management system for student.it define for asp.net and sql server 2005 database!
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:361441
    • 提供者:ZHY
  1. student

    0下载:
  2. 这是一个学生管理系统,主要是用vc中用c++来实现对数据库access的一个操作,来现实对学生信息的增加,查询等-this is about how to check the information of a student by computer
  3. 所属分类:Education soft system

    • 发布日期:2017-05-08
    • 文件大小:1852682
    • 提供者:xiaowen
  1. student

    0下载:
  2. 学生信息管理系统,早期学习Java的时候做的一个系统,还有不完善的地方。请斧正-Student Information Management System
  3. 所属分类:Education soft system

    • 发布日期:2017-04-17
    • 文件大小:467099
    • 提供者:周桥
  1. student

    0下载:
  2. 学生管理系统,VisualC++语言数据库管理系统-Student management system, VisualC++ language database management system
  3. 所属分类:Education soft system

    • 发布日期:2017-05-09
    • 文件大小:1917478
    • 提供者:刘影
  1. Java.threaded.student.sql.Module

    0下载:
  2. Java多线程student.sql模块开发Java multi-threaded student.sql Module Development -Java multi-threaded student.sql Module Development
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:857
    • 提供者:王丽
  1. Student

    0下载:
  2. 1. 编写体现一个学生信息的JavaBean。 (1) 用private关键字来修饰Student中的属性:学号、姓名、年龄、籍贯、专业和班级 -1. Writing reflects a student information JavaBean. (1) with a private key to modify the properties of Student: Student ID, name, age, birthplace, profession and class
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:958
    • 提供者:孙佳佳
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 50 »
搜珍网 www.dssz.com