搜索资源列表
页面置换算法
- 页面置换算法 用于页面置换方面的算法,对于计算机算法的研究对初学者很有帮助-The arithmetic of page replacement,arithmetic used to the replacement,it is useful for the beginer of computer arithmetic.
计算机算法设计与分析_苏德富等
- 计算机算法设计与分析_苏德富等 格式:pdg-computer algorithm design and analysis _ Sood rich formats : PDG
几个生成典型分形图形的计算机算法
- 几个生成典型分形图形的计算机算法-several typical fractal generation of computer graphics algorithms
计算机算法设计与分析_2
- 计算机算法设计与分析_2主要分析算法以及分析,是本经典的电子书(中)-computer algorithm design and analysis of major _2 analysis algorithm and analysis, is the classic e-books (2)
计算机算法设计与分析_3
- 计算机算法设计与分析_3主要分析算法以及分析,是本经典的电子书(下)-computer algorithm design and analysis of major _3 analysis algorithm and analysis, is the classic e-books (2)
《计算机算法基础》源程序
- 计算机算法基础 里面有一些计算机的基础算法 初学着可以-computer algorithm based computer There is the basis of learning algorithm to look at
计算机算法
- 计算机算法,包含05年全国算法优秀作业,历届算法作业集,05年算法题目目录等
计算机算法设计与分析
- 计算机算法设计与分析
analysys-and-design-of-algorithm-ppt
- 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
computeralgorithm
- 计算机算法书籍:计算机算法设计与分析(第2版)-Computer algorithms Books: Computer Algorithm Design and Analysis (2nd edition)
answer
- 计算机算法设计与分析(第3版)课后习题详细答案-Design and Analysis of Computer Algorithms (3rd edition) after a detailed answer to exercise
14984545351
- 计算机算法设计与分析(上)计算机及相关学科硕士研究生的基础课。使学生掌握计算机 算法的通用设计方法,学会分析算法的空间和时间复杂性-Computer Algorithm Design and Analysis (I) Computer and related disciplines Master of the basic course. Computer algorithms to enable students to master the universal design approach
suanfa
- 计算机算法中用到的经典算法。包括01背包,多段图,资源分配问题,子数合集等。-Computer algorithms used in the classical algorithm. Including 01 backpack, multi map, resource allocation, the number of sub-collection, etc..
TheAlgorithmDesignandAnalysisofComputer
- 王晓东 计算机算法设计与分析(第2版)电子课件及课后习题解答。内容翔实,实用性强。-Xiaodong Computer Algorithm Design and Analysis (2) electronic courseware and after exercise answers. Informative and practical.
常用计算机算法简介及C语言举例_马丽娟
- 常用计算机算法简介及C语言举例,C语言计算概述(Commonly used computer algorithm introduction and C language example, C language calculation overview)
控制算法理论及网络图计算机算法显示研究_吴凯
- 控制算法理论及网络图计算机算法显示研究,(Research on control algorithm theory and computer graphics display of network diagram)
若干图论问题的DNA计算机算法研究_郭里
- 若干图论问题的DNA计算机算法研究,很有参考价值的文献(Research on DNA computer algorithms for several graph theoretic problems)
计算机算法中的数学方法研究_崔守梅
- 计算机算法中的数学方法研究,很有参考价值的文献(A study of mathematical methods in computer algorithms)
中科院陈玉福计算机算法设计与分析期末简答题答案
- 中科院陈玉福数据结构与算法设计答案,在雁栖湖上课的同学会用到,老师的可很好(Algorithm design and data structure)
徐立华_求解最短路问题的一个计算机算法
- 本文提出一个求解最短路问题的计算机算法,可称之为相关边法.它是在利用dijkstra算法的基础上,提出网络最大相关边数的概念,通过构造网络的相关矩阵和判断矩阵,从而计算网络任意两点间的最短距离.用此法求解大网络时,数据输入简单方便,能大大节省计算机内存和提高运行速度,为微计算机解决大网络问题提供了切实可行的算法.