Welcome![Sign In][Sign Up]
Location:
Search - knuth

Search list

[Other resourceAddison.Wesley.Donald.E.Knuth.The.Art.of.Computer.

Description: 计算机科学的圣经 Knuth的经典之作——第2卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系。第3版中特别值得注意的是Knuth对随机数生成程序的重新处理和对形式幂级数计算的讨论。
Platform: | Size: 38066707 | Author: joy wang | Hits:

[Other resourceAddison.Wesley.Donald.E.Knuth.The.Art.of.Computer.

Description: 计算机科学的圣经 Knuth的经典之作 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。
Platform: | Size: 66604728 | Author: joy wang | Hits:

[BooksMMIX

Description: 这是Knuth的虚拟机器MMIX
Platform: | Size: 4977570 | Author: zhongyijun | Hits:

[BooksConcrete Mathematics,具体数学

Description: Knuth的《Concrete Mathematics》具体数学
Platform: | Size: 29647125 | Author: zhongyijun | Hits:

[Other改良快速模式匹配

Description: Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards?* And the standard Series
Platform: | Size: 7168 | Author: 林志伟 | Hits:

[Booksdonald e. knuth - the art of computer programming

Description: 卷1为基础运算法则,该书以基本的编程概念和技术为开始,然后讲述信息结构--计算机内信息的表示法,数据元素间的结构关系以及处理它们的有效方法。主要应用于模拟、数字方法、符号计算、软件和系统设计。许多简单和重要的运算法则和技术已添加到前一版本中,精确的初步计算部分已经修改,以适应当前趋势。 -a volume-based algorithms, the book of basic programming concepts and techniques for beginning and then information about the structure-- the computer information within the said Act, data elements and the structural relationship to address them in an effective manner. Mainly used in analog, digital, symbolic computation, software and system design. Many simple and important algorithms and technology has been added to the previous version, accurate calculation of the initial part has been revised to adapt to current trends.
Platform: | Size: 13737984 | Author: 邵宇峰 | Hits:

[Algorithmdonald e. knuth - the art of computer programming

Description: 本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系,其中特别值得注意的是作者对随机数生成程序的重新处理和对形式幂级数计算的讨论。 本书附有大量习题和答案,标明了难易程度及数学概念的使用。 本书内容精辟,语言流畅,引人入胜,可供从事计算机科学、计算数学、计算技术诸方面的工作人员参考、研究和借鉴,也是相关专业高等院校的理想教材和教学参考书。 -the book industry at home and abroad is widespread concern in seven volumes of the "Art of Computer Programming" volume 2, the latest version. The present volume of semi- numerical algorithm to do a full field, at the "random" and "arithmetic" two chapters. This volume summary of the main examples of these algorithms on the basic theory and extensive analysis of the computer program design and numerical analysis of the linkages between, which is particularly noteworthy is the author of Random Number Generation procedures for processing and re-form calculation of power series. The book with a large number of exercises and answers, indicating the degree of difficulty and the use of mathematical concepts. The contents are incisive, language fluent and attractive
Platform: | Size: 38065152 | Author: 邵宇峰 | Hits:

[Data structsdonald e. knuth - the art of computer programming

Description: 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the computer and search the first-class technology of the most comprehensive study of its expansion Volume 1 data structure handling methods, the size of the database and external memory and storage are included. The book including computer methods carefully examined the options, and its efficiency lot of analysis. The book version of the unique features of the optimization is sorted, and right hash law and common law with the new theoretical expositions.
Platform: | Size: 16165888 | Author: 邵宇峰 | Hits:

[Data structsKMP匹配算法

Description: 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
Platform: | Size: 3072 | Author: 卢孝飞 | Hits:

[Data structsdancinglink

Description: This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This is really a super acrobatic and I am sure that not many programmers can understand the algorithms.   -This is a program to implement the so-calle d "dancing link" which is introduced in Knuth s p APER. This is really a super acrobatic and I am su re that not many programmers can understand the algorithms.
Platform: | Size: 467968 | Author: reine | Hits:

[AlgorithmConcreteMathematic

Description: 算法大师Donald E.Knuth的经典著作《Concrete Mathematics具体数学》,算法学习的基础-algorithm master Donald E. Knuth classics "Concrete Mathe Matics specific math. "the foundation of learning algorithm
Platform: | Size: 10457088 | Author: xl | Hits:

[OtherConcrete_Mathematics_in_chinese

Description: 算法大师Donald E.Knuth的经典著作《Concrete Mathematics具体数学》中文版-algorithm master Donald E. Knuth classics "Concrete Mathe matics specific mathematical Chinese edition of "
Platform: | Size: 9802752 | Author: 梁璐 | Hits:

[AlgorithmAddison.Wesley.Donald.E.Knuth.The.Art.of.Computer.

Description: 计算机科学的圣经 Knuth的经典之作——第2卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系。第3版中特别值得注意的是Knuth对随机数生成程序的重新处理和对形式幂级数计算的讨论。-Computer Science of the Bible, the classic Knuth- Volume 2 of the semi-numerical algorithm for the field to do a comprehensive introduction, sub-
Platform: | Size: 38066176 | Author: | Hits:

[Data structsAddison.Wesley.Donald.E.Knuth.The.Art.of.Computer.

Description: 计算机科学的圣经 Knuth的经典之作 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Computer Science of the Bible, the classic Knuth Volume 3 for sorting and searching, this is the first book a revised edition, which is on the computer sorting and search of first-class technology, the most comprehensive study, which expands the volume 1 in the data structure approach to the size of the database, as well as memory and external storage are included. The book includes methods for computer double-check the options, and a large number of analysis of its efficiency. The edition of this book is unique in that optimizes the sorting, as well as general-purpose hash law and order law of the new theory.
Platform: | Size: 66604032 | Author: | Hits:

[STLSudoku

Description: 这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。 -Then a calculation Sudoku game console procedures. Pruning search algorithm using the most powerful dance link (may refer to knuth thesis), and STL-set beautiful realize.
Platform: | Size: 116736 | Author: 李如其 | Hits:

[BooksThe_TeXBook_Knuth

Description: TeX的鼻祖Knuth介绍相应的TeX使用-Knuth
Platform: | Size: 1519616 | Author: yang | Hits:

[Othertaocp_v4_f0

Description: TAOCP第四卷,knuth老先生的作品很不错 欢迎下载-TAOCP Volume IV, knuth old works very good welcome to download
Platform: | Size: 3445760 | Author: 孟逍遥 | Hits:

[Software EngineeringTheArtofComputerProgrammingVolume2

Description: Knuth不僅僅是傑出的programmer,同時也是世界聞名的數學家和演算法的專家。他的經典巨著The Art of Computer Programming裡頭寫的是他畢生研究演算法和程式設計的精華-Knuth is not only an outstanding programmer, but also world-renowned mathematicians and experts algorithm. His classic masterpiece, The Art of Computer Programming is written inside his life-long study of algorithms and the essence of programming
Platform: | Size: 38066176 | Author: Clock | Hits:

[OtherTheArtofComputerProgrammingVolume3

Description: Knuth不僅僅是傑出的programmer,同時也是世界聞名的數學家和演算法的專家。他的經典巨著The Art of Computer Programming裡頭寫的是他畢生研究演算法和程式設計的精華-Knuth is not only an outstanding programmer, but also world-renowned mathematicians and experts algorithm. His classic masterpiece, The Art of Computer Programming is written inside his life-long study of algorithms and the essence of programming
Platform: | Size: 16166912 | Author: Clock | Hits:

[Algorithmknuth

Description: 大牛Knuth写的线性规划的C源代码,另附说明文档-Knuth s linear programming C source code, documentation attached
Platform: | Size: 116736 | Author: Fancy | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net