资源简介
利用c++ builder设计学生管理系统,含有登录、增删改学生课程信息,分数信息,身份信息,成绩统计功能。
代码片段和文件信息
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEFORM(“Unit1.cpp“ IndexForm);
USEFORM(“Unit2.cpp“ LoginForm);
USEFORM(“Unit3.cpp“ StudentForm);
USEFORM(“Unit4.cpp“ Form4);
USEFORM(“Unit5.cpp“ Form5);
USEFORM(“Unit6.cpp“ Form6);
USEFORM(“Unit7.cpp“ Form7);
USEFORM(“Unit8.cpp“ ScoreAnalysisForm);
USEFORM(“Unit9.cpp“ Form9);
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE HINSTANCE LPSTR int)
{
try
{
Application->Initialize();
Application->CreateForm(__classid(TIndexForm) &IndexForm);
Application->CreateForm(__classid(TLoginForm) &LoginForm);
Application->CreateForm(__classid(TStudentForm) &StudentForm);
Application->CreateForm(__classid(TForm4) &Form4);
Application->CreateForm(__classid(TForm5) &Form5);
Application->CreateForm(__classid(TForm6) &Form6);
Application->CreateForm(__classid(TForm7) &Form7);
Application->CreateForm(__classid(TScoreAnalysisForm) &ScoreAnalysisForm);
Application->CreateForm(__classid(TForm9) &Form9);
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
catch (...)
{
try
{
throw Exception(““);
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
}
return 0;
}
//---------------------------------------------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2 2017-12-24 15:05 test3\hk_test3\DBDWORK.INI
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_course.db.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_course.PX.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_course.XG0.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_course.YG0.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_sc.DB.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_sc.PX.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_sc.XG0.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_sc.XG1.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_sc.YG0.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_sc.YG1.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_student.db.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_student.PX.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_student.XG0.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_student.YG0.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_user.DB.baiduyun.uploading.cfg
文件 423 2017-12-17 18:49 test3\hk_test3\t_user.FAM
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_user.PX.baiduyun.uploading.cfg
文件 801 2017-12-17 18:49 test3\hk_test3\t_user.TV
文件 406 2017-12-17 18:49 test3\hk_test3\t_user.VAL
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_user.XG0.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_user.XG1.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_user.YG0.baiduyun.uploading.cfg
..A..H. 1856 2018-02-28 13:33 test3\hk_test3\t_user.YG1.baiduyun.uploading.cfg
文件 5169 2018-01-02 12:09 test3\Project1.bpr
文件 1947 2018-01-02 12:09 test3\Project1.cpp
文件 270336 2018-01-03 19:55 test3\Project1.exe
文件 876 2017-12-27 22:15 test3\Project1.res
文件 997098 2018-01-03 21:22 test3\test3文档介绍.docx
文件 73335 2017-12-13 19:53 test3\timg.jpg
............此处省略32个文件信息
相关资源
- MFC课程设计 --学生成绩管理系统
- 华科软件工程作业_学生管理系统
- MFC 学生管理系统
- MFC大作业 学生管理系统(附报告)
- 基于MFC的学生信息管理系统
- 基于SQL vs2013的学生成绩管理系统
- C语言学生管理系统项目
- C语言学生管理系统(带文本数据库)
- 计算机网络编程vc++学生管理系统
- 学生管理系统c++
- C++ Builder + Access 学生管理系统数据库
- c++学生成绩管理系统课程设计
- 学生管理系统,有两个类,本科生和
- 链表学生管理系统-数据结构
- 简易学生管理系统(C++)
- 二叉排序树 学生管理系统
- 学生签到管理系统C++版本
- 学生管理系统,mfc做的,本人课设作
- 基于OC语言的学生管理系统实现了增删
- 详细学生管理系统源代码
- 学院学生管理系统C语言 数据结构 文
- 学生教师管理系统OC
- C语言课程设计大作业-学生管理系统含
- 学生管理系统的设计与实现
- C++版学生管理系统
- C++大作业_学生管理系统(含源代码实
- mfc学生管理系统112034
- C++大作业之学生管理系统图表
- Qt实现学生管理系统
- 基于C++的学生管理系统
评论
共有 条评论