登录
首页 » Visual C++ » chapter5

chapter5

于 2012-08-04 发布 文件大小:6324KB
0 327
下载积分: 1 下载次数: 5

代码说明:

  一个关于短息防伪系统的C++数据库开发例程,数据库选用Access(An example of development of data base with C++)

文件列表:

chapter5
........\iteratorExample
........\...............\example.cpp,373,2007-01-05
........\...............\iteratorExample.dsp,4384,2007-01-05
........\...............\iteratorExample.dsw,555,2007-01-05
........\...............\iteratorExample.ncb,33792,2007-01-05
........\...............\iteratorExample.opt,53760,2007-01-05
........\...............\iteratorExample.plg,1324,2007-01-05
........\smspreventforgery
........\.................\BLOCKSOCK.CPP,7802,2005-02-27
........\.................\BLOCKSOCK.H,3254,2005-02-27
........\.................\CodeQuery.cpp,2847,2005-06-08
........\.................\CodeQuery.h,781,2005-06-06
........\.................\DbInterface.cpp,22150,2007-05-18
........\.................\DbInterface.h,2684,2007-01-05
........\.................\Dialog_AppendNewProduct.cpp,2167,2005-06-05
........\.................\Dialog_AppendNewProduct.h,1334,2005-06-03
........\.................\Dialog_MakeCodeSet.cpp,5785,2005-06-18
........\.................\Dialog_MakeCodeSet.h,1692,2005-06-05
........\.................\FormView_CodeList.cpp,3209,2007-01-09
........\.................\FormView_CodeList.h,1585,2005-06-07
........\.................\FormView_MakeNewCode.cpp,7055,2007-01-08
........\.................\FormView_MakeNewCode.h,1961,2005-06-05
........\.................\FormView_ProductList.cpp,2627,2007-01-06
........\.................\FormView_ProductList.h,1623,2005-06-04
........\.................\FormView_RuntimeQuery.cpp,3178,2007-01-09
........\.................\FormView_RuntimeQuery.h,1665,2005-06-06
........\.................\HttpServe.cpp,8817,2005-06-06
........\.................\HttpServe.h,518,2005-06-06
........\.................\MainFrm.cpp,8417,2005-06-16
........\.................\MainFrm.h,1908,2005-06-16
........\.................\msado15.dll,536576,2004-08-09
........\.................\msado15.tlh,90578,2004-08-09
........\.................\msado15.tli,76573,2004-08-09
........\.................\ReadMe.txt,4575,2005-06-03
........\.................\res

........\.................\...\smspreventforgery.rc2,409,2005-06-03


........\.................\Resource.h,1803,2005-06-17
........\.................\smspreventforgery.aps,40024,2007-01-09
........\.................\smspreventforgery.clw,4921,2007-05-18
........\.................\smspreventforgery.cpp,4735,2005-06-17
........\.................\smspreventforgery.dsp,6327,2007-05-18
........\.................\smspreventforgery.dsw,559,2005-06-03
........\.................\smspreventforgery.h,1477,2005-06-03
........\.................\smspreventforgery.ncb,558080,2007-05-18
........\.................\smspreventforgery.opt,62976,2007-05-18
........\.................\smspreventforgery.plg,4614,2007-05-18
........\.................\smspreventforgery.rc,14193,2007-01-06
........\.................\smspreventforgeryDoc.cpp,1962,2005-06-03
........\.................\smspreventforgeryDoc.h,1596,2005-06-03
........\.................\smspreventforgeryView.cpp,2430,2005-06-06
........\.................\smspreventforgeryView.h,1969,2005-06-03
........\.................\StatLink.cpp,6536,2004-09-03
........\.................\StatLink.h,2463,2004-09-03
........\.................\StdAfx.cpp,219,2005-06-03
........\.................\StdAfx.h,1202,2005-06-08
........\安装包工程
........\..........\防伪系统
........\..........\........\Express
........\..........\........\.......\Interm
........\..........\........\.......\......\_IsIcoRes.Exe,40960,2004-06-10
........\..........\........\.......\SingleImage
........\..........\........\.......\...........\DiskImages
........\..........\........\.......\...........\..........\DISK1
........\..........\........\.......\...........\..........\.....\setup.exe,4661916,2007-06-05
........\..........\........\.......\...........\LogFiles
........\..........\........\.......\...........\........\6-4-2007 08-32-15 上午.txt,5693,2007-06-05
........\..........\........\.......\...........\Reports
........\..........\........\.......\...........\.......\6-4-2007 08-32-22 上午.htm,5056,2007-06-05
........\..........\........\防伪系统.ise,211700,2007-06-05
........\运行文件
........\........\help.chm,230984,2005-06-20
........\........\slnsoftsmspre.mdb,8003584,2007-01-01
........\........\smspreventforgery.exe,360448,2007-01-06
........\重载示例
........\........\example.cpp,319,2007-01-06
........\........\重载示例.dsp,4307,2007-01-06
........\........\重载示例.dsw,541,2007-01-06
........\........\重载示例.ncb,33792,2007-01-06
........\........\重载示例.opt,53760,2007-01-06
........\........\重载示例.plg,1286,2007-01-06

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

发表评论

0 个回复

  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • TeleBook--My--ADO
    ado链接数据库实例教程,基于VS2015和MFC(ADO linked database instance)
    2018-05-17 21:07:47下载
    积分:1
  • stand
    MFC 访问数据库 使用DAO连接方式 MFC 访问数据库 使用DAO连接方式(MFC )
    2013-10-25 19:29:15下载
    积分:1
  • Catering-management-system
    本系统有三种操作权限,其中,营业员只可以执行开台、点菜、买单及查询日收入操作;领班可以执行开台、点菜、买单、进货、添加新员工、日收入及月收入查询等操作;经理具有最高权限,除了领班及营业员的操作权限外,还可以设置员工权限、添加商品信息及菜式信息、备份与恢复数据库及初始化数据等操作。(The system has three operating authority, which can only be executed Founding salesperson, a la carte, pay and check daily revenue operations foreman can perform Founding, a la carte, pay, purchase, adding new employees, daily income and monthly income of inquiry operation manager with the highest authority, in addition to the foreman and the operating authority salesperson, you can also set permissions for employees, product information and dishes to add information, database backup and recovery, and initial data and other operations.)
    2014-04-21 13:40:34下载
    积分:1
  • Ri230-v1
    c++ 利用ADO操作数据库,供初学数据库编程的人参考(c++ to operate the database by ADO)
    2010-12-04 20:49:35下载
    积分:1
  • SQLite
    轻型数据库,适用于嵌入式软件开发。占用系统资源少。(small ,be fit for embeded software developement. )
    2016-01-07 09:04:59下载
    积分:1
  • FamilyFinancialManagementSystem
    Family Financial Management System是一个特别方便的理财系统。功能方便实用。(Family Financial Management System is a special convenient financial management system. Convenient and practical functions.)
    2007-05-28 09:39:11下载
    积分:1
  • DsToExcel
    将Dataset导出到Excel,本程序阐述基本功能(Dataset exported to Excel, the program described the basic functions of)
    2012-06-08 09:28:08下载
    积分:1
  • VCshizhanOLEDBbiancheng
    vc实战OLEDB编程,对应用vc开发数据库的人员有巨大帮助,推荐下载。(vc real OLEDB programming for database application developers who vc a huge help, recommended download.)
    2011-07-20 21:18:00下载
    积分:1
  • builddatabase
    建立一个数据库,适合于初学MFC的人,还有窗口和对话框的建立。(Establish a database suitable for beginners who MFC, as well as the establishment of windows and dialog boxes.)
    2010-12-25 13:32:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载