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

搜索资源列表

  1. 查看DBASE数据库的结构  

    0下载:
  2. DBASE虽然是昨日黄花,但是它的数据结构影响了现在很多流行数据库的结构,也许会对你有用了.-DBASE is yesterday's news, but its data structure affects many popular database structure, you may find useful.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1985
    • 提供者:周禄均
  1. XML数据结构_TreeCtrl

    1下载:
  2. XML数据结构,是个文件树 AppWizard has created this SLT application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.-XML data structure is a tre
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:68532
    • 提供者:张得明
  1. ex_2004_5

    0下载:
  2. 飞机订票系统用数据结构描述可直接运行,功能完善-aircraft booking system using data structure can be described directly operational and functional improvement
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2147
    • 提供者:zw
  1. lxh

    0下载:
  2. 将数据库的Xml文件解析生成一个树型的数据结构,-database of Xml file parsing generated a tree data structure,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:6176316
    • 提供者:刘新华
  1. classcons1t

    0下载:
  2. windows 下的一个环形buffer的demo,很好的数据结构算法,一个类封装了所有的操作-windows of a circular buffer to the demo, very good data structure algorithms, a package of all categories of operation
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:10833
    • 提供者:陈全勇
  1. datastruct.ppt

    0下载:
  2. 数据结构ppt 数据结构ppt-data structure ppt ppt data structure data structure data structure ppt ppt
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1381547
    • 提供者:hkingh
  1. TurboTree

    0下载:
  2. 很多人都使用“父—子结构+递归算法”来显示树型的层次结构,这里给介绍一种简单方便的数据结构和算法,快速显示树型的层次结构-many people use a "parent-child structure + recursive algorithm" to show the level of tree structure, here introduced to a simple data structure and algorithm, shows the hierarchi
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:276733
    • 提供者:vvyang
  1. 564561354654

    0下载:
  2. 包括无向图的深度优先搜索,普里姆算法构造最小生成树,数据结构习题的答案-including undirected graph of the depth-first search, Primbetov tectonic minimum spanning tree algorithm and data structure Exercise answer!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:163655
    • 提供者:xing
  1. 456456413786

    0下载:
  2. 数据结构课程设计打包下载,包括两个1.约瑟夫环 2.最小生成树问题!!!我已经交给老师,发给大家参考一下-data structure course design package download, including two one. Josephus 2. The minimum spanning tree problem! ! ! I was handed over to the teachers, to your reference! !
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:8671
    • 提供者:xing
  1. the-realizaton-of-both-Hibernate-and-Java

    0下载:
  2. Hibernate是一个面向Java环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping(ORM))这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。Hibernate不仅仅管理Java类到数据库表的映射(包括Java数据类型到SQL数据类型的映射),还提供数据查询和获取数据的方法,可以大幅度减少开发时人工使用SQL和JDBC处理数据的时间。 本文在充分研究以往数据持久层的发展和现状的基础上,引出了基于ORM
  3. 所属分类:数据库编程

  1. code2cSP

    0下载:
  2. 编写概要设计说明书的目的是说明对程序系统总体设计的考虑,包括程序的基本流程和组织机构、输入/输出、接口设计、运行设计、数据结构设计和系统出错处理设计等,为系统的详细设计提供基础。 本份概要设计说明书详细分析工程的各种需求,综合小组中各个开发人员的意见,为以后的详细设计规划出一个蓝图,使以后的工作做到有步骤、有计划,并且对今后出现的各种可能情况作出预测和进行初步和适当的处理,使工程的进程稳步和有效率。 关键词:售前管理 数据结构 说明书 -prepared outline design
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:98985
    • 提供者:wq57
  1. yy2

    0下载:
  2. 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法 -1. Stack data structure defines the order of 2. Write a function to achieve the stack initialization, stack, stack, to determine the stack is em
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-26
    • 文件大小:184803
    • 提供者:武朝阳
  1. maze

    0下载:
  2. 数据结构迷宫算法的例子,随即产生一个迷宫,适合初学者,-The data structure of the maze algorithm example, is suitable for beginners
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:269457
    • 提供者:王汉顺
  1. DataBase

    0下载:
  2. 介绍复数的数据结构应用,用c++实现,有效地实现了学习的目标-Introduced the application of complex data structure, using c++ Achieve and effectively to achieve the learning objectives
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:23815
    • 提供者:aa
  1. struct

    0下载:
  2. 数据结构课程设计,包括猴子选大王,文章编辑,航空系统,纸牌游戏。-Curriculum design data structure, including the monkey king election, the article editor, aviation systems, card games.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:476377
    • 提供者:书缘
  1. Dbm

    0下载:
  2. 下面进入正题,首先按我个人所接触过的程序给数据库设计人员的功底分一下类:   1、没有系统学习过数据结构的程序员。这类程序员的作品往往只是他们的即兴玩具,他们往往习惯只设计有限的几个表,实现某类功能的数据全部塞在一个表中,各表之间几乎毫无关联。网上不少的免费管理软件都是这样的东西,当程序功能有限,数据量不多的时候,其程序运行起来没有什么问题,但是如果用其管理比较重要的数据,风险性非常大。 -The following into the subject, first of all, I p
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:93958
    • 提供者:谢新强
  1. DataBase

    0下载:
  2. 纯C语言写的小型通用数据库,一个C数据结构组科技小组的作品,附有开发思路PPT,这可是一个宝贵的资源哦,更底层的东西,运行于DOS提示符,可以新建数据库等操作。C的编程高手们值得参考一下。-Pure C language to write a small general-purpose database, a data structure C Group Technology Group works to develop ideas with PPT, this is a valuable re
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:359548
    • 提供者:113
  1. Data-structure-and-algorithm

    0下载:
  2. 这是一个基于c++的数据结构与算法的教程,包含编程必须的数据结构与算法的内容,非常适合初学者学习。-This is a c++ data structures and algorithms tutorial contains the contents of the data structures and algorithms for programming must, very suitable for beginners to learn.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-10
    • 文件大小:24165694
    • 提供者:songyafee
  1. experiment-of-data-structure

    0下载:
  2. 以链式存储结构实现一个线性表的抽象数据类型,并实现线性表的初始化、查找、插入、删除和就地逆置等操作,要求具有较好的人机交互处理过程。-In order to achieve a linear chain store structure table abstract data types, and to achieve a linear table is initialized, search, insert, delete, and set in place the inverse operat
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:4981
    • 提供者:刘云
  1. Data-structure

    0下载:
  2. 此程序设计了一数据结构可处理任意长度的整数,并对输入的数据要进行了合法性检查-This program is designed in a data structure can handle integers of any length, and data input to be carried out to check the legality
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-07
    • 文件大小:1239040
    • 提供者:peter
« 12 3 4 5 6 »
搜珍网 www.dssz.com