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

搜索资源列表

  1. Data.Structures.and.Algorithm.Analysis.in.C

  2. 非常经典的数据结构和算法分析的英文书 PREFACE CHAPTER 1: INTRODUCTION CHAPTER 2: ALGORITHM ANALYSIS CHAPTER 3: LISTS, STACKS, AND QUEUES CHAPTER 4: TREES CHAPTER 5: HASHING CHAPTER 6: PRIORITY QUEUES (HEAPS) CHAPTER 7: SORTING CHAPTER 8: THE DISJOINT SET ADT CHAPTER 9
  3. 所属分类:其它

    • 发布日期:2009-10-06
    • 文件大小:2097152
    • 提供者:yorua007
  1. 高级数据结构PPT 英文版

  2. 英文版高级数据结构PPT,内容包括: Amortized complexity (Web) External sorting & tournament trees (Sections 7.10.1, 7.10.2, and 5.8) Buffering (Section 7.10.3) Run generation & optimal merge patterns (Huffman trees) (Sections 7.10.4 and 7.10.5) Priority queues and
  3. 所属分类:其它

    • 发布日期:2009-10-07
    • 文件大小:1048576
    • 提供者:yuqijing1986
  1. 代码编辑工具SourceInSight

  2. Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。 Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器
  3. 所属分类:C

    • 发布日期:2009-10-08
    • 文件大小:3145728
    • 提供者:hamilton1
  1. SourceInsight汉化

  2. Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。 Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器
  3. 所属分类:C

    • 发布日期:2009-10-08
    • 文件大小:1048576
    • 提供者:hamilton1
  1. 计算机编程英语词汇 算法常用术语中英对照

  2. 计算机编程英语词汇 算法常用术语中英对照 Data Structures 基本数据结构 Dictionaries 字典 Priority Queues 堆 Graph Data Structures 图 Set Data Structures 集合 Kd-Trees 线段树 Numerical Problems 数值问题 Solving Linear Equations 线性方程组 Bandwidth Reduction 带宽压缩 Matrix Multiplication 矩阵乘法 Dete
  3. 所属分类:其它

    • 发布日期:2009-10-12
    • 文件大小:221184
    • 提供者:chinazhouhao
  1. 算法导论 答案 (英文版)

  2. 不错的参考资料 值得一看 Revision History R-1 Preface P-1 Chapter 2: Getting Started Lecture Notes 2-1 Solutions 2-16 Chapter 3: Growth of Functions Lecture Notes 3-1 Solutions 3-7 Chapter 4: Recurrences Lecture Notes 4-1 Solutions 4-8 Chapter 5: Probabilistic
  3. 所属分类:其它

    • 发布日期:2009-10-13
    • 文件大小:1048576
    • 提供者:lololoo
  1. Data.Structures.and.Algorithm.Analysis

  2. This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can handle large amounts of
  3. 所属分类:C

    • 发布日期:2009-10-19
    • 文件大小:2097152
    • 提供者:lgm97
  1. algorithms-on-strings-trees-and-sequences.part1

  2. The book is a general, rigorous text on deterministic algorithms that operate on strings, and sequences. It covers the full spectrum of string algorithms from clasical computer science to modern molecular bioogy and, when appropriate, connects those
  3. 所属分类:专业指导

    • 发布日期:2009-10-19
    • 文件大小:4194304
    • 提供者:fanbird2008
  1. algorithms-on-strings-trees-and-sequences.part2

  2. The book is a general, rigorous text on deterministic algorithms that operate on strings, and sequences. It covers the full spectrum of string algorithms from clasical computer science to modern molecular bioogy and, when appropriate, connects those
  3. 所属分类:专业指导

    • 发布日期:2009-10-19
    • 文件大小:4194304
    • 提供者:fanbird2008
  1. algorithms-on-strings-trees-and-sequences.part3

  2. The book is a general, rigorous text on deterministic algorithms that operate on strings, and sequences. It covers the full spectrum of string algorithms from clasical computer science to modern molecular bioogy and, when appropriate, connects those
  3. 所属分类:专业指导

    • 发布日期:2009-10-19
    • 文件大小:4194304
    • 提供者:fanbird2008
  1. The Elements of Statistical Learning

  2. Preface to the Second Edition vii Preface to the First Edition xi 1 Introduction 1 2 Overview of Supervised Learning 9 2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.2 Variable Types and Terminology . . . . . . . . . . . . .
  3. 所属分类:Web开发

    • 发布日期:2009-10-28
    • 文件大小:8388608
    • 提供者:yangyx_006
  1. AJAX框架:dwr.jar

  2. DWR(Direct Web Remoting)是一个WEB远程调用框架.利用这个框架可以让AJAX开发变得很简单.利用DWR可以在客户端利用Javascr ipt直接调用服务端的Java方法并返回值给Javascr ipt就好像直接本地客户端调用一样(DWR根据Java类来动态生成JavaScrip代码).它的最新版本DWR0.6添加许多特性如:支持Dom Trees的自动配置,支持Spring(Javascr ipt远程调用spring bean),更好浏览器支持,还支持一个可选的comm
  3. 所属分类:Java

    • 发布日期:2009-10-29
    • 文件大小:327680
    • 提供者:yangjinming24
  1. 数据结构之二叉树(c语言描述)

  2. 一个比较简单的二叉树代码,是c语言描述的,希望能给大家提供一点帮
  3. 所属分类:C

    • 发布日期:2009-10-30
    • 文件大小:71680
    • 提供者:subfly
  1. u-boot-2009.11-rc1.tar.bz2

  2. U-Boot Source Code The current source code is available through the _git_ repository at git.denx.de. Released Versions (and some special snapshots) are available from the DENX FTP server Snapshots are available using the clever "snapshot" feature of
  3. 所属分类:Web开发

    • 发布日期:2009-11-03
    • 文件大小:8388608
    • 提供者:y_lang
  1. Cisco.Press.Network.Management.Fundamentals.Nov.2006

  2. Network Management Fundamentals aims toprovide an accessible introduction to this important subject area. It covers management not just of networks themselves, but also of services running over those networks. It explains the fundamental concepts an
  3. 所属分类:Access

    • 发布日期:2009-11-15
    • 文件大小:5242880
    • 提供者:bestchoice
  1. Introduction to bioinformatics

  2. Arthur M. Lesk University of Cambridge 生物信息学简介,英文版 Table of Contents Introduction to Bioinformatics...................................................2 Preface..................................................................................4 Plan o
  3. 所属分类:专业指导

    • 发布日期:2009-11-17
    • 文件大小:6291456
    • 提供者:myyyyy
  1. A Study of Erlang ETS Table

  2. The viability of implementing an in-memory database, Er- lang ETS, using a relatively-new data structure, called a Judy array, was studied by comparing the performance of ETS tables based on four data structures: AVL balanced binary trees, B-trees,
  3. 所属分类:其它

    • 发布日期:2009-11-21
    • 文件大小:169984
    • 提供者:steven20f
  1. KD-tree详细权威资料

  2. 为了完成老师交代的任务,自己从网上精心搜集的关于kd-tree的全面详细资料。 An introductory tutoril on kd-trees.pdf Highly Parallel Fast KD-tree Construction for Interactive Ray Tracing of Dynamic Scenes.pdf KD+tree-tutorial.pdf On building fast kd-Trees for Ray Tracing, and on doing
  3. 所属分类:Java

    • 发布日期:2009-11-22
    • 文件大小:2097152
    • 提供者:kissiey
  1. Random forests(Leo Breiman)

  2. Random forests are a combination of tree predictors such that each tree depends on the values of a random vector sampled independently and with the same distribution for all trees in the forest. The generalization error for forests converges a.s. to
  3. 所属分类:其它

    • 发布日期:2009-11-22
    • 文件大小:123904
    • 提供者:utimes
  1. 微软内部资料-SQL性能优化5

  2. Contents Overview 1 Lesson 1: Index Concepts 3 Lesson 2: Concepts – Statistics 29 Lesson 3: Concepts – Query Optimization 37 Lesson 4: Information Collection and Analysis 61 Lesson 5: Formulating and Implementing Resolution 75 Module 6: Troubleshoot
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:2097152
    • 提供者:songsu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 47 »