搜索资源列表
Ex_Student.rar
- 一个基于MFC的学生信息管理系统,包括学生姓名,性别,出生年月,专业,相片等的管理。,MFC-based student information management system, including the student name, sex, date of birth, professional, photo management and so on.
StuScore
- 利用Visual Studio中的MFC功能和MysqL写的学生成绩管理系统应用程序,具有学生信息、成绩信息、课程信息等入库/批量入库、查询、修改等功能,教师登陆和学生登录有不同的权限-Use MFC in Visual Studio features and MysqL students write application performance management system, with student information, performance information, cour
xueshengxixiguanli
- 关于学生信息管理系统,界面由MFC显示,整洁,功能强大!很好用。用时点.dsw-Students about information management system, the interface displayed by the MFC, clean, powerful! Good use. With de facto. Dsw
VC
- Visual C++6.0的MFC提供了对数据库的强大支持。对于数据库的访问,MFC提供了两组类,ODBC(open database connectivity)和DAO(database access object)。利用这两个功能强大的类,用户可以方便地开发基于ODBC或DAO的数据库应用程序。 开发一个成绩管理系统,可以实现成绩的管理,只要对数据库进行配置,就可以使用。并提供新学生成绩登记,现有学生成绩查询功能,对记录的删除修改等工作。学生信息管理系统的主要目的就是利用软件实现学生有关
TEST2
- 一个环境下基于对话框的学生信息管理系统的应用和开发。-how to use the MFC in the visual studio envirnment.
MFC-ODBC
- 很好的成绩管理系统,包括学生信息管理、课程管理、成绩管理等-Very good performance management system, including students information management course management performance management, etc
mfc-student
- 学生信息管理系统,自己做的,许多功能需要完善,清网友多指教-Student information management system, do it yourself, many of the features to be perfected the Qing users more advice
MFC
- 用MFC实现的学生平时成绩管理系统界面化。MFC基于单文本和对话框的登陆界面实现。MFC编写一个简单的登录对话框(连数据库)。MFC学生信息管理系统详解-Students usually implemented using MFC interface of the performance management system. MFC dialog based on a single text, and landing interface implementation. MFC write a s
MFC
- mfc编程作业,学生成绩、课程信息、学生信息管理系统。在Visual C++6.0版本上可运行!-mfc Visual C++6.0
Ex_Ctrl6SDI-0401
- 简单的学生信息管理系统,基于c++6.0 mfc 对话框(Simple student information management system)
学生信息管理系统(MFC)
- MFC实现学生信息管理系统 可以做课设交作业(MFC implements student information management system)
学生管理系统程序
- 实现界面删除,查找,录入,修改学生成绩,并将操作过后的学生信息存储到文件中,可以独立运行,附源码,报告及分析过程。(To achieve the interface to delete, find, enter, modify student achievement, and after the operation of the student information stored in the file, you can run independently, with source code,
学生信息管理系统
- 数据结构期末大作业,用MFC写了一个界面 实现简单的学生信息管理系统的功能(Final project of Data structure, worked by MFC, aimed to manage the information of students' with a GUI. please pass)
学生信息管理系统(MFC)
- 学生信息管理系统,添加学生信息,删除学生信息,查询学生信息,导出所有成绩到student.txt文件(Student information management system)
基于MFC学生信息管理系统设计与实现
- 自己做的一个基于MFC学生信息管理系统设计与实现,脚本文件也包含在里面(A MFC based student information management system is designed and implemented, and the scr ipt files are also included in it.)
基于MFC学生管理系统
- 基于MFC的学生信息管理系统。。。。。。(Student information management system based on MFC)
C++学生信息管理
- C++课设 学生信息管理系统 学生信息的增删改查(Setting up student information management system in C++ course)
11.学生信息管理系统_TXT (1)
- MFC实现的学生信息管理系统,适合新手或学生使用,挺简单的一个程序(Student Information Management System Implemented by MFC)
学生成绩管理系统
- 1)从屏幕上输入学生信息并保存数据,例如采用文件方式保存。学生信息包括地址、出生日期、学科成绩(语文,英语,数学,物理)、个人信息(姓名,性别,民族,国籍,学历)、联系方式(手机,家庭电话,学校电话)等。 2)从文件中删除一个学生信息。 3)显示所有学生信息。 4)能够按编号或姓名对学生的信息进行检索并将检索结果显示在屏幕上。 5)能够对单个学生进行编辑。 6)可以统计全部学生的总成绩,及其在班上的排名。 7)能够统计各科的平均成绩及及格率。 8)要求有错误提示功能,例如性别只能输
MyProject33
- 1)设计一个学生类Student,包括数据成员:姓名、学号、二门课程(面向对象程序设计、高等数学)的成绩。 (2)创建一个管理学生的类Management,包括实现学生的数据的增加、删除、修改、按课程成绩排序、保存学生数据到文件及加载文件中的数据等功能。 (3)创建一个基于对话框的MFC应用程序,程序窗口的标题上有你姓名、学号和应用(4)创建一个单文档的MFC应用程序,读取(3)中保存的文件中的学生成绩,分别用直方图和折线方式显示所有学生某课程的成绩分布图。程序名称。使用(1)和(2)中的类