登录
首页 » Visual C++ » student--achievement-system

student--achievement-system

于 2016-06-03 发布 文件大小:2305KB
0 176
下载积分: 1 下载次数: 4

代码说明:

  这是一个很基础的小系统,里面有一些添加成绩,删除成绩,和查询成绩功能,但不适合实用,只是了解如何运用控件和参数还有MFC(This is a very basic systems, there are some achievements to add, delete results, performance and query functions, but not for practical, just learn how to use the controls and parameters as well as MFC)

文件列表:

student achievement system
...........................\学生成绩管理系统
...........................\................\Debug
...........................\................\.....\MainFrm.obj,20314,2010-08-23
...........................\................\.....\StdAfx.obj,107651,2010-08-23
...........................\................\.....\studentmarks.mdb,225280,2008-12-02
...........................\................\.....\vc60.idb,492544,2016-06-03
...........................\................\.....\vc60.pdb,372736,2016-06-03
...........................\................\.....\学生成绩管理系统.obj,31914,2016-06-03
...........................\................\.....\学生成绩管理系统.pch,5303992,2016-06-03
...........................\................\.....\学生成绩管理系统.pdb,517120,2016-06-03
...........................\................\.....\学生成绩管理系统.res,8600,2008-07-06
...........................\................\.....\学生成绩管理系统Doc.obj,17614,2010-08-23
...........................\................\.....\学生成绩管理系统Set.obj,15423,2010-08-23
...........................\................\.....\学生成绩管理系统View.obj,35373,2010-08-23
...........................\................\MainFrm.cpp,2517,2008-07-06
...........................\................\MainFrm.h,1581,2008-07-06
...........................\................\ReadMe.txt,4346,2008-07-06
...........................\................\res


...........................\................\...\学生成绩管理系统.rc2,408,2008-07-06

...........................\................\Resource.h,1337,2008-07-06
...........................\................\StdAfx.cpp,218,2008-07-06
...........................\................\StdAfx.h,1105,2008-07-06
...........................\................\studentmarks.mdb,225280,2008-12-02
...........................\................\学生成绩管理系统.aps,31260,2016-06-03
...........................\................\学生成绩管理系统.clw,3770,2010-08-28
...........................\................\学生成绩管理系统.cpp,4090,2008-07-06
...........................\................\学生成绩管理系统.dsp,3523,2016-06-03
...........................\................\学生成绩管理系统.dsw,540,2016-06-03
...........................\................\学生成绩管理系统.h,1348,2008-07-06
...........................\................\学生成绩管理系统.ncb,107520,2016-06-03
...........................\................\学生成绩管理系统.opt,48640,2016-06-03
...........................\................\学生成绩管理系统.plg,1798,2016-06-03
...........................\................\学生成绩管理系统.rc,14272,2010-08-28
...........................\................\学生成绩管理系统Doc.cpp,1473,2008-07-06
...........................\................\学生成绩管理系统Doc.h,1451,2008-07-06
...........................\................\学生成绩管理系统Set.cpp,1493,2008-07-06
...........................\................\学生成绩管理系统Set.h,1308,2008-07-06
...........................\................\学生成绩管理系统View.cpp,6110,2008-12-02
...........................\................\学生成绩管理系统View.h,2373,2008-07-06

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

发表评论

0 个回复

  • 7.GDIhuitu
    本实验要求利用GDI绘图相关知识,绘制广州地铁线路图。该实验我建立的是MFC工程的基本对话框程序。当点击对话框上的按钮时,便会出现地铁线路图。因此,显示地铁图的相关代码添加在该按钮通过消息映射对应的函数内。 (The dialog box procedure. When you click the button on the dialog box will appear when the MRT. Therefore, the metro map display-related code to add the button to pass the message map in the corresponding function. )
    2010-07-14 15:57:48下载
    积分:1
  • MODBUStcp
    VB下的MODBUS TCP通讯测软件,读写功能 01,02,03,04功能
    2021-01-07 16:48:52下载
    积分:1
  • easyMule-src-080202
    easyMule-VeryCD-src-080202(源代码).rar easyMule 是VeryCD团队基于开源协议在eMule的基础上进行开发的一个全新产品,。(easyMule-VeryCD-src-080202 (source code). rareasyMule is VeryCD team eMule based on open-source agreement on the basis of the development of a new product.)
    2008-02-20 22:17:05下载
    积分:1
  • ChartRoomClient
    说明:  IOCP客户端代码,希望对大家有所帮助,大家互相学习(ChartRoomClient)
    2009-08-31 21:58:22下载
    积分:1
  • lesson-14
    孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
    2013-04-02 10:19:34下载
    积分:1
  • 62
    说明:  大灰狼远程控制系统高仿8.62小马白加黑源码!过启动/过网购/过拦截/无提示上线(The Wolf remote control system of high imitation 8.62 pony white and black source! Before to start/shopping/interception/no tips online)
    2017-04-19 13:55:27下载
    积分:1
  • JK_CENTER
    说明:  建立了TCP服务器,可以监听本地端口,通信后可以读出客户端的IP地址和相应端口。(The establishment of a TCP server, you can monitor the local port, communications can be read out after the client' s IP address and corresponding port.)
    2009-08-21 13:20:41下载
    积分:1
  • sdts2dem
    SDTS to DEM optional (native) format converter(to SDTS DEM optional (native) format conve rter)
    2006-12-20 12:56:18下载
    积分:1
  • PROTEUSPfullPstudy
    proteus经典培训教程,值得期待,值得收藏(proteus classical training course, worth the wait, worth collecting)
    2013-12-02 20:56:34下载
    积分:1
  • BSPTree
    Binary Space Partioning Trees and Polygon Removal in Real Time 3D Rendering(Binary Space Partioning Trees and PolygonRemoval in Real Time 3D Rendering)
    2007-12-05 10:32:48下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载