登录
首页 » Visual C++ » zrrndo

zrrndo

于 2017-06-25 发布 文件大小:62KB
0 79
下载积分: 1 下载次数: 2

代码说明:

  本程序为课程信息管理系统,,阐释了使用MFC来实现的过程,,(This procedure for the course information management system, and illustrates the process of using MFC to achieve that,)

文件列表:

cCourseManager\readme.txt
8readme.txt
cCourseManager\CourseManager.h
cCourseManager\coursset.h
cCourseManager\enroldoc.h
cCourseManager\mainfrm.h
cCourseManager\resource.h
cCourseManager\sectform.h
cCourseManager\sectset.h
cCourseManager\stdafx.h
cCourseManager\CourseManager.cpp
cCourseManager\coursset.cpp
cCourseManager\enroldoc.cpp
cCourseManager\mainfrm.cpp
cCourseManager\sectform.cpp
cCourseManager\sectset.cpp
cCourseManager\stdafx.cpp
cCourseManager\res\toolbar.bmp
cCourseManager\makefile
cCourseManager\CourseManager.aps
cCourseManager\CourseManager.clw
cCourseManager\CourseManager.dsp
cCourseManager\CourseManager.dsw
cCourseManager\res\CourseManager.ico
cCourseManager\enroll.mak
cCourseManager\studentregister.mdb
cCourseManager\CourseManager.ncb
cCourseManager\enroll.ncb
cCourseManager\StudentRegister.ncb
cCourseManager\CourseManager.opt
cCourseManager\enroll.opt
cCourseManager\StudentRegister.opt
cCourseManager\CourseManager.plg
cCourseManager\CourseManager.rc
cCourseManager\res\CourseManager.rc2
cCourseManager\Debug
cCourseManager\hlp
cCourseManager\res
cCourseManager

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

发表评论

0 个回复

  • RemoteControl
    远程控制程序,可以实现远程客户端的控制。功能很强大(Remote control procedures, can realize the remote control of the client. Function is very powerful )
    2012-01-05 09:57:35下载
    积分:1
  • Traffic
    对网络的流量进行监测,会很好的对网络端口的流量进行监测,绝对可以完整运行(Traffic on the network to be monitored, will be well on network port flow monitoring, absolute integrity can be run)
    2012-04-27 20:15:36下载
    积分:1
  • I2cAnalyzerDll
    如果正在学习USB相关的可以参考,上位机提供了动态库及源码,如果写应用界面可直接调用动态库即可,无须对底层做过多了解,但这些也只属于一个初始框架,希望哪位有VC++经验而且有兴趣的,可以细化并提供出一个更好的供广大爱好者使用 (If you are USB-related learning can refer to the host computer provides a dynamic library and source code, if written application interface DLL can be called directly, no need to do too much understanding of the underlying, but these are only part of an initial framework to which There VC++ experience and are interested, you can refine and provide a better use for the majority of fans)
    2013-07-10 11:03:43下载
    积分:1
  • GrabBitmaps
    In computer vision, one usually needs access to video frames as they are streamed in order to analyze or process them in some way. This code-pack shows how to obtain a single bitmap from a video stream using Microsoft Directshow.
    2020-11-27 14:19:30下载
    积分:1
  • LSGEB
    这是一个吃豆子游戏小程序,费了一番功夫,鼓励一下(This is a small game to eat beans procedures, costs a lot of effort to encourage you)
    2009-06-23 22:25:46下载
    积分:1
  • code
    一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自己知道的密钥直接算出注册码返回给用户;用户端不需注册机,开发者也不需解码器,且注册成功后Windows系统会自动保存,以后无需再注册,软件升级也无需重新注册。 所附VC源代码中有实现方法和详细注释。(A use of hard disk serial number from the development of software for simple and efficient encryption registration method is not applicable to the amount released, especially not publicly released a dedicated engineering software. The main purpose: to enable software developers to use not to be arbitrarily copied, each user needs to install a machine to developers informing the user number and request a registration number. Rationale: The hard disk serial number as user numbers do after the operation, developers can take advantage of the scientific calculator, directly calculated by the license is returned to the user based on the user notification of user numbers and only you know the key client without RI, developers also need a decoder, and after successful registration Windows system will automatically save the future without re-registration, software upgrades without having to re-register. There annexed VC source code implementation and detailed notes.)
    2014-03-25 17:57:13下载
    积分:1
  • CoodConvert
    测绘行业的坐标转换程序 用于大地坐标系,空间直角坐标系转换 大地坐标系,直角坐标系转换(Mapping the coordinates of the conversion process industries for the geodetic coordinate system, Cartesian coordinate system conversion of space geodetic coordinate system, Cartesian coordinate system conversion)
    2020-09-30 11:27:42下载
    积分:1
  • e00compr-0.5
    Compressed E00 Read/Write Library
    2005-02-27 20:55:56下载
    积分:1
  • Buiw_note
    此文档是学习buiw后的一些笔记,记录了学习过程中的犯过的一些错误,能给学习buiw的一些帮助!(The document is the study of the buiw after some notes, and records the learning process made some mistakes, can give buiw learning some help!)
    2012-02-16 22:29:04下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • 696522资源总数
  • 104033会员总数
  • 52今日下载