搜索资源列表
19854794biaodashisiyuanshi
- // 语法制导翻译器设计示范程序 // ----- 算数表达式四元式翻译(递归子程序法) // 要求:1. 读懂该程序,并上机调试成功; // 2. 运行该程序,输入源表达式(字母:表示变量,数字:表示常数。) // 3. 反复运行,考查输出的各种四元式的正确性。 // 4. 实验报告内容:表达式的属性翻译文法;递归子程序框图; // 运行结果的记录(输出的三元式不得少于10条!) -/ / syntax translation guided desi
bhh
- 八皇后问题的递归求解-eight of the Queen's recursive solution
电话本管理系统
- 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
hanio
- 用递归写的控制台的汉诺塔程序,可以通过输入盘子数来观看移动过程!-Written in the console with the Tower of Hanoi recursive procedure, you can enter the plate number to see the move!
xitongbianshi
- 系统 辨识文件夹内是产生高斯白噪声,m序列和最小二乘法的一次完成算法,递推算法,限定记忆法的程序。系统仿真文件夹内是对系统线性和非线性的建模和仿真程序。-System folder on system identification is to generate Gaussian white noise, m sequence and a complete least-squares method algorithm, recursive algorithm, limited memory met
Recursive_systematic-case
- Generate trellis of a rate-1/n recursive convolutional code,生成网格图(对码率为1/n的递归卷积码)-Generate trellis of a rate-1/n recursive convolutional code, generated grid (on the rate for 1/n Recursive Convolutional Code)
cyuyanshishangbianchengbaili
- 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
dp
- 动态规划的相关资料,dp主要是寻找递归关系,这里面有很多类型的dp资料便于学习-Dynamic programming related information, dp is mainly to find a recursive relationship, and there are many types of information to facilitate learning of dp
2
- 用c语言实现的,换位递归的汉诺塔问题,其中是可运行的源代码。-Using c language implementation, the transposition recursive
Identificationofvariousleastsquares
- 各种最小二乘法辨识汇总:一般最小二乘法、广义、递推、增广-Identification of various least-squares method Summary: general least-squares method, generalized, recursive, augmented
f_lms
- 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization technique is to overcome inte
beibao
- 非递归背包 而提尔而喝酒伊特和人家一块和金额很容易空间-Tire, but non-recursive backpack and a drink Voight and others, and the amount of space is easy to
digui
- 数据结构经典算法实现c语言描述(汪杰)编之递归算法实现,经典哦!-Data structure c language to describe the classical algorithm (Wang Jie) compilation of recursive algorithm, the classic Oh!
Huffman-coding
- 哈弗曼编码,使用递归算法,实现哈弗曼编码-Huffman coding Recursive method
rejectionofnbibaseonwaveletpacket
- 为了进一步提高直接序列/跳频(DS/FH)扩频系统的抗干扰能力,基于小波包变换结合递归最小二乘算法设计 了一种变换域自适应干扰抑制算法,该算法采用小波包分解定位窄带干扰,递归最小二乘算法抑制窄带干扰。通过蒙特卡 罗仿真分析在增加抗干扰模块后,DS/FH系统工作在准静态时,在不同信噪比条件下抗窄带干扰性能。仿真结果表明:该 算法具有较强的自适应性以及抗窄带干扰能力,其性能优于传统的直接置零法,适用于多音干扰下的恶劣通信环境。-In order to further improve th
ex0828
- 递归调用函数模块,主要是计算阶乘的小程序,仅供参考-Recursive calls to the function module, mainly calculation factorial small procedures, for reference only
aa
- 利用分治法,写一个二分检索的递归算法,在计算机上编程实现,同时进行时间复杂性分析。(要求用递归方法实现)-Divide-and-conquer method, write a recursive algorithm to retrieve a dichotomy, computer programming, and simultaneously the time complexity of the analysis. (Using recursive method to achieve)
Algorithm
- 《零基础学习算法》源代码:C语言编写,包括常用的各种算法:如递推算法,枚举算法,递归算法等20个算法代码 -"Zero-based learning algorithm source code: C language, including a variety of commonly used algorithms: such as recursive algorithm, enumeration algorithm, recursive algorithm algorithm code ,a
zuodigui
- VC++环境下用C++实现消除文法左递归-VC++ environment using C++ achieve the elimination of left-recursive grammar
Binary-Tree
- 本代码实现二叉树的先序,中序的递归算法及非递归算法,并用递归实现了后序遍历-This code implements the first binary sequence, sequence of recursive algorithms and non-recursive algorithm, and realized after using recursive traversal