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

搜索资源列表

  1. CenturyDateTables

    0下载:
  2. 在20世纪每年每月创建表结构和插入数据的SQL的DLL(3KB) -year of the 20th century to create a monthly insert the table structure and SQL data DLL (3KB)
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2452
    • 提供者:赵吉颖
  1. 文档资料信息管理系统

    3下载:
  2. 公司文档资料信息管理系统,自己学PB时的小程序! PowerBuilder是著名的数据库应用开发工具生产厂商PowerSoft公司推出的产品(PowerSoft现已被数据库厂商Sybase所收购),它完全按照客户机/服务器体系结构研制设计,在客户机/服务器结构中,它使用在客户机中,作为数据库应用程序的开发工具而存在。由于PowerBuilder采用了面向对象和可视化技术,提供可视化的应用开发环境,使得我们利用PowerBuilder,可以方便快捷地开发出利用后台服务器中的数据和数据库管理系统
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:947997
    • 提供者:熊鑫鹏
  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. 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. 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. 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. 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. datastructure

    0下载:
  2. 中国科学技术大学数据结构PPT,内容涵盖数据结构中的一般内容-China University of Science and Technology of the data structure PPT, covering the general content of the data structure
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:1689063
    • 提供者:孟中
  1. PAGE

    1下载:
  2. 目的: 了解分页存储的原理。 理解分页存储的管理算法。 实验内容和步骤: 1.分页式存储管理方案。 内存被划分成2048块(页)。用32位字长的字存放位示图, 为0的位表示该块尚未分配,为1的位表示该块已分配。 2.算法处理过程。 编辑文件。该文件中存有内存目前状况的位示图的数据(0和1的文件)。 程序应读入数据,存放在相应的数据结构中。 显示友好的用户界面,输入内存申请(总块数)。 根据申请和位示图状态,为用户分配内存,并建立页表。 输出位示图和
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:1679
    • 提供者:虫儿飞
  1. Exp7_BSTree

    0下载:
  2. 是《数据结构》面向对象与方法与C++语言描述的关于线性表的类库源代码,在做图表题诗可以使用-Is a " data structure" and the method of object-oriented language with C++ class library described in the source code on the chart, in the poem can make graph
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:3065
    • 提供者:高蕾
  1. ImportClassification_ExcepToSql2005

    0下载:
  2. Excel(树形结构)导入数据库,保持Excel节点结构,并根据数据库记录更改数据的ID-Excel (tree structure) into the database, maintaining Excel node structure, and change the data according to the database record ID
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-27
    • 文件大小:10208256
    • 提供者:陈超
  1. Composite

    0下载:
  2. 合成模式范例,实现数据结构和工资分布。用delphi语言实现。-Synthesis mode example, the data structure and wage distribution. With delphi language.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-14
    • 文件大小:186209
    • 提供者:mahande
  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
  1. shu-tu-and-tuizhan-liebiao-

    0下载:
  2. 这是关于数据结构的课件以及示例程序,包括二叉树,序列,堆栈等,示例程序是超市商品管理系统-This is the data structure courseware and sample programs, including binary sequence, stack, etc., the sample program is supermarket merchandise management system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-03
    • 文件大小:700431
    • 提供者:张笑
« 12 3 4 »
搜珍网 www.dssz.com