登录
首页 » Visual C++ » (Access)

(Access)

于 2020-10-30 发布 文件大小:1107KB
0 265
下载积分: 1 下载次数: 16

代码说明:

  mfc数据库用mfc方式实现了数据库功能(mfc database)

文件列表:

www.NewXing.com
...............\BankManager
...............\...........\AdoWorker.cpp,6248,2011-04-16
...............\...........\AdoWorker.h,454,2011-04-16
...............\...........\BankDataFile.mdb,364544,2005-12-22
...............\...........\BankManager.aps,71924,2006-01-06
...............\...........\BankManager.cpp,2540,2011-04-16
...............\...........\BankManager.exe,188416,2006-06-30
...............\...........\BankManager.h,505,2011-04-16
...............\...........\BankManager.rc,14744,2006-05-30
...............\...........\BankManager.sln,911,2005-11-23
...............\...........\BankManager.vcproj,6333,2005-11-26
...............\...........\BankManagerDlg.cpp,13021,2011-04-16
...............\...........\BankManagerDlg.h,1692,2011-04-16
...............\...........\BCMenu.cpp,88863,2011-04-16
...............\...........\BCMenu.h,16516,2011-04-16
...............\...........\BowerPage.cpp,6807,2011-04-16
...............\...........\BowerPage.h,984,2011-04-16
...............\...........\BtnST.cpp,52099,2011-04-16
...............\...........\BtnST.h,8430,2011-04-16
...............\...........\DeletePage.cpp,12405,2011-04-16
...............\...........\DeletePage.h,1236,2011-04-16
...............\...........\FetchPage.cpp,20805,2011-04-16
...............\...........\FetchPage.h,1401,2011-04-16
...............\...........\lib
...............\...........\...\SkinPlusPlusDLL.lib,6042,2004-09-09
...............\...........\LoginPage.cpp,10958,2011-04-16
...............\...........\LoginPage.h,1355,2011-04-16
...............\...........\ModifyPage.cpp,6560,2011-04-16
...............\...........\ModifyPage.h,935,2011-04-16
...............\...........\msado15.dll,536576,2004-08-17
...............\...........\PrintDlg.cpp,1286,2011-04-16
...............\...........\PrintDlg.h,580,2011-04-16
...............\...........\ReadMe.txt,2743,2005-11-23
...............\...........\res

...............\...........\...\BankManager.manifest,700,2005-11-23
...............\...........\...\BankManager.rc2,367,2005-11-23

...............\...........\...\handarrow.cur,766,2004-12-06


...............\...........\resource.h,3147,2011-04-16
...............\...........\SavingPage.cpp,19386,2011-04-16
...............\...........\SavingPage.h,1407,2011-04-16
...............\...........\skin
...............\...........\....\Topax.ssk,723521,2005-05-20
...............\...........\SkinPlusPlus.h,4040,2011-04-16
...............\...........\SkinPlusPlusDLL.dll,294912,2004-09-09
...............\...........\stdafx.cpp,207,2011-04-16
...............\...........\stdafx.h,1666,2011-04-16
...............\...........\_StructDefine.h,1308,2011-04-16
...............\...........\复件 BankDataFile.mdb,266240,2006-06-30

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

发表评论

0 个回复

  • (Access)
    mfc数据库用mfc方式实现了数据库功能(mfc database)
    2020-10-30 22:49:56下载
    积分:1
  • Seis1
    对地震数据进行读写,处理等各种操作,很好很强大,自己下了就知道了。(seismic data process)
    2020-11-06 11:49:49下载
    积分:1
  • DH
    说明:  计算器的VC程序,界面友好,易于操作,资源不错(Calculator VC program, user-friendly, easy to operate)
    2013-01-13 18:49:55下载
    积分:1
  • CComboBoxCheck
    CCombox控件的美化,模拟QQ登录界面中的CCombox控件,增加了关闭按钮。(CCombox control landscaping, simulation QQ login interface in the CCombox control, increase the close button.)
    2013-05-05 22:40:06下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • LearnVB6
    this is visual basic shareware for learning kit.
    2009-09-15 18:26:36下载
    积分:1
  • Change-mouse
    说明:  执行该程序后可以按照自己的喜好选择4种样式的鼠标形状(After the implementation of the program according to their own preferences 4 style mouse shape)
    2011-03-03 18:35:06下载
    积分:1
  • ResizeObj
    控件自适应窗体,包括字体也都能自适应,方便简单(Fit your window!)
    2015-03-26 15:43:40下载
    积分:1
  • HDistance
    测绘编程之距离计算,可以实现亮点之间距离的计算,MFC编程(Distance Calculate)
    2016-05-02 18:15:29下载
    积分:1
  • shitanfankaMFC
    通过VC++6.0中MFC设计一个食堂饭卡系统,使之能够通过访问数据库来进行一系列操作。(By VC++6.0 MFC in a dining room card system design, which can access the through a series of operations.)
    2016-02-24 14:11:20下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载