Location:
Search - 具体数学
Search list
Description: 算法大师Donald E.Knuth的经典著作《Concrete Mathematics具体数学》,算法学习的基础-algorithm master Donald E. Knuth classics "Concrete Mathe Matics specific math. "the foundation of learning algorithm
Platform: |
Size: 10457069 |
Author: xl |
Hits:
Description: 算法大师Donald E.Knuth的经典著作《Concrete Mathematics具体数学》中文版-algorithm master Donald E. Knuth classics "Concrete Mathe matics specific mathematical Chinese edition of "
Platform: |
Size: 9802712 |
Author: 梁璐 |
Hits:
Description: 具体数学
计算机科学的基础
用来提高你的计算机理论水平-specific mathematical computer science foundation to raise your level of theoretical computer
Platform: |
Size: 10457034 |
Author: 折闪电 |
Hits:
Description: 经典丛书《具体数学》超星电子版,非常适合数学专业、数学爱好者及ACMer
Platform: |
Size: 18919486 |
Author: 姚冰 |
Hits:
Description: Knuth的《Concrete Mathematics》具体数学
Platform: |
Size: 29647125 |
Author: zhongyijun |
Hits:
Description: 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D<0,则调整如果D>0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温-98 National Mathematical Contest in Modeling B and that the "flood inspections", is a salesman problem, and that is 53 points, all possibilities about exp (53), there is no good way to get accurate solutions, since no exact solution for, we used simulated annealing France obtained an optimum solution to all nodes to a number of 53 to 53.1 is with the system structure, changes in the structure of the rules is : from 1-53 with a randomly selected with a son, to reverse or to move it to another, the energy E is the natural path length. The specific algorithm is described as follows : Step 1 : The initial set temperature T, given an initial inspection line. Step 2 : Step 3-- 8 K cycle times Step 3 : Step 4-- 7 M cycle times Step 4 : The random selection of routes for Step 5 : rando
Platform: |
Size: 2048 |
Author: 王冠 |
Hits:
Description: 本程序实现了数学中的求物体的体积与表面积 的算法与具体实现过程。希望对大家有一些启发。-the mathematical procedures to achieve the objects for the volume and surface area of algorithms and realization process. We hope to have some insights.
Platform: |
Size: 4358144 |
Author: 冰城 |
Hits:
Description: 数据结构
教材及参考书目:
1〉 数据结构及应用算法教程
严蔚敏等编 清华大学出版社
2〉数据结构(C语言版)
严蔚敏等编 清华大学出版社
3〉数据结构C++语言描述
刘卫东等译 清华大学出版社
第一章 绪论
问题引入
解决问题步骤:建立数学模型和设计 算法
建立数学模型过程:分析问题、提取操作对象、找出对象间关系,对此用数学语言加以描述。
算法设计:利用建立的数学模型,根据具体问题,设计出解决问题的方法。
-data structure materials and bibliographies : 1> data structure and algorithm Application Guide Yan Wei Min edited Qinghua University Press 2> data structure (C-language version) Yan Wei Min edited Qinghua University Press 3> C language data structures described Liu Weidong as Qinghua University Press translation of the first chapter exordium was introduced to solve the problem of steps : creation of mathematical models and algorithms design mathematical model process : analysis, extraction operation targets, identify objects, using this mathematical language to be described. Algorithm Design : Using the mathematical model, based on specific issues designed to solve the problem.
Platform: |
Size: 24576 |
Author: C语言 |
Hits:
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:
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:
Description: 具体数学
计算机科学的基础
用来提高你的计算机理论水平-specific mathematical computer science foundation to raise your level of theoretical computer
Platform: |
Size: 10457088 |
Author: |
Hits:
Description: 模糊识别的一种分类方法,属于模糊C均值方法,里面包括了算法与具体步骤。欢迎下载-fuzzy identification of a classification method is Fuzzy C- Means, includes the algorithm and the concrete steps. Welcome to download
Platform: |
Size: 1024 |
Author: 王小然 |
Hits:
Description: 具体数学,有英文版pdf,有中文版pdg,还有6套试题!经典的书阿~学计算机必看!-Specific mathematics, is available in English pdf, there is the Chinese version of pdg, there are 6 sets of questions!
Platform: |
Size: 29636608 |
Author: 李昂 |
Hits:
Description: 《具体数学》是2013年人民邮电出版社出版的图书,是一本在大学中广泛使用的经典数学教科书.作者是Ronald L. GrahamDonald E. KnuthOren Patashnik。(This book introduces the mathematics that supports advanced computer Programming and the analysis of algorithms. The primary aim of its well-known authors is to provide a solid and relevant base of mathematical skills--the skills needed to solve complex problems, to evaluate horrendous sums, and to discover subtle Patterns in data. It is an indispensable text and reference not only for computer scientists--the authors themselves rely heavily on it! but for serious users Of mathematics in virtually every discipline.)
Platform: |
Size: 1107968 |
Author: yoly
|
Hits:
Description: 《数学之美》是人民邮电出版社于2012年5月出版的图书,作者吴军,2014年再版。书中将高深的数学原理讲得更加通俗易懂,让非专业读者也能领略数学的魅力。通过具体实例教会读者在解决问题时如何化繁为简,如何用数学去解决工程问题,如何跳出固有思维不断去思考创新等。("The beauty of mathematics" is a book published by the people's Posts and Telecommunications Press in May 2012. The author, Wu Jun, reprinted in 2014. In the book, the advanced mathematical principles are more popular and easy to understand, so that non professional readers can also appreciate the charm of mathematics. Through specific examples, the church readers how to simplify and solve problems, how to solve the engineering problems with mathematics, how to jump out of the inherent thinking, constantly thinking, innovation, etc..)
Platform: |
Size: 11031552 |
Author: 0牧童0
|
Hits:
Description: 《具体数学:计算机科学基础:第2版》是一本在大学中广泛使用的经典数学教科书.书中讲解了许多计算机科学中用到的数学知识及技巧,其主要内容涉及和式、整值函数、数论、二项式系数、特殊的数、生成函数、离散概率、渐近式等,都是编程所必备的知识.本书面向从事计算机科学、计算数学、计算技术诸方面工作的人员,以及高等院校相关专业的师生.(This book introduces the mathematics that supports advanced computer Programming and the analysis of algorithms. The primary aim of its well-known authors is to provide a solid and relevant base of mathematical skills--the skills needed to solve complex problems, to evaluate horrendous sums, and to discover subtle Patterns in data. It is an indispensable text and reference not only for computer scientists--the authors themselves rely heavily on it! but for serious users Of mathematics in virtually every discipline. Concrete mathematics is a blending of continuous and disCRETE mathematics:)
Platform: |
Size: 9801728 |
Author: 神小渣
|
Hits:
Description: 具体数学课件+书籍具体数学中文版,本文件仅供大家学习之用(The specific mathematics courseware + Book specific mathematics Chinese version, this document is only for everyone to learn.)
Platform: |
Size: 17640448 |
Author: ghone |
Hits:
Description: 计算机科学基础,具体数学(Concrete Mathematics,R.L 格雷厄姆)原著中文版(西安电子科技大学出版社)(Computer science foundation, Concrete Mathematics, R.L Graham,Chinese Version (Xi'an Electronic and Science University Press))
Platform: |
Size: 9810944 |
Author: 达加达 |
Hits:
Description: 具体数学学习讲义,北京航空航天大学计算机学院(Specific lecture notes on concrete mathematics, computer school of Beihang University)
Platform: |
Size: 7655424 |
Author: 达加达 |
Hits: