CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - C 选课系统

搜索资源列表

  1. course

    0下载:
  2. C语言学生选课系统程序,课设时所作,简单文件输入输出,没有数据库-C language students elective system procedures, made by the class-based, simple file input and output, there is no database
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:44.17kb
    • 提供者:林林
  1. xkxt

    0下载:
  2. 用C++写的选课系统,缺点 没用到数据库存储数据-Using C++ to write the elective system, no disadvantage to the database storing data. .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:37.2kb
    • 提供者:田景辉
  1. Xuankexitong

    0下载:
  2. 这是一个用c++实现的学生选课系统,没有界面,是在控制台下,其中涉及到了文件的读写相关知识-This is a c++ to achieve with the students course system, there is no interface in the console, in which the document relates to the knowledge of reading and writing
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:800.21kb
    • 提供者:谭彪
  1. final

    0下载:
  2. C++实现的选课系统,功能比较齐全,可以实现基本的操作。-C++ realization of the elective system, complete functions, the basic operation can be achieved.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:6.28kb
    • 提供者:kobe
  1. xuankexitong

    1下载:
  2. c++选课系统,供c++学习者当课程设计之用,也可以通过它总结c++所有知识-c++ elective system for c++ learners as curriculum design, use, you can also sums up the c++ all the knowledge that
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4.99kb
    • 提供者:gaoling
  1. class-selection-system

    0下载:
  2. 这是这几天我用C做的一个简易的学生选课系统.其实是我们的1道程序实践考试题,我想请大家看看,帮我提些建议-This is a few days I have to do with C a simple class selection system is actually a program practice test questions, I would like to invite everyone to see, help me some advice
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:6.19kb
    • 提供者:xu tingting
  1. xuankexitong

    0下载:
  2. 这个程序是我们的一个C语言课程设计,《学校选课系统》,和大家分享一下,供大家学习使用-the program is one of our C language design, we want to share it with you
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:503.52kb
    • 提供者:温盈军
  1. student

    0下载:
  2. 学生选课系统代码,实现添加课程、选择课程、添加信息等功能。c++语言开发-Student elective system code, add courses, select a course, add information and other functions. c++ language development
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:1.14mb
    • 提供者:唐柳楠
  1. xuanke

    0下载:
  2. 一个简单的C程序,本科是做课程设计写的,主要是学生选课系统的一个练手的小程序。-A simple C program, undergraduate curriculum design is written primarily for a student elective system practiced hand applet.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:6.45kb
    • 提供者:柏松
  1. C-XuankeXitong

    1下载:
  2. 用C语言编写的学生选课系统程序,具有录入信息、查找、删除等功能。-Programs written in C language student elective system, with functions of inputting information, search, delete, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2015-09-17
    • 文件大小:3kb
    • 提供者:杨扬
  1. course-selecting-system

    0下载:
  2. c语言环境下的选课系统,旨在方便学生选课,方便学校管理的一种管理系统-course selecting system
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:371.71kb
    • 提供者:蔡文超
  1. mfc

    7下载:
  2. 学生选课系统MFC c++ 学生选课系统,MFC界面。有教师和学生登入。教师可管理学生和课程。学生可选课,课程的浏览等。-Student elective system MFC c++ student elective system, MFC interface. Teachers and students to log in. Students and teachers can manage courses. Students elective courses of browsing.
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-16
    • 文件大小:13.33mb
    • 提供者:张艺兴
  1. StudentSystem_ForBUAAHomework

    0下载:
  2. 学生选课系统作业的相关源码。可以用于C++面向对象编程的学习。-Student elective system-related source job.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:442.11kb
    • 提供者:OYZH
  1. C++

    0下载:
  2. 学生成绩管理系统问题描述: 学生的基本数据如下: 学号,姓名,性别,班级,所属系部 课程信息包括: 课程号、课程名、开课年份、开课日期、任课教师 选课信息包括: 学号、课程号、平时成绩、实验成绩、期末考试成绩、期评成绩 完成如下功能: 1、 各类基本信息的录入 2、 可以按学生查询、修改学生的成绩 3、 可以按班级查询学生成绩 4、 可以按课程、按班级、来统计班级的平均分 测试数据: 最少用10组数据进行测试。(Student a
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1.13mb
    • 提供者:rose1
  1. xuankeokk

    0下载:
  2. 学生选课系统,有学生登录界面,实现选课退课功能,也有修改密码功能(The course selection system)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:2.37mb
    • 提供者:王漫雪
  1. 学生选课系统cpp-dos

    0下载:
  2. cpp自己写的选课系统,dos界面,该有的功能应该都有。(CPP's own course selection system, DOS interface, and some functions should have.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2.59mb
    • 提供者:karly
搜珍网 www.dssz.com