登录
首页 » Windows_Unix » Curriculum

Curriculum

于 2012-12-24 发布 文件大小:24KB
0 249
下载积分: 1 下载次数: 2

代码说明:

  根据学号判断学生的年级和专业 从而查询到正确的课表(Query to the correct curriculum based on student number to determine the student s grade and professional)

文件列表:

Curriculum.xls,93696,2012-12-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • codetfour
    输入10个学生的信息并保存,计算且输出学生的平均分,再按照由高到低的顺序 输出他们的信息(Enter the 10 student information and save the average student computing and the output points, and then the order high to low Output their information)
    2015-02-11 20:11:26下载
    积分:1
  • AFG
    关于航班管理的代码,有预定、取消航班的功能。必须是同排连续座位(About the flight management code, scheduled, canceled flights functions. Continuous row of seats must be the same)
    2014-03-19 10:16:29下载
    积分:1
  • 0op
    这是我做的一个简单的学生信息管理,主要有查询、修改、保存等功能。(This is what I do a simple student information management, the main query, modify, save functions.)
    2011-06-21 14:52:33下载
    积分:1
  • studentmanagesystem
    登入用户名:zjut 登入密码:zjut 数据库名:studentControl 学生管理系统 增删改查 WEB mvc框架 (Login Username: zjut Password: zjut database name: studentControl student management system CRUD WEB mvc framework)
    2013-08-24 21:32:42下载
    积分:1
  • FMDB
    基于VC++和数据库的学生成绩管理 程序能运行 基本没什么错误
    2010-12-08 14:10:32下载
    积分:1
  • student
    学生考勤管理系统 考勤信息记录了学生的缺课情况,它包括:缺课日期、第几节课、课程名称、学生姓名、缺课类型(迟到、早退、请假及旷课)。试设计一考勤管理系统,使之能提供以下功能: 1.录入学生的缺课记录; 2.修改某个学生的缺课记录; 3.查询某个学生的缺课情况; 4.统计某段时间内,旷课学生姓名及旷课次数,按旷课次数由多到少排序; 5.统计某段时间内,有学生旷课的课程及旷课人次,按旷课人次由多到少排序; 6.系统以菜单方式工作。 具体要求如下: 1、 采取模块化方式进行程序设计,要求程序的功能设计、数据结构设计及整体结构设计合理。学生也可根据自己对题目的理解增加新的功能模块(视情况可另外加分)。 2、 系统以菜单界面方式(至少采用文本菜单界面,如能采用图形菜单界面更好)工作,运行界面友好,演示程序以用户和计算机的对话方式进行。 3、 程序算法说明清晰,理论分析与计算正确,运行情况良好,实验测试数据无误,容错性强(能对错误输入进行判断控制)。 4、 编程风格良好(包括缩进、空行、适当注释、变量名和函数名见名知意,程序容易阅读等); (student)
    2020-06-28 14:40:02下载
    积分:1
  • ExamFrame
    java Frame 做的一个在线考试系统,希望能传的上去(java the Frame to do an online examination system, hoping to pass up)
    2012-04-29 18:14:39下载
    积分:1
  • DPARSF_V2.0
    脑功能成像研究的必备软件,快速方便管理原始数据,实现批量预处理(a useful tool of fMRI)
    2014-09-14 21:32:52下载
    积分:1
  • sdkkts
    //需求分析:写一个成绩管理系统。其中的一个功能是实现成绩录入。要求能根据课程名称在系统里找到学生和课程信息;在结果区域中添加成绩。 //规则:要求对输入成绩的操作要有有效性检验。成绩只接受大于0且小于100的数字;同一记录不能反复提交;当点击“提交”,告知用户操作是否成功,并给出相应信息;课程名下拉列表中的课程列表根据数据库中的课程表,自动生成。 (/ / Demand analysis: to write a performance management system. A function is to achieve results entry. Requirements depending on the course name to find the students and course information in the system results added in the results area. / / Rules: to have a validation of the operation of the input results. Results will only accept greater than 0 and less than 100 figures the same record can not be repeatedly submitted When you click on "Submit" to inform the user whether the operation successfully, and gives the appropriate information list of courses under the course name in the drop-down list in the database curriculum, automatically generated.)
    2012-04-16 16:10:35下载
    积分:1
  • CtrlListDatabase
    本文以“学生信息管理”系统雏形为例子,介绍在MFC下如何使用ADO连接数据库编程,并给出示例代码。下面内容第一至四节介绍如何采用ADO连接数据库、关闭数据、执行sql语句及如何用另一种方式执行常用的select语句。第五节介绍如何使用Datagrid控件:建立_RecordsetPtr对象与Datagrid控件之间的绑定,通过改变_RecordsetPtr对象的内容更新数据库表的记录。第一至四节的内容请参考代码“CtrlListDatabase.rar”,第五节内容请参考“Datagrid.rar”请同学们结合ADO.NET课程内容自主学习,将所学到的技术应用到项目实训中。(In this paper, " Student Information Management" system prototype as an example, describes how to use ADO connection MFC database programming, and gives sample code. The following section describes how the contents of the first four databases using ADO connection, turn off the data, and how to execute sql statements in a different manner commonly used in select statements. Section V describes how to use Datagrid control: the establishment of _RecordsetPtr object and Datagrid binding between controls, the contents of the object by changing the _RecordsetPtr update the database tables. The contents of the first four sections, please reference code " CtrlListDatabase.rar" , please refer to section V, " Datagrid.rar" ask someone with ADO.NET independent study course, will have learned techniques to project training in .)
    2011-05-31 09:39:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载