登录
首页 » Visual C++ » tongxunlu

tongxunlu

于 2014-06-30 发布 文件大小:3848KB
0 191
下载积分: 1 下载次数: 4

代码说明:

  通讯录MFC,通过Access建立数据库,ODBC接口访问数据库,Visual C++ 6.0开发环境实现添加、删除、查看、全部查看、退出等内容。(Mail list MFC, establish the database through Access, ODBC database access interface, Visual C++ 6 development environment to achieve add, delete, view, view all, exit and other content. )

文件列表:

tongxunlu
.........\Bewa1
.........\.....\Bewa1.aps,23428,2014-05-09
.........\.....\Bewa1.clw,3118,2014-05-09
.........\.....\Bewa1.cpp,2049,2014-04-26
.........\.....\Bewa1.dsp,4802,2014-05-09
.........\.....\Bewa1.dsw,516,2014-04-26
.........\.....\Bewa1.h,1313,2014-04-26
.........\.....\Bewa1.ncb,123904,2014-05-09
.........\.....\Bewa1.opt,50688,2014-05-09
.........\.....\Bewa1.plg,1540,2014-05-09
.........\.....\Bewa1.rc,8145,2014-05-08
.........\.....\Bewa1Dlg.cpp,4534,2014-04-26
.........\.....\Bewa1Dlg.h,1456,2014-04-26
.........\.....\Debug
.........\.....\.....\Bewa1.bsc,5604352,2014-05-09
.........\.....\.....\Bewa1.exe,122956,2014-05-09
.........\.....\.....\Bewa1.ilk,268596,2014-05-09
.........\.....\.....\Bewa1.obj,12715,2014-05-07
.........\.....\.....\Bewa1.pch,7223844,2014-05-07
.........\.....\.....\Bewa1.pdb,435200,2014-05-09
.........\.....\.....\Bewa1.res,3652,2014-05-08
.........\.....\.....\Bewa1.sbr,0,2014-05-07
.........\.....\.....\Bewa1Dlg.obj,29360,2014-05-07
.........\.....\.....\Bewa1Dlg.sbr,0,2014-05-07
.........\.....\.....\Dlgadd.obj,16370,2014-05-07
.........\.....\.....\Dlgadd.sbr,0,2014-05-07
.........\.....\.....\Dlgall.obj,25532,2014-05-07
.........\.....\.....\Dlgall.sbr,0,2014-05-07
.........\.....\.....\Dlgpassword.obj,9934,2014-05-07
.........\.....\.....\Dlgpassword.sbr,0,2014-05-07
.........\.....\.....\Setdata.obj,15573,2014-05-07
.........\.....\.....\Setdata.sbr,0,2014-05-07
.........\.....\.....\Setdata1.obj,10837,2014-05-09
.........\.....\.....\Setdata1.sbr,0,2014-05-09
.........\.....\.....\StdAfx.obj,107058,2014-05-07
.........\.....\.....\StdAfx.sbr,1452248,2014-05-07
.........\.....\.....\vc60.idb,238592,2014-05-09
.........\.....\.....\vc60.pdb,372736,2014-05-09
.........\.....\Dlgadd.cpp,2238,2014-05-07
.........\.....\Dlgadd.h,1223,2014-05-07
.........\.....\Dlgall.cpp,4603,2014-05-07
.........\.....\Dlgall.h,1288,2014-05-07
.........\.....\Dlgpassword.cpp,1044,2014-04-26
.........\.....\Dlgpassword.h,1269,2014-04-26
.........\.....\ReadMe.txt,3561,2014-04-26
.........\.....\res

.........\.....\...\Bewa1.rc2,397,2014-04-26
.........\.....\resource.h,1741,2014-04-26
.........\.....\Setdata.cpp,1504,2014-05-07
.........\.....\Setdata.h,1348,2014-05-07
.........\.....\StdAfx.cpp,207,2014-04-26
.........\.....\StdAfx.h,1072,2014-05-07
.........\db1.ldb,512,2014-05-09
.........\db1.mdb,151552,2014-05-09
.........\Setdata1.cpp,1062,2014-05-09
.........\Setdata1.h,1234,2014-05-09

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

发表评论

0 个回复

  • SkinPPWTL
    SKINPPWTL静态库,正版! 原来公司买的,后来去掉了验证现在分享出来! (SKINPPWTL static library, genuine! The original company bought, and later removed to verify share out now!)
    2014-07-03 02:10:35下载
    积分:1
  • etop
    魔力宝贝 辅助 功能多种全面,瞬移,挂机,自动补血 原地遇敌等(Magic Baby comprehensive variety of auxiliary functions, Teleport, hang up, automatic blood situ Yudi etc.)
    2013-11-26 05:37:41下载
    积分:1
  • NETSeeSystem
    本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,屏幕信息需要时时显示,网络延时不能大于1秒,服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。(This system belongs to a small local area network monitoring system that can carry out the screen of a computer monitor, the screen displays information needs from time to time, the network delay can not be greater than 1 second, the server-side ready to run, as long as the client is running, you can display on-screen information .)
    2010-01-24 15:54:57下载
    积分:1
  • baseCla
    利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
    2007-12-18 16:30:58下载
    积分:1
  • eBilling-Source-Code
    e billing system written in visual basic
    2015-11-05 23:41:39下载
    积分:1
  • DX1
    this is s sample of DirectX
    2008-03-11 13:08:00下载
    积分:1
  • Teach-Yourself-DirectX-7-in-24-Hours
    Teach Yourself DirectX 7 in 24 Hours E-book
    2012-09-06 21:14:28下载
    积分:1
  • MC-reliability
    基于蒙特卡洛的电力系统充裕度计算程序(matlab)(The electric power system based on monte carlo abundant degree calculation program (matlab))
    2020-11-02 14:09:53下载
    积分:1
  • mi
    说明:  学习PCI设备驱动结构的最好例子,简单易懂,很快入门(NT Driver)
    2010-05-08 08:13:12下载
    积分:1
  • OS_projectC_Mutex
    You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lecturers are concurrently providing lecturers and placing their lecturers in JCU (shared buffer) and students are concurrently taking lectures from JCU to graduate. The purpose of this assignment is to give you some "hands-on" experience with concurrent processes, semaphores, and shared memory. You need to use the modules you practiced in week 6 and 8 labs (Prac 5 and Prac 6). You need semaphores for mutual exclusion and synchronization (studied in week 6 prac) and a shared buffer for shared memory IPC (studied in week 8 prac).
    2009-10-31 16:09:02下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载