student3

所属分类:Windows编程
开发工具:Visual C++
文件大小:61497KB
下载次数:0
上传日期:2020-12-25 01:53:09
上 传 者假的回复
说明:  输入学号可增加、查询、修改、删除在文档中的学生信息;可将学生信息按号数或成绩排名;可看第一条、最后一条、下一条、上一条信息
(Enter the student number to add, query, modify and delete the student information in the document; rank the student information by number or grade; see the first, last, next and previous information)

文件列表:
student3 (0, 2020-12-25)
student3\Debug (0, 2020-12-20)
student3\Debug\student3.exe (245760, 2020-12-20)
student3\Debug\student3.ilk (2938844, 2020-12-20)
student3\Debug\student3.pdb (7729152, 2020-12-20)
student3\ipch (0, 2020-12-17)
student3\ipch\student3-f8c89ac (0, 2020-12-17)
student3\ipch\student3-f8c89ac\student3-ba28d4a6.ipch (93913088, 2020-12-25)
student3\student3 (0, 2020-12-20)
student3\student3\Debug (0, 2020-12-20)
student3\student3\Debug\stdafx.obj (907499, 2020-12-20)
student3\student3\Debug\student3.Build.CppClean.log (1422, 2020-12-20)
student3\student3\Debug\student3.log (1978, 2020-12-20)
student3\student3\Debug\student3.obj (268807, 2020-12-20)
student3\student3\Debug\student3.pch (43188224, 2020-12-20)
student3\student3\Debug\student3.res (70356, 2020-12-20)
student3\student3\Debug\student3.tlog (0, 2020-12-20)
student3\student3\Debug\student3.tlog\CL.read.1.tlog (69568, 2020-12-20)
student3\student3\Debug\student3.tlog\CL.write.1.tlog (1964, 2020-12-20)
student3\student3\Debug\student3.tlog\cl.command.1.tlog (2238, 2020-12-20)
student3\student3\Debug\student3.tlog\link.command.1.tlog (1574, 2020-12-20)
student3\student3\Debug\student3.tlog\link.read.1.tlog (5262, 2020-12-20)
student3\student3\Debug\student3.tlog\link.write.1.tlog (842, 2020-12-20)
student3\student3\Debug\student3.tlog\rc.command.1.tlog (640, 2020-12-20)
student3\student3\Debug\student3.tlog\rc.read.1.tlog (2792, 2020-12-20)
student3\student3\Debug\student3.tlog\rc.write.1.tlog (246, 2020-12-20)
student3\student3\Debug\student3.tlog\student3.lastbuildstate (172, 2020-12-20)
student3\student3\Debug\student3Dlg.obj (349631, 2020-12-20)
student3\student3\Debug\vc120.idb (2452480, 2020-12-20)
student3\student3\Debug\vc120.pdb (6909952, 2020-12-20)
student3\student3\data.txt (105, 2020-12-25)
student3\student3\res (0, 2020-12-16)
student3\student3\res\student3.ico (67777, 2013-07-22)
student3\student3\res\student3.rc2 (672, 2020-12-16)
student3\student3\resource.h (2982, 2020-12-17)
student3\student3\stdafx.cpp (141, 2020-12-16)
student3\student3\stdafx.h (1578, 2020-12-16)
student3\student3\student3.aps (109628, 2020-12-20)
student3\student3\student3.cpp (2400, 2020-12-16)
... ...

================================================================================ MICROSOFT 基础类库 : student3 项目概述 =============================================================================== 应用程序向导已为您创建了此 student3 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。 本文件概要介绍组成 student3 应用程序的每个文件的内容。 student3.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 student3.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。 student3.h 这是应用程序的主头文件。 其中包括其他项目特定的标头(包括 Resource.h),并声明 Cstudent3App 应用程序类。 student3.cpp 这是包含应用程序类 Cstudent3App 的主应用程序源文件。 student3.rc 这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源包含在 2052 中。 res\student3.ico 这是用作应用程序图标的图标文件。此图标包括在主资源文件 student3.rc 中。 res\student3.rc2 此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。 ///////////////////////////////////////////////////////////////////////////// 应用程序向导创建一个对话框类: student3Dlg.h、student3Dlg.cpp - 对话框 这些文件包含 Cstudent3Dlg 类。此类定义应用程序的主对话框的行为。对话框模板包含在 student3.rc 中,该文件可以在 Microsoft Visual C++ 中编辑。 ///////////////////////////////////////////////////////////////////////////// 其他功能: ActiveX 控件 该应用程序包含对使用 ActiveX 控件的支持。 打印和打印预览支持 应用程序向导通过从 MFC 库调用 CView 类中的成员函数生成代码,来处理打印、打印设置和打印预览命令。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 student3.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 Resource.h 这是标准头文件,可用于定义新的资源 ID。Microsoft Visual C++ 将读取并更新此文件。 student3.manifest Windows XP 使用应用程序清单文件来描述特定版本的并行程序集的应用程序依赖项。加载程序使用这些信息来从程序集缓存中加载相应的程序集,并保护其不被应用程序访问。应用程序清单可能会包含在内,以作为与应用程序可执行文件安装在同一文件夹中的外部 .manifest 文件进行重新分发,它还可能以资源的形式包含在可执行文件中。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”来指示应添加或自定义的源代码部分。 如果应用程序使用共享 DLL 中的 MFC,您将需要重新分发 MFC DLL。如果应用程序所使用的语言与操作系统的区域设置不同,则还需要重新分发相应的本地化资源 mfc110XXX.DLL。 有关上述话题的更多信息,请参见 MSDN 文档中有关重新分发 Visual C++ 应用程序的部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者