登录
首页 » Visual C++ » Spare-System

Spare-System

于 2012-09-16 发布 文件大小:167KB
0 375
下载积分: 1 下载次数: 14

代码说明:

  自己编写的Access数据库 库存查询系统 编译器vs2005.MFC类库。 查询功能分解详细,大部分索引使用下拉菜单设计,自动搜索数据库添加相应内容,方便查询,免去按键手动添加...,数据添加方便,适用于Excel整体导入,方便维护。 库存查询-按enter自动查询所有库存及按索引查询 出库跟踪-按enter自动查询所有借用信息及按索引查询 借还操作-借用及归还操作 数据库维护-添加删除修改及excel数据整体导入 借用权限设定-借用人员信息添加(Access database inventory query compiler vs2005.MFC write your own class library. Query function decomposition in detail, most of the index using the drop-down menu design, automatically search the database to add the appropriate content, easy access, remove the keys manually add ... data add convenience for Excel overall import, convenient maintenance. Stock Search- enter automatically query inventory and check out the library index tracking- enter automatically query all borrowed index query lending operation- borrowed and returned to the operating database maintenance- add overall import borrow delete modify and excel data permissions given- to borrow personnel information to add)

文件列表:

Spare System
............\SP-System
............\.........\AddBoard.cpp,9114,2012-09-07
............\.........\AddBoard.h,1400,2012-09-07
............\.........\ADOConn.cpp,20448,2012-08-26
............\.........\ADOConn.h,924,2012-08-24
............\.........\HuanBan.cpp,10352,2012-09-16
............\.........\HuanBan.h,1272,2012-08-28
............\.........\JieH.cpp,24120,2012-09-16
............\.........\JieH.h,2068,2012-08-28
............\.........\KkuCun.cpp,15236,2012-08-25
............\.........\KkuCun.h,1582,2012-08-23
............\.........\QuanXian.cpp,3784,2012-08-24
............\.........\QuanXian.h,814,2012-08-24
............\.........\qwef.cpp,820,2012-08-01
............\.........\ReadMe.txt,4248,2012-07-31
............\.........\res


............\.........\...\SPSystem.rc2,672,2012-07-31
............\.........\resource.h,4487,2012-09-07
............\.........\SP-System.aps,50520,2012-09-07
............\.........\SP-System.cpp,2762,2012-08-24
............\.........\SP-System.h,824,2012-08-21
............\.........\SP-System.rc,31642,2012-09-07
............\.........\SP-System.vcproj,6642,2012-09-05
............\.........\SP-SystemDlg.cpp,11974,2012-08-27
............\.........\SP-SystemDlg.h,2028,2012-08-24
............\.........\stdafx.cpp,222,2012-07-31
............\.........\stdafx.h,4436,2012-09-05
............\.........\WeihuDlg.cpp,23204,2012-09-16
............\.........\WeihuDlg.h,1650,2012-09-05
............\.........\Zhuizong.cpp,16128,2012-08-25
............\.........\Zhuizong.h,2530,2012-08-25
............\.........\備品庫.mdb,1687552,2012-09-16
............\SP-System.sln,892,2012-07-31
............\TempSp.xls,13824,2012-09-06

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

发表评论

0 个回复

  • VBMouseWheehao
    VB6开发环境的鼠标滚轮插件 VB6开发环境,无法使用鼠标的滚轮,这个插件解决了这个问题. 使用方法是用VB把这个插件编译好,编译时,把动态库指向windows目录.(plug-in for vb , vb mouse wheel original vb donot support mouse wheel. so someone develop this plug for vb. It write by vb. So you have to compile it by visual basic, then registe it in your computer.)
    2009-06-18 21:16:27下载
    积分:1
  • file_manage_system_VB
    一个兼具有excel一样的多文档功能,同时具有word的文档编辑和格式编辑功能(One and the same with excel multiple document features, but also has word document editing and formatting editing functions)
    2013-08-09 10:19:44下载
    积分:1
  • yue
    采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取(The structure and record contents of XLS files are read by using ODBC technology and VC.)
    2019-01-01 07:32:29下载
    积分:1
  • MS_6
    这是C++Primer的书籍的源代码,包括课后习题的答案,是份很不错的代码,尤其针对初学者(This is the source code of C++Primer books, including after-school exercises, answers, were very good code, especially for beginners)
    2012-07-05 13:31:36下载
    积分:1
  • SSubTmr
    一个外国人写的 VB6 子类和定时器,提供源代码。
    2013-07-12 11:14:37下载
    积分:1
  • Changecattotiger
    让猫变虎的程序,用VC++语言实现。能让猫图片慢慢变成虎。(Let the cat become the tiger' s procedures, using VC++ language. Can gradually become a tiger cat picture.)
    2009-04-21 23:32:28下载
    积分:1
  • paihang
    有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下: A B B A . . A B A B (2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box. For example, n = 5, and the initial configuration is as follows: ABBA .. ABAB)
    2013-02-25 18:43:03下载
    积分:1
  • cifafenxi
    用于启动界面的制作,以及对于词法的分析,很实用的东西(Interface used to start production, as well as for lexical analysis, a very practical things)
    2008-08-11 17:19:25下载
    积分:1
  • STACK
    用C语言编写的堆栈接口,适用于各种环境,提供接口: STACK *initStack(int MaxRoom) void destroyStack(STACK **spp) void resetStack(STACK *sp) Boolean isStackEmpty(STACK stack) Boolean isStackFull(STACK stack) Boolean push(STACK *sp, USER_TYPE data) Boolean pop(STACK *sp, USER_TYPE *data) Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
    2013-07-22 10:59:32下载
    积分:1
  • search-the-number
    用于求三组数,每组数的各个位都不相同。第二组数为第一组的2倍,第3组数为第一组的3倍(Is used to find the number of three, the number of the bits in each group are different. The second number of groups for the first group of two times the number of the third group of three times the first group)
    2013-11-15 20:08:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载