登录
首页 » Visual C++ » nainiu

nainiu

于 2010-01-08 发布 文件大小:4879KB
0 329
下载积分: 1 下载次数: 119

代码说明:

  奶牛健康管理系统!MFC界面,实现奶牛资料的录入、删除、更改、查询等操作!还有奶牛所属农场主的信息!可以输出资料到excel中!连接Access数据库!(Dairy Health Management System! MFC interface, data input to achieve cows, delete, change, query and other operations! There is information on dairy farmer-owned! Can export data to excel in! Connect Access Database!)

文件列表:

奶牛健康管理系统
................\CowHealthManagement
................\...................\about.cpp
................\...................\about.h
................\...................\ado.cpp
................\...................\ado.h
................\...................\ado1.cpp
................\...................\ado1.h
................\...................\bbcx.cpp
................\...................\bbcx.h
................\...................\bbcx1.cpp
................\...................\bbcx1.h
................\...................\bbcx2.cpp
................\...................\bbcx2.h
................\...................\bbcx3.cpp
................\...................\bbcx3.h
................\...................\BCMenu.cpp
................\...................\BCMenu.h
................\...................\BtnST.cpp
................\...................\BtnST.h
................\...................\CowHealthManagement.aps
................\...................\CowHealthManagement.clw
................\...................\CowHealthManagement.cpp
................\...................\CowHealthManagement.dsp
................\...................\CowHealthManagement.dsw
................\...................\CowHealthManagement.h
................\...................\CowHealthManagement.ncb
................\...................\CowHealthManagement.opt
................\...................\CowHealthManagement.plg
................\...................\CowHealthManagement.rc
................\...................\CowHealthManagementDoc.cpp
................\...................\CowHealthManagementDoc.h
................\...................\CowHealthManagementView.cpp
................\...................\CowHealthManagementView.h
................\...................\cowinfo.cpp
................\...................\cowinfo.h
................\...................\cuninfo.cpp
................\...................\cuninfo.h
................\...................\DETOURS.lib
................\...................\dispic.cpp
................\...................\dispic.h
................\...................\excel.cpp
................\...................\excel.h
................\...................\jibenpeizhi.cpp
................\...................\jibenpeizhi.h
................\...................\login.cpp
................\...................\login.h
................\...................\main.cpp
................\...................\main.h
................\...................\MainFrm.cpp
................\...................\MainFrm.h
................\...................\msado15.tlh
................\...................\msado15.tli
................\...................\pizhong.cpp
................\...................\pizhong.h
................\...................\pushacx.cpp
................\...................\pushacx.h
................\...................\pushainfo.cpp
................\...................\pushainfo.h
................\...................\ReadMe.txt
................\...................\res

................\...................\...\corona.smf

................\...................\...\CowHealthManagement.rc2

................\...................\...\Devior.smf
................\...................\...\Kromo.smf
................\...................\...\Localroom.smf
................\...................\...\skinmagi.bin

................\...................\...\xpblue.smf
................\...................\resource.h
................\...................\SkinMagicLib.h
................\...................\SkinMagicLib.lib
................\...................\SkinPlusPlus.h
................\...................\SkinPlusPlusDLL.dll
................\...................\SkinPlusPlusDLL.lib
................\...................\SoftCrystal.ssk
................\...................\source



................\...................\......\奶牛健康管理系统使用手册.doc

................\...................\StdAfx.cpp
................\...................\StdAfx.h
................\...................\tijian.cpp
................\...................\tijian.h
................\...................\tijianinfo.cpp
................\...................\tijianinfo.h
................\...................\xianginfo.cpp
................\...................\xianginfo.h
................\...................\xiangxi.cpp
................\...................\xiangxi.h
................\COW_PIC

................\Data
................\....\1.xls
................\....\2.xls

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

发表评论

0 个回复

  • dlltest
    加载动态链接库,使用里面的函数,来移动图片(Load the dynamic link library, inside a function, to move the picture)
    2013-05-14 16:49:28下载
    积分:1
  • OLE-DB-operation-database
    使用OLE DB操作数据库的方法,这是C++的源码(OLE DB operation method of the database, which is C++ source)
    2012-09-29 17:48:33下载
    积分:1
  • querydef
    使用ODBC实现的一个动态RecordSet(Using ODBC to implement an dynamic recordset)
    2021-05-07 16:43:36下载
    积分:1
  • DelStudent
    该代码展示了MFC连接数据库ACCESS的方法,采用的ADO接口,特别适合初学者学习(The code shows the MFC method to connect to the database ACCESS using ADO interface, particularly suitable for beginners to learn)
    2012-12-17 19:43:02下载
    积分:1
  • C_PI201210231659
    PI数据库标签查询、快照查询、历史数据查询 时间格式转换(pi demo)
    2012-10-23 17:06:22下载
    积分:1
  • Visual-CPP-ADO
    关于MFC中ADO数据库的学习,很基础的例程可供下载学习(Learn about the MFC ADO , it is the foundation of learning routines available for download)
    2014-12-04 15:46:50下载
    积分:1
  • ADO-And-Access
    这是一个基本的数据库编程实例,里面最特别的地方是即使出数据库里面出现多条完全相同的记录,它也能操作,而不会出错。(This is a basic database programming examples, there is the most special place inside the database even if there is more of the same record, which can operate without error.)
    2013-11-15 06:37:48下载
    积分:1
  • TestAdo
    VC++实现数据库的连接,以及对数据库的增删改查操作。(No Translation.)
    2016-08-31 10:35:02下载
    积分:1
  • tongy
    一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是ACCESS数据库,ADO方式连接。程序启动时弹出登陆界面。用户名admin,密码123456。不同的用户登陆之后界面也不一样。(An Element Manager System,Use Access Database for add,delete,update and query data.Use ado type connect Database.You can use user:admin,password:123456 login in.and different user have different functions.)
    2015-08-04 18:28:17下载
    积分:1
  • MFC-ADODemon
    VC/MFC ADO连接数据库,简单易用,且封装好了一个类.(VC/MFC ADO connect to the database, easy to use, and a wrapper class.)
    2011-02-15 16:51:16下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载