搜索资源列表
ArithmeticDesignMethod
- 此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以
dituifa
- [000]用递推法查找伪随机码和本原多项式
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
shuzhifenxi5
- 实验题目:Romberg求积公式 相关知识:用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。 设以 表示二分k次后求得的梯形值,且以 表示序列{ }的j次加速值。Romberg求积公式的T表如下 k h … 0 b-a … 1 … 2
C
- Some of the basic design of C language algorithm C语言的几种算法:自顶向下、逐步求精方法、简单排序算法、枚举法、迭代法、递推与递归法、分治法-Some of the basic design of C language algorithmC language of several algorithms: top-down, stepwise refinement method, a simple sorting algorithm, enum
control
- 本设计将对烘干机的温度控制予以研究。烘干机的结构虽然比较简单,但烘干过程是非线性、时变性和多变量的。在烘干过程中由于受各种不确定因素的影响,难于建立精确的数学模型。虽然自适应、自校正控制理论可以对缺乏数学模型的被控对象进行识别,但这种递推法复杂,实时性差,对烘干机水分的控制难以取得较好的控制效果。本设计将模糊控制理论最新应用于干燥的控制系统,以单片机为核心的模糊控制器将模糊逻辑语言控制策略变为有效的自动控制策略。在数字单片机上用模糊控制算法编制软件程序来实现对烘干过程的模糊控制。-This de
eightQueen
- 简单的八皇后问题。分别用一般的递推法和二叉树前序遍历写成,非常适合初学者阅读。-8 Queen' s problem simple. Were general and recursive binary tree traversal pre-written, very suitable for beginners to read.
ORDER
- 按阶次递推用F检验法判断模型阶次的算法 用模型计算出仿真数据,再按模型阶次递推算法的辨识方法,辨识模型的阶次和参数 -By order recursive F-test used to determine model order of the algorithm with the simulation data model, and then the recursive algorithm for model order identification method, identifica
PSD_Burg
- 用Burg法进行功率谱预测的函数,对信号建立AR模型递推估计-Burg method with projected power spectrum function, the signal is estimated that the establishment of recursive AR model
duoduantudongtaiguihua
- 多段图问题的动态规划算法设计 1. 掌握有向网的成本邻接矩阵表示法 2. 能用程序设计语言实现多段图问题的动态规划递推算法 3. 基本掌握动态规划法的原理方法.-The issue of multi-stage plan the design of a dynamic programming algorithm. Grasp of the cost to the network adjacency matrix representation 2. Can be used pro
CommonAlgorithmDesign
- 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
VC_using_recursive_method_delete_directory_classic
- VC++使用递推法删除目录经典实例代码VC + + using the recursive method to delete directory classic example code-VC++ using the recursive method to delete directory classic example code
FibonacciSequence
- 本程序为递推法编程举例-斐波拉契数列的C#实现-The program for the recursive method programming examples- C# Feibolaqi series
LegendrePolynomial
- 本程序为递推法编程举例-求勒让德多项式的值的C#实现-The procedures for programming examples of recursive method- seeking Legendre polynomial value C# implementation
Fish
- 本程序为递推法编程举例-合伙捕鱼分鱼的C#程序实现-The program for the the recursive method programming examples- the partnership fishing sub fish C# program to achieve
Levenson
- 数字信号处理功率谱估计自相关法——列文森递推法的MATLAB实现-Digital signal processing (DSP) power spectrum estimate autocorrelation method levinson recursive method of MATLAB
periodestimate
- 利用周期图法进行谱估计,与利用Levinson-Durbin递推法求解Yule-walker方程进行比较-Use periodogram spectral estimation method, and solution Yule-walker equation and Levinson-Durbin recursion method comparison
约瑟夫环
- 从语言课程设计递推法约瑟夫环,链式存储约瑟夫环(C language curriculum design data structure Joseph Central 1)