登录
首页 » Visual C++ » jiaowu

jiaowu

于 2015-04-15 发布 文件大小:4277KB
0 158
下载积分: 1 下载次数: 9

代码说明:

  MFC实现的一个简单的教务管理系统, 数据库使用的是access数据库(a simple system use MFC)

文件列表:

教务管理系统(课程设计)
......................\JwManage
......................\........\Ado.cpp,4296,2010-12-09
......................\........\Ado.h,769,2014-09-21
......................\........\ChangeStuInfoDlg.cpp,3367,2014-09-19
......................\........\ChangeStuInfoDlg.h,1421,2010-12-13
......................\........\Debug
......................\........\.....\Ado.obj,73222,2014-09-21
......................\........\.....\ChangeStuInfoDlg.obj,51508,2014-09-21
......................\........\.....\DeleteStuInfoDlg.obj,21907,2014-09-21
......................\........\.....\font.obj,13335,2014-09-21
......................\........\.....\InsertStuInfoDlg.obj,30998,2014-09-21
......................\........\.....\JwManage.exe,1081444,2014-09-21
......................\........\.....\JwManage.ilk,413048,2014-09-21
......................\........\.....\JwManage.obj,13324,2014-09-21
......................\........\.....\JwManage.pch,5828752,2014-09-21
......................\........\.....\JwManage.pdb,599040,2014-09-21
......................\........\.....\JwManage.res,750960,2014-09-19
......................\........\.....\JwManageDlg.obj,44319,2014-09-21
......................\........\.....\ManageDlg.obj,40340,2014-09-21
......................\........\.....\msado15.tlh,222063,2012-07-26
......................\........\.....\msado15.tli,167325,2012-07-26
......................\........\.....\msflexgrid.obj,135865,2014-09-21
......................\........\.....\picture.obj,5877,2014-09-21
......................\........\.....\QueryStuInfoDlg.obj,61965,2014-09-21
......................\........\.....\RegisterDlg.obj,30322,2014-09-21
......................\........\.....\rowcursor.obj,2156,2014-09-21
......................\........\.....\StdAfx.obj,105858,2014-09-21
......................\........\.....\vc60.idb,279552,2014-11-26
......................\........\.....\vc60.pdb,602112,2014-09-21
......................\........\DeleteStuInfoDlg.cpp,1411,2010-12-13
......................\........\DeleteStuInfoDlg.h,1262,2010-12-13
......................\........\font.cpp,2098,2010-12-11
......................\........\font.h,1461,2010-12-11
......................\........\InsertStuInfoDlg.cpp,2499,2010-12-12
......................\........\InsertStuInfoDlg.h,1360,2010-12-12
......................\........\JwManage.aps,772736,2014-11-26
......................\........\JwManage.clw,5655,2014-11-26
......................\........\JwManage.cpp,2091,2010-12-04
......................\........\JwManage.dsp,6524,2010-12-11
......................\........\JwManage.dsw,568,2010-12-11
......................\........\JwManage.h,1346,2010-12-04
......................\........\JwManage.mdb,331776,2014-11-26
......................\........\JwManage.ncb,394240,2014-11-26
......................\........\JwManage.opt,58880,2014-11-26
......................\........\JwManage.plg,3334,2014-09-21
......................\........\JwManage.rc,13762,2010-12-13
......................\........\JwManageDlg.cpp,5849,2010-12-11
......................\........\JwManageDlg.h,1447,2010-12-08
......................\........\ManageDlg.cpp,6127,2010-12-11
......................\........\ManageDlg.h,1781,2010-12-11
......................\........\msado15.tlh,221921,2012-07-26
......................\........\msado15.tli,167254,2012-07-26
......................\........\msflexgrid.cpp,29360,2010-12-11
......................\........\msflexgrid.h,7490,2010-12-11
......................\........\picture.cpp,1128,2010-12-11
......................\........\picture.h,1295,2010-12-11
......................\........\QueryStuInfoDlg.cpp,5431,2010-12-11
......................\........\QueryStuInfoDlg.h,1368,2010-12-11
......................\........\ReadMe.txt,3615,2010-12-04
......................\........\RegisterDlg.cpp,2636,2010-12-08
......................\........\RegisterDlg.h,1301,2010-12-08
......................\........\res


......................\........\...\JwManage.rc2,400,2010-12-04
......................\........\resource.h,2849,2010-12-13
......................\........\rowcursor.cpp,500,2010-12-11
......................\........\rowcursor.h,1113,2010-12-11
......................\........\StdAfx.cpp,210,2010-12-04
......................\........\StdAfx.h,1177,2014-09-21

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

发表评论

0 个回复

  • live555_vs2008_vs2015(live.2014.07.25)
    live555 rtsp build in vs2008 and vs2015. also make testRTSPClient execute project
    2020-06-19 19:00:01下载
    积分:1
  • lesson-2
    C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。(Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base class and the derived class constructor, destructor has invoked the order, how in the derived class The parameters passed to the constructor of the base class constructor, the this member variable of the insider type conversion, virtual functions and polymorphism, difference between reference and pointer variables in common. VC compiler theory and engineering process, the different classes in the project is split into the original file, and each class by one. H. Cpp file jointly, header files define the solution of the problem is repeated, cultivate good students programming habits, but also laid a good foundation for later analysis the MFC Appwizard generated engineering.)
    2012-08-26 00:37:01下载
    积分:1
  • Hide-Columns
    VB Code for hide columns automatically in excel
    2013-04-23 21:08:43下载
    积分:1
  • ipclient
    This is a messenger program written in VC++. This is a client program
    2009-06-15 18:13:57下载
    积分:1
  • 语音电话
    一个关于语音电话的程序( About pronunciation telephone procedure )
    2020-11-21 12:19:35下载
    积分:1
  • omnet
    本文是介绍仿真软件omnet++基础知识的文档,适合omnet+入门者学习,欢迎使用(failed to translate)
    2021-01-15 17:08:45下载
    积分:1
  • Pingbao22
    说明:  这个是我的一个小小的作品,希望能带来一定的帮助,也希望我能从这个上面下到好的东西(This is a little of my work, hope to bring some help. I also hope that from the top down to the good things)
    2005-12-30 21:00:57下载
    积分:1
  • GifCodec
    参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。 编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。 24位dib转换成8位dib时使用的八叉树算法 图片拉伸时参考的网上的双线性插值算法。 字典满了位数加一,位数是12时不加(Online reference materials written gif codec. Encoded using gdi resolve common image formats, and then assembled into a gif Each frame decode it into a gif dib There are many online gif file format introduced gif lzw with variable length compression algorithm: Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)
    2015-01-17 20:22:25下载
    积分:1
  • puia
    用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解()
    2018-02-17 18:52:09下载
    积分:1
  • ADOTest
    VC2005通过ADO连接Access2007数据库的简单Demo,系统Vista SP1 + Visual Studio 2005 + Office 2007 !!!(VC2005 connected Access2007 database through ADO simple Demo, system, Vista SP1+ Visual Studio 2005+ Office 2007!!!)
    2009-06-20 14:27:01下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载