登录
首页 » Visual C++ » Drawboard

Drawboard

于 2020-07-03 发布 文件大小:3735KB
0 302
下载积分: 1 下载次数: 3

代码说明:

  用MFC编写了一个简单的画板程序和学生信息管理系统,可实现简易作画以及学生信息的管理(With the MFC write a simple drawing board procedures and student information management system, enabling easy to paint and student information management)

文件列表:

Drawboard
.........\datalist.cpp,988,2011-03-21
.........\datalist.h,383,2011-03-21
.........\Debug
.........\.....\datalist.obj,20118,2011-05-04
.........\.....\datalist.sbr,0,2011-05-04
.........\.....\draw.obj,4609,2011-05-04
.........\.....\draw.sbr,0,2011-05-04
.........\.....\Drawboard.bsc,3417088,2011-05-04
.........\.....\Drawboard.exe,139325,2011-05-04
.........\.....\Drawboard.ilk,378344,2011-05-04
.........\.....\Drawboard.obj,23058,2011-05-04
.........\.....\Drawboard.pch,6869428,2011-05-04
.........\.....\Drawboard.pdb,386048,2011-05-04
.........\.....\Drawboard.res,10620,2011-05-04
.........\.....\Drawboard.sbr,0,2011-05-04
.........\.....\DrawboardDoc.obj,16483,2011-05-04
.........\.....\DrawboardDoc.sbr,0,2011-05-04
.........\.....\DrawboardView.obj,31461,2011-05-04
.........\.....\DrawboardView.sbr,0,2011-05-04
.........\.....\huaban.obj,30667,2011-05-04
.........\.....\huaban.sbr,0,2011-05-04
.........\.....\MainFrm.obj,19827,2011-05-04
.........\.....\MainFrm.sbr,0,2011-05-04
.........\.....\showdata.obj,13562,2011-05-04
.........\.....\showdata.sbr,0,2011-05-04
.........\.....\shuju.obj,24779,2011-05-04
.........\.....\shuju.sbr,0,2011-05-04
.........\.....\StdAfx.obj,105532,2011-05-04
.........\.....\StdAfx.sbr,1374944,2011-05-04
.........\.....\vc60.idb,246784,2011-06-08
.........\.....\vc60.pdb,454656,2011-05-04
.........\draw.cpp,342,2011-03-15
.........\draw.h,243,2011-03-15
.........\Drawboard.aps,33676,2011-05-03
.........\Drawboard.clw,3656,2011-05-03
.........\Drawboard.cpp,4263,2011-03-14
.........\Drawboard.dsp,5441,2011-03-27
.........\Drawboard.dsw,524,2011-03-14
.........\Drawboard.h,1389,2011-03-14
.........\Drawboard.ncb,115712,2011-06-08
.........\Drawboard.opt,82944,2011-06-08
.........\Drawboard.plg,252,2011-06-08
.........\Drawboard.rc,14336,2011-03-27
.........\DrawboardDoc.cpp,1802,2011-03-17
.........\DrawboardDoc.h,1556,2011-03-17
.........\DrawboardView.cpp,3286,2011-03-19
.........\DrawboardView.h,1905,2011-03-17
.........\huaban.cpp,6672,2011-05-04
.........\huaban.h,1841,2011-03-17
.........\MainFrm.cpp,2510,2011-03-14
.........\MainFrm.h,1581,2011-03-14
.........\ReadMe.txt,4383,2011-03-14
.........\res


.........\...\Drawboard.rc2,401,2011-03-14



.........\...\toolbar2.bmp,718,2011-03-15
.........\resource.h,1664,2011-03-27
.........\showdata.cpp,566,2011-03-17
.........\showdata.h,372,2011-03-17
.........\shuju.cpp,3498,2011-03-19
.........\shuju.h,1429,2011-03-19
.........\StdAfx.cpp,211,2011-03-14
.........\StdAfx.h,1054,2011-03-14

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

发表评论

0 个回复

  • sushe
    考查点:线性结构、文件操作 注意:必须使用文件存储数据,不得使用数据库管理系统。 任务:通过此系统可以实现如下功能: 录入: 可以录入宿舍情况,包括宿舍号、可容纳学生数、已容纳学生数、男生/女生宿舍等信息; 可以录入学生住宿情况,包括学号、姓名、性别、宿舍号等信息。 其他信息可以自行设计。 分配宿舍:为每一个学生分配入一个未住满的宿舍。能否提供一个智能分配算法?推荐选择?批量分配?鼓励创新。(Check point: linear structure, file operations Note: you must use the file to store data, can not use management system. Mission: through this system can realize the following functions: Entry: Can enter the dormitory, including dorm number, can accommodate students number, already accommodate students number, boy/girl s dormitory information Can enter the student accommodation, including student id, name, gender, dormitory, etc. Other information can be designed. Dormitory: for each student assigned into a dormitory is not full. Can you provide a smart allocation algorithm? Recommended choice? Batch distributed? Encourage innovation. )
    2016-03-04 18:14:21下载
    积分:1
  • homework
    简单的信息管理系统,可以实现学生信息的添加,删除 (good)
    2020-07-03 06:40:02下载
    积分:1
  • book
    C语言实习中做的一个简单的图书管理系统,包含查询,添加,删除,存储图书信息的功能(C language training to do a simple library management system)
    2014-06-08 02:19:33下载
    积分:1
  • xsxxgl
    一个简单的学生信息管理系统,是小弟的第一个产品。。求指教。。(A simpl system for managing student information.)
    2020-07-03 07:00:02下载
    积分:1
  • 5v5-2010
    学生管理系统,是我为了下载东西上传的,不好意思,这个没什么作用的!(xue sheng guanli xitong shi wo wei le xia zai dong xi shang chuang de )
    2011-11-27 19:38:13下载
    积分:1
  • vc写的学生信息管理
    这是一个用vc写的简单访问数据库的程序,也就是一个简单的学生信息管理系统,程序在运行是需要登陆,用户名和密码在程序说明里面有(vc used to write a simple program accessing the database, which is a simple student information management system, the procedure is necessary landing operation, user name and password in the program inside)
    2020-07-03 02:20:02下载
    积分:1
  • student-grade-manager
    实现学生成绩管理,分姓名查找、分学号查找(Achieve student performance management, sub-name lookup, sub school Lookup)
    2013-12-20 17:24:09下载
    积分:1
  • smis
    Delphi小型的学生管理系统源代码,功能方面包括新生信息录入、学籍变更录入、奖励情况录入、处罚情况录入、学生个人信息查询修改等(Delphi small student management system source code, functional aspects including the newborn information entry, entry student status changes to entry, reward situation, the punishments entry, students' personal information query modification)
    2013-04-09 21:29:04下载
    积分:1
  • CHAP06
    一个完整的图书馆数据库管理,对于学软件的人很有帮助(a perfect data library program)
    2010-12-12 00:07:22下载
    积分:1
  • ddd
    校际运动会管理系统。采用mfc编写的。可直接运行。校际运动会管理系统:本系统将帮助裁判对各学校和运动员进行排名,并且可对运动员进行信息录入查找,还可以通过不同权限可对运动员资料进行阅读或修改,从而达到分级管理的目的。 运动员信息管理:对运动员的基本信息包括运动员姓名,年龄,性别,ID,隶属学校,参加比赛项目分数等等。不同权限的人对本系统可见范围不同,所获得权力也不同。 (Inter-School Games Management System. Using mfc writing. Can be run directly. Schools Games Management System: This system will help the referee to rank schools and athletes, and athletes information into the Find different permissions, you can also read or modify the data of athletes, so as to achieve the purpose of the classification management. Athlete information management: the athlete' s basic information, including the name of player, age, gender, ID, attached to the school, to participate in the competition scores. Permission of the visible range, the powers.)
    2013-04-03 10:22:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载