登录
首页 » Visual C++ » 1w

1w

于 2009-01-02 发布 文件大小:2431KB
0 485
下载积分: 1 下载次数: 0

代码说明:

说明:  这是一个用C++编写的简单的图书管理,程序设计较为简单,对于初学者是个不错的例子。 (This is a C++ Prepared a simple library management, program design relatively simple, for beginners is a good example.)

文件列表:

1w
..\www.cnzz.cn
..\...........\Library
..\...........\.......\BookDataSet.cpp
..\...........\.......\BookDataSet.h
..\...........\.......\BookMDlg.cpp
..\...........\.......\BookMDlg.h
..\...........\.......\BorrowDataSet.cpp
..\...........\.......\BorrowDataSet.h
..\...........\.......\BorrowSet.cpp
..\...........\.......\BorrowSet.h
..\...........\.......\ChildView.cpp
..\...........\.......\ChildView.h
..\...........\.......\ClerkDataSet.cpp
..\...........\.......\ClerkDataSet.h
..\...........\.......\ClerkMDlg.cpp
..\...........\.......\ClerkMDlg.h
..\...........\.......\ConfigDataSet.cpp
..\...........\.......\ConfigDataSet.h
..\...........\.......\CreateDSN.cpp
..\...........\.......\CreateDSN.h
..\...........\.......\Debug
..\...........\.......\FineDataSet.cpp
..\...........\.......\FineDataSet.h
..\...........\.......\FineDlg.cpp
..\...........\.......\FineDlg.h
..\...........\.......\FineHistoryDataSet.cpp
..\...........\.......\FineHistoryDataSet.h
..\...........\.......\LendOutDlg.cpp
..\...........\.......\LendOutDlg.h
..\...........\.......\Library.aps
..\...........\.......\Library.clw
..\...........\.......\Library.cpp
..\...........\.......\Library.dsp
..\...........\.......\Library.dsw
..\...........\.......\Library.h
..\...........\.......\Library.mdb
..\...........\.......\Library.ncb
..\...........\.......\Library.opt
..\...........\.......\Library.plg
..\...........\.......\Library.rc
..\...........\.......\LoginDlg.cpp
..\...........\.......\LoginDlg.h
..\...........\.......\MainFrm.cpp
..\...........\.......\MainFrm.h
..\...........\.......\ReaderBorrowInfo.cpp
..\...........\.......\ReaderBorrowInfo.h
..\...........\.......\ReaderDataSet.cpp
..\...........\.......\ReaderDataSet.h
..\...........\.......\ReaderMDlg.cpp
..\...........\.......\ReaderMDlg.h
..\...........\.......\ReaderQry.cpp
..\...........\.......\ReaderQry.h
..\...........\.......\ReaderQryDlg.cpp
..\...........\.......\ReaderQryDlg.h
..\...........\.......\ReadMe.txt
..\...........\.......\res

..\...........\.......\...\Library.rc2
..\...........\.......\...\Toolbar.bmp
..\...........\.......\resource.h
..\...........\.......\ReturnBookDlg.cpp
..\...........\.......\ReturnBookDlg.h
..\...........\.......\SEARCHDSNDLG.CPP
..\...........\.......\SEARCHDSNDLG.H
..\...........\.......\StdAfx.cpp
..\...........\.......\StdAfx.h
..\...........\Library.mdb
..\拉基源码.txt
..\系统说明.txt

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

发表评论

0 个回复

  • VB-script-5.6-r
    VB script 5.6 对经典的学习js和vbs的教程,微软出品(VB script 5.6 of classical learning js and vbs tutorial, Microsoft Publisher)
    2013-03-24 09:55:57下载
    积分:1
  • QEP-speed-calculator
    QEP采集光编信号进行电机运行速度计算程序模块,可移植(QEP collection compiled signal light motor running speed calculation program modules, portable)
    2014-02-11 09:43:09下载
    积分:1
  • SCOMMV23
    一个功能比较全面的串口调试工具。你值得拥有。(A more comprehensive functional serial debugging tools. You deserve. )
    2013-07-19 16:10:07下载
    积分:1
  • DDK_USB_FILTER
    说明:  DDK实现USB设备等禁用、只读等操作,适合初学者学习(DDK realization of USB devices, such as disabled, such as read-only operation, suitable for beginners to learn)
    2008-12-08 22:41:22下载
    积分:1
  • t
    传奇3脱机外挂源码传奇3脱机外挂源码传奇3脱机外挂源码传奇3脱机外挂源码(mir3 gamemir3 gamemir3 gamemir3 gamemir3 gamemir3 gamemir3 gamemir3 game)
    2020-07-01 15:00:01下载
    积分:1
  • GifCodec
    参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。 编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。 24位dib转换成8位dib时使用的八叉树算法 图片拉伸时参考的网上的双线性插值算法。 字典满了位数加一,位数是12时不加(Online reference materials written gif codec. Encoded using gdi resolve common image formats, and then assembled into a gif Each frame decode it into a gif dib There are many online gif file format introduced gif lzw with variable length compression algorithm: Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)
    2015-01-17 20:22:25下载
    积分:1
  • sMAPtool
    完美世界游戏地图修改编辑工具,可以修改,编辑和同步地图文件。(Perfect world game map modify editing tool, you can modify, edit, and synchronized map file. )
    2013-10-24 14:57:30下载
    积分:1
  • CERas
    help for C# connection
    2010-03-09 19:41:30下载
    积分:1
  • findeclist
    实现列出机器上已安装网卡的一些信息.能够列出网卡描述,网卡名称.(Realize the machine has been installed are listed some of the information card. To describe the card list, card name.)
    2008-05-08 18:20:43下载
    积分:1
  • DialogAndControl
    WTL工程项目,根据不同的控件更改鼠标的形状(According to the different control change the mouse shape-WTL)
    2011-05-19 17:16:36下载
    积分:1
  • 696516资源总数
  • 106936会员总数
  • 1今日下载