搜索资源列表
MergeSort
- 数据结构与算法分析设计的实验作业,归并排序的算法源代码
test
- 算法设计与分析实验,Strassen矩阵乘法,java实现,输入矩阵阶数后由系统自动生成两个矩阵,然后用Strassen方法,和普通方法分别计算乘法结果
suanfabaogao
- 算法设计与分析试验报告,含全部实验源代码,包括贪心法、回溯法、深度优先搜索、分治法等,内容详尽。
01张雅彬
- 算法设计与分析实验报告,内容很全面的,呵呵。-algorithm design and analysis of experiments report, very comprehensive, huh.
语法分析之左递归实验
- 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
youchongfuyuansupailiewenti
- 算法设计与分析的一道题目:有重复元素排列问题(适用于上课实验)-Algorithm design and analysis of a topic: There are repeating elements in array problems (for school test)
lab
- 《算法设计与分析》王晓东编著,第一、二、三章上机实验课 - Algorithm Design and Analysis edited by Wang Xiaodong, one, two, three chapters on experimental class aircraft
suanfashejiyufenxi
- 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
suanfafenxi
- 算法设计与分析的实验指导-Algorithm design and analysis of experimental guidance
DataStructure
- 我的数据结构实验指导与练习题,非常经典的哈!《数据结构》是计算机几相关专业的一门核心基础课程,也是很多高校考研专业课之一。它主要介绍线性结构、树型结构、图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时、空效率分析。这门课程的主要任务是培养学生的算法设计能力及良好的程序设计习惯。-Data Structure of Computer Algorithmic Language Experiment ,very nice to download it ,thank you!!!
erfenjiansuo
- 算法设计与分析实验:实现二分检索问题。界面友好,程序简单清晰,功能齐备。值得采纳!-Experimental Design and Analysis of Algorithms: the question of the realization of binary search. Friendly interface, simple and clear procedures, functions. Worthy of adoption!
beibaowenti
- 算法设计与分析实验:实现背包问题。界面友好,程序简单清晰,功能齐备。可以下载-Experimental Design and Analysis of Algorithms: The knapsack problem. Friendly interface, simple and clear procedures, functions. Can download to try
Backtracking_algorithm_design
- 回溯算法设计,用于课程设计的算法分析与设计的实验内容,包括实验截图-Backtracking algorithm design for curriculum design, algorithm analysis and design of experiments, including the experimental Screenshot
LongestOrderedSubsequence
- 算法设计与分析的一道题目:Longest Ordered Subsequence(适用于上课实验)-Algorithm design and analysis of a subject: Longest Ordered Subsequence (applies to class tests)
qishiwenti
- 算法设计与分析的一道题目:骑士问题(适用于上课实验)-Algorithm design and analysis of a topic: Knight problem (for class test)
shizihuafeng
- 算法设计与分析的一道题目:石子划分问题(适用于上课实验)-Algorithm design and analysis of a topic: stone partition problem (for class experiment)
zhengchu15
- 算法设计与分析的一道题目:整除15问题(适用于上课实验)-Algorithm design and analysis of a topic: divisible by 15 questions (for class experiment)
exepermentreport
- c语言程序设计实验报告 实验报告必须有以下内容: 1. 实验内容描述与需求分析 2. 概要设计(数据结构、算法设计) 3. 调试、分析与实验结果 4. 总结 -c language programming lab reports lab reports must have the following: 1. experiment descr iption and analysis of requirements 2. Summary of design (data str
3
- 大二上册,算法设计技巧与分析这门课程中的矩阵链乘实验-Big volume, algorithm design skills and analysis the course of matrix chain by experiment