CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 -

搜索资源列表

  1. Libriry

    1下载:
  2. 本系统采用Windows操作系统+Access+Visual C++6.0编译器的开发环境。Windows是当前世界上最流行的操作系统,大多用户对其操作非常熟悉,为了方便用户的操作,Windows是最好的选择。Access是一个优秀的C/S数据库系统。要开发Windows程序必须要有一个好的开发工具。Visual C++6.0是当今几大主流Windows开发工具的之一,它提供了丰富的实用的库MFC可供调用。为编写Windows程序提供诸多方便。本系统就是利用ADO的编程接口与Access数据库相
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:580036
    • 提供者:
  1. 0307125

    0下载:
  2. 用VC++ SQL SERVER开发的产品销售管理系统-VC development of the SQL Server product marketing management system
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:474633
    • 提供者:陈锐
  1. src20070502

    0下载:
  2. 书店源代码,数据库程序,开发环境VisualC++。-Bookstore, source code, database program, the development environment VisualC.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1432661
    • 提供者:研言
  1. jiyuyichuansuanfadezujuanxitong

    0下载:
  2. 基于遗传算法的组卷系统,采用ACCESS数据库作为后台的数据库系统,在VISUALC++6.0的编程环境下实现-based on genetic algorithm test system using ACCESS database as a background database system VISUALC 6.0 in the programming environment under
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:291482
    • 提供者:shanjulei
  1. yinhangdaishouhuafei

    0下载:
  2. 一个代收电话费的管理系统。是用VC++做的。挺不错的哦-a collection of telephone management systems. VC is done. Oh, quite good
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:89377
    • 提供者:tcsj
  1. comupd

    0下载:
  2. Visual C++ 6.0的升级程序.该升级程序确保你安装的Visual C++ 6.0是与Y2K兼容的(即不存在2000年问题).它将安装或升级你现在的公用控件动态连接库(comctl32.dll).以便去修正在最初的Visual C++6.0的公用控件动态连接库中存在的Y2K问题-Visual C 6.0 upgrade process. The escalation procedures to ensure you install Visual C 6. 0 Y2K compatible
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:391407
    • 提供者:sdcsadf
  1. EODL_demo

    0下载:
  2. how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:306176
    • 提供者:
  1. cvery.comvc

    0下载:
  2. 一个VC++做的手机话费参考程序,有设计报告,大家可以学习下-a VC phone calls made reference procedures, design reports, we can learn where
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:468859
    • 提供者:tcsj
  1. formulafunc

    0下载:
  2. 公式操作数查找,根据输入操作数的信息查找使用了该操作数的公式名称和id号-formula several search operations, according to the number of entry used the information to locate the operation of a formula name and id,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:4674
    • 提供者:gewenlin
  1. SqlCeExaple

    0下载:
  2. 这是使用EVC开发的sqlce数据库的小例子;可以在模拟器下运行;CPU是x86;注意文件放置的路径正确。(希望能在开发环境中把EVC工具添加上)-This is the use of EVC sqlce database developed by the small examples; Simulator can run; CPU is x86; to document placed in the correct path. (I hope we will put the developmen
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:818754
    • 提供者:邵长明
  1. Marine

    0下载:
  2. 本代码是采用C++ Builider编写 是学习应用的好资料!-the code is written in C Builider preparation is a good learning application of information!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:346422
    • 提供者:赵航
  1. ADO_SQL_linpder

    0下载:
  2. 在VC++环境下利用ADO操作SQL数据库,其中还包括了列表框的使用,绝对是学习ADO和VC界面设计的经典入门程序-in VC environment ADO SQL database operation, which also includes a list box use, ADO is a learning and VC interface design of the classic entry procedures. !
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:155719
    • 提供者:OneGun
  1. collegescoremanagement

    0下载:
  2. 高校学籍管理系统:存储和显示功能的实现:利用链表,将数据逐条写入和读出文件; 添加数据:将链表的最后的next指针指向一个新开辟的空间地址,然后将数据最后追加一条信息。 修改数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,让用户输入修改后的信息,如果找不到的话提示用户重新输入。 删除数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,将要删除的数据前面一条的next指向要删掉的这条信息的下一条的地址,然后将此信息的空间释放。如果找不到的话提示用户重新输入。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:guoxiang
  1. personmangement

    0下载:
  2. 高校人事管理系统包括的功能主要有编辑、查询、插入、统计和保存、显示功能,其中的信息主体主要包括在职人员、退休人员、返聘人员和临时工,需要存储这些人员的人事档案信息:编号、姓名、性别、年龄、职务、职称、政治面貌、最高学历、任职时间、来院时间。-College Personnel Management System, including the main function of editorial, query, insert, statistics and preservation, displa
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3636
    • 提供者:guoxiang
  1. mazemm

    0下载:
  2. 用栈实现迷宫算法,四个方向寻求出路,四周加边,寻求路径-with Stack achieve maze algorithm, four direction to seek a way out, surrounded bordered seek path
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:937
    • 提供者:XIQI
  1. 20070528_vc_library

    0下载:
  2. 一个仓库管理系统的源码,使用vc++6.0,后台数据为access,需配置数据源-a warehouse management system source code, the use of vc 6.0, background data access, configuration data sources
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:217704
    • 提供者:zx
  1. disc1

    0下载:
  2. Visual c++ 6.0 数据库系统开发案例精选一书配套源码盘一-Visual c 6.0 database systems development cases selected a site on a matching source
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2544878
    • 提供者:唐偌
  1. disc2

    0下载:
  2. Visual c++ 6.0 数据库系统开发案例精选一书配套源码盘二-Visual c 6.0 database systems development cases selected a book supporting source disk 2
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:8876132
    • 提供者:唐偌
  1. disc3

    0下载:
  2. Visual c++ 6.0 数据库系统开发案例精选一书配套源码盘三-Visual c 6.0 database systems development cases selected a book supporting source disk 3
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2376071
    • 提供者:唐偌
  1. disc4

    0下载:
  2. Visual c++ 6.0 数据库系统开发案例精选一书配套源码盘四-Visual c 6.0 database systems development cases selected a book supporting four disk FOSS
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2386815
    • 提供者:唐偌
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com