您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 广义表的二叉链式存储表示及其算法设计

  2. 在分析广义表(Generalized list)的抽象数据类型定义、特点和存储结构的基础上,提出了广义表的二叉链式存 储表示(称之为广义二叉链表,Generalized Binary Linked List,简称GBLL)。广义二叉链表是对广义链表的一种改进,它 有利于广义表的推广和应用。此外还给出了若干个基于广义二叉链表的算法设计,并分析了算法的时间复杂性。为减少 运行时的内存开销和提高算法的执行效率,大多是采用非递归算法实现。
  3. 所属分类:其它

    • 发布日期:2010-12-21
    • 文件大小:252928
    • 提供者:gongli16
  1. 双向链表 链表(C++编写)

  2. Our doubly linked lists have two header elements: the "head" just before the first element and the "tail" just after the last element. The `prev' link of the front header is null, as is the `next' link of the back header. Their other two links point
  3. 所属分类:C++

    • 发布日期:2010-12-21
    • 文件大小:6144
    • 提供者:zhaolianyun2008
  1. Java语言规范 Java Language Specification

  2. Java语言规范: This specification is organized as follows: Chapter 2 describes grammars and the notation used to present the lexical and syntactic grammars for the language. Chapter 3 describes the lexical structure of the Java programming language, whic
  3. 所属分类:Java

  1. eclipse 中文使用手册

  2. 0.环境说明...................................................................7 1.Eclipse简介...............................................................8 1.1历史背景........................................................8 1.2开放原始码软件.......................
  3. 所属分类:Java

    • 发布日期:2011-01-11
    • 文件大小:4194304
    • 提供者:suifengpiaoJava
  1. opensc-0.12.0.tar.gz

  2. NEWS for OpenSC -- History of user visible changes Complete change history is available online: http://www.opensc-project.org/opensc/timeline New in 0.12.0; 2010-12-22 * OpenSC uses a single reader driver, specified at compile time. * New card drive
  3. 所属分类:Web开发

    • 发布日期:2011-01-24
    • 文件大小:1048576
    • 提供者:lee_ashu
  1. SQL访问ORACLE

  2. 配置过程记录下来也供大家参考。 准备工作 事先在需要访问Oracle 数据库的主机上完成以下工作: 1. 安装SQL Server 数据库:SQL Server 2008 R2 Express 2. 安装Oracle 客户端访问程序:Oracle 10g Client 3. 配置Oracle 客户端tnsnames.ora 文件,其中需要注意文件中的数据库别名“ORADB”,该名称在下文创建Linked Server 时将会使用到。 ORADB = (DEscr iptION = (ADDRE
  3. 所属分类:Oracle

  1. QC9.0&QC10.0 按照项目实战的操作手册

  2. QC10.0文档目录 QC9.0和QC10.0的一样 项目管理员操作部分 5 一、 Management 5 1.1、 创建Release及Cycle 5 1.1.1、创建Release文件夹 6 1.1.2、创建Release 6 1.1.3、创建Cycle 7 1.1.4、复制Cycle 8 1.1.5、删除Release folder 、Release、Cycle 9 二、 Requirements 9 2.1、 创建需求 10 2.1.1、创建Requirements文件夹 11 2.
  3. 所属分类:Java

    • 发布日期:2011-02-04
    • 文件大小:2097152
    • 提供者:hpintern
  1. hibernate-shards.jar

  2. GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license d
  3. 所属分类:Access

    • 发布日期:2011-02-22
    • 文件大小:236544
    • 提供者:zhu_li_hong
  1. 单项链表和双向环链表

  2. this file is the test of the single linked-list and double linked-list take care that each node in the list have a key id, the node with same key id can only be added once,before one node is added,the routine will check if there have the node that h
  3. 所属分类:C

    • 发布日期:2011-03-27
    • 文件大小:12288
    • 提供者:besidemyself
  1. 数据结构和程序设计(DATA STRUCTURES AND PROGRAM DESIGN IN C++)

  2. Table of Contents 1. Programming Principles. 2. Introduction to Stacks. 3. Queues. 4. Linked Stacked and Queues. 5. Recursion. 6. Lists and Strings. 7. Searching. 8. Sorting. 9. Tables and Information Retrieval. 10. Binary Trees. 11. Multiway Trees.
  3. 所属分类:C/C++

    • 发布日期:2011-03-27
    • 文件大小:59392
    • 提供者:mnhkahn
  1. C/C++ 面试题集锦英文版

  2. C/C++ Interview Questions how do you find out if a linked-list has an end? (i.e. the list is not a cycle) You can find out by using 2 pointers. One of them goes 2 nodes each time. The second one goes at 1 nodes each time. If there is a cycle, the on
  3. 所属分类:C/C++

    • 发布日期:2011-04-02
    • 文件大小:142336
    • 提供者:jacoblee
  1. DAEMON Tools Lite

  2. DAEMON Tools Lite =XMind Readme= ==License== XMind 3 is dual licensed under 2 open source licenses: the Eclipse Public License v1.0 (EPL), which is available at http://www.eclipse.org/legal/epl-v10.html , and the GNU Lesser General Public License v3
  3. 所属分类:其它

    • 发布日期:2011-04-07
    • 文件大小:10485760
    • 提供者:niuyehaha
  1. 双向链表详细分析(很有用)

  2. 详细分析双向链表 1、双向链表(Double Linked List) 2、双向链表的结点结构和形式描述
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:137216
    • 提供者:nihaomabmt
  1. Eclipse中文教程

  2. Eclipse使用教程 1.Eclipse简介...........................................................................................................................................................8 1.1历史背景..............................................................
  3. 所属分类:Java

    • 发布日期:2011-04-16
    • 文件大小:5242880
    • 提供者:gtf19880205
  1. 高质量C语言练习题5--最难档--导航的数据处理

  2. 习题描述 本程序的功能是对中国导航的数据中的部分道路情况数据进行整理,分析,查询,排序。 原始数据存储在一个GTBL.dat的二进制文件中,具体的文件格式请参照ReveseTableFormat.xls 中的“逆引表格式”sheet. 在Kiwi格式中,每个道路都是被赋予了独一无二的编号,这个编号叫做LinkID, 在GTBL.dat这个文件中存储着部分道路情况的数据,他们是无序存储的(针对LinkID来说是无序的)。 提供的功能: 1) 读取GTBL.dat, 根据LinkID重新排序输出到
  3. 所属分类:C

    • 发布日期:2011-04-26
    • 文件大小:836608
    • 提供者:winni02788
  1. Addison.Wesley.C++.by.Dissection.2002.pdf

  2. 1 Writing an ANSI C++ Program 1 1.1 Getting Ready to Program....... 2 1.1 A First Program......... 3 1.2 Problem Solving: Recipes....... . 7 1.2.1 Algorithms—Being Precise...... . . 8 1.3 Implementing Our Algorithm in C++.... . . . 10 1.4 Software E
  3. 所属分类:C++

    • 发布日期:2008-04-16
    • 文件大小:5242880
    • 提供者:rootfs
  1. N.Parlante(Stanford2000)指针与内存

  2. 斯坦福大学的学习资料 Pointers — Before and After There's a lot of nice, tidy code you can write without knowing about pointers. But once you learn to use the power of pointers, you can never go back. There are too many things that can only be done with pointe
  3. 所属分类:C++

    • 发布日期:2011-05-22
    • 文件大小:70656
    • 提供者:strikeshine
  1. 计算机英语资料.doc

  2. 词汇: device:装置 abstract: not concrete抽象的 run(program):execute; carry out 运行(程序) cable:电缆(eg: cable modern) instruction:指令(eg:Instructions Cache) terminal:终端 enhance:加强 process:处理,处理过程(eg:Central Processing Unit(CPU)) architecture:结构;构造(eg:Industry St
  3. 所属分类:专业指导

    • 发布日期:2011-05-24
    • 文件大小:72704
    • 提供者:baitxaps
  1. mp4 creator- win32

  2. MP4Creator Version 1.6.1e-pre - by Crypto/DVBPortal 01-Jan-2009 --------------------------------------------------------------------------- This release includes the following components, in the indicated folders: mp4creator.exe - the muxer componen
  3. 所属分类:C++

    • 发布日期:2011-05-28
    • 文件大小:237568
    • 提供者:vbLittleBoy
  1. fltk-1.1.10-source.zip

  2. FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation
  3. 所属分类:C++

    • 发布日期:2011-06-08
    • 文件大小:3145728
    • 提供者:MarkChen_gd
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 39 »