CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 Dephi控件源码 搜索资源 - data structure

搜索资源列表

  1. Delphi最新三层源码

    2下载:
  2. 随便说说最近项目中的三层架构吧。讲点实际的东西。我最讨厌空讲道理。网上讲道理的太多了,不喜欢举例子。 大多数文章中都或多或少的讲到了三层架构。表示层,业务层,数据层。又把业务层再细分,分为外观服务层,主业务服务,及数据库库服务层。 今天主要讨论一下业务层吧。举个最简单的例子。客户端获取数据。 -idle recent projects in the three tiers of it. Say something concrete things. I hated most spa
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:1874100
    • 提供者:小生
  1. ycIP

    0下载:
  2. 主要介绍如何在程序中实现IP地址的隐藏。其实这篇东西不算我写的。其中《IP头结构》部分我懒得打字,故复制、粘贴了孤独剑客的文章,先说声谢谢!代码部分参考了外国程序xes写的一个程序。所以这只是学习过程中的一个副产品。既然程序已经做好了,就顺便放上来跟大家一起交流,共同提高吧。本文只不过想说明一下IP数据的结构和发送机制。如果有人把它改为恶意IP攻击工具,后果自负。-describes how the process of IP addresses hidden. In fact, this is
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:4938
    • 提供者:贾磊
  1. DatastructLinkerListDemo

    0下载:
  2. 此程序演示了数据结构中,有关链表的动态创建,以及与他相关的一些操作-this procedure demonstrated a data structure, the chain of dynamic creation, and his relevant to the operation
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:166967
    • 提供者:笑笑
  1. StorageLibrary3.56_FullSource_Delphi2010

    1下载:
  2. 【最新for delphi 2010全源码版本】 应用程序设置管理是任何应用程序和基础的重要组成部分。通常TIniFile和TRegistry类用于这一目的。Storage Library为应用程序设置管理的新途径。Storage Library是为应用程序设置工作,使组件的集合。Storage Library的概念是非常优雅和简单的: *TrsStorage -主要含有类似的内存结构树中的所有数据 *一些TrsStorageData控件与ini,XML文件,注册表或TS
  3. 所属分类:Delphi控件源码

    • 发布日期:2013-07-12
    • 文件大小:608924
    • 提供者:uuhunter
  1. sbt

    0下载:
  2. 数据结构,由陈起峰创作,是一种优秀的bst,用size控制,称为sbt -Data structure, by Chen Qi-feng creation, is an excellent bst, with size control, known as the sbt
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:243316
    • 提供者:xingjianan
  1. delphi7

    0下载:
  2. 数据结构大作业 迷宫求解 用delphi做的 有源码-Data structure used to solve major operating maze do have a source delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:277530
    • 提供者:炫耀
  1. TREE

    1下载:
  2. delphi编程控件,用于制作按树形展开的数据结构显示-delphi programming controls for the production carried out by the tree data structure display
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:108610
    • 提供者:zm123zm
  1. TREEdemo

    0下载:
  2. delphi编程控件,用于制作按树形展开的数据结构显示-delphi programming controls for the production carried out by the tree data structure display
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-01
    • 文件大小:921914
    • 提供者:zm123zm
  1. c_demo

    0下载:
  2. 数据结构算法演示系统,c语言和pascal版-Data Structure Algorithm Demonstration System, c language and pascal version
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-10
    • 文件大小:2258495
    • 提供者:蛋蛋
  1. huffman

    0下载:
  2. 哈夫曼编码 数据结构课程设计 Delphi源码 -Huffman Coding Delphi Source Data Structure Course Design
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:25307
    • 提供者:
  1. dcl

    0下载:
  2. 通用DCL数据结构控件库,可以实现JAVA常用的数据结构,如HASHMAP,ARRAYLIST,ARRAYSET,QUEUE,BINARYTREE,HEAP等等数据结构的DELPHI实现-Common control library DCL data structure can be achieved JAVA common data structures, such as HASHMAP, ARRAYLIST, ARRAYSET, QUEUE, BINARYTREE, HEAP, etc. D
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:252245
    • 提供者:liwei
  1. AVLtrees

    0下载:
  2. AVL平衡树控件包,研究数据结构的好-AVL balanced tree control packet, the data structure of a good stuff
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:6150
    • 提供者:zensst
  1. RMQ_jim

    0下载:
  2. O(n)实现RMQ的算法,一般RMQ问题 到 O(n)构造笛卡尔树 到 <O(n), O(1)>的求解±1 RMQ问题 -implement the data structure of RMQ in O(n) time
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:1347
    • 提供者:曹竹
  1. Shortest-path

    1下载:
  2. 数据结构中图的应用(最短路径以及拓扑排序)-The application in the data structure (shortest path and topological sorting)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:524800
    • 提供者:永夜
  1. The-Tomes-of-Delphi-Algorithms-and-Data-Structure

    0下载:
  2. The Tomes of Delphi™ Algorithms and Data Structures
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1900837
    • 提供者:Chris
  1. LianBiao_Public

    0下载:
  2. 用Delphi写的一个链表的类,算是数据结构吧。-Using Delphi to write a list of the class, be it data structure.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:1429
    • 提供者:周永平
  1. InserSort

    0下载:
  2. 可以实现连接分配线性表创建,倒链等,对于理解线性表数据结构和delphi入门有作用-Connection assignment create linear table down chain, to understand the the linear table data structure and the delphi entry role
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-20
    • 文件大小:563
    • 提供者:Feng Xinyang
  1. Graph

    0下载:
  2. 此文件为《数据结构实用教程(C++版)【万健】书中图的实现源码。-This file is a data structure practical the tutorial (C++ Edition) [WAN Jian] book realize the source.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-17
    • 文件大小:9299
    • 提供者:小种子
  1. dtl

    0下载:
  2. 扩展的Delphi数据结构。支持高效的HashTable。模拟的泛型支持-Extended Delphi data structure. Supports efficient HashTable. Simulation generics support
  3. 所属分类:Delphi VCL

    • 发布日期:2016-01-26
    • 文件大小:83968
    • 提供者:helppass
  1. dcl088

    0下载:
  2. 另一个数据结构的高效实现。同样支持HashMap,不同的是可以在Kylix3下编译使用-Efficient implementation of another data structure. Also supports HashMap, different can be compiled using the Kylix3
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-25
    • 文件大小:89457
    • 提供者:helppass
« 12 »
搜珍网 www.dssz.com