搜索资源列表
温度控制
- 在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值计算控制量,因此模拟式中的积分和微分项不能直接使用,需要进行离散化处理。以一系列的采样时刻点kT代表连续时间t,以和式代替积分,以增量代替微分,作近似变换。采样周期足够短,才能保证有足够的精度-the computer control system, using the digital
感知准则函数
- 感知准则函数,包括固定增量法和梯度下降法,都是模式识别中的基础算法.-perceptual function criteria, including fixed increment and the gradient method, which is pattern recognition algorithm based.
shellsort111
- 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接
phoenix
- 模式识别的两个重要算法:剃度下降法,固定增量法.另付数据结构中:高级排序算法,波兰式-two important pattern recognition algorithm : tonsure decline, fixed increment. Extra data structure : High ranking algorithm, Poland -
classshapemain
- classshapemain.zip //: c03:AutoInc.java // Demonstrates the ++ and -- operators. // From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. public class
problem1038
- 连续邮资问题要求对于给定的n和m的值,给出邮票面值的最佳设计,使得可在1张信封上贴出邮资1开始,增量为1的最大连续邮资区间-consecutive postage required for the issue to the n and m values in the face value of the stamps is the best design, made in a postage on the envelope posted
20070207
- (邮票问题) 设想一个国家发行n种不同面值的邮票,并假定每封信上至多只允许贴m张邮票。对于给定的m和n值,写一个算法求出从邮资1开始在增量为1的情况下可能获得的邮资值的最大连续区域以及获得此区域的各种可能面值的组合。例如:对于n=4和m=5,若有面值为(1,4,12,21)的四种邮票,则邮资最大连续区域为1到71。还有其他面值的四种邮票可组合成同样大小的区域吗-(Stamps) envisaged a national issue
STCISP+5[1].0.0
- MCUISP 5.0.0 是第三方STC单片机下载软件,意在提供更方便实用的操作功能,新版本新增如下功能: 1.智能自动增量,可自定义插入增量格式,如:下载时的日期时间等; 2.波特计算工具,将自动计算你所需波特的最佳值,会自动列出需要设置的特殊寄存器; 3.换肤及自定义色彩功能。本软件不针对STC单片机,但STCMCU还是将原贴删了,不可思议。 -MCUISP 5.0.0 is the third ST
heh
- Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, ins
increment
- 用VC编写的一段程序.主要功能是实现对一些数据的分类.方法是用模式识别中的固定增量法.-VC preparation for the procedure. Its main function is to achieve some data classification. Was used to pattern recognition fixed incremental method.
MoreEffectiveC++
- ·条款一:指针与引用的区别 ·条款二:尽量使用C++风格的类型转换 ·条款三:不要使用多态性数组 ·条款四:避免无用的缺省构造函数 ·条款五:谨慎定义类型转换函数 ·条款六:自增(increment)、自减(decrement)操作符前缀形式与后缀形式的区别
increment
- 用VC编写的一段程序.主要功能是实现对一些数据的分类.方法是用模式识别中的固定增量法.-VC preparation for the procedure. Its main function is to achieve some data classification. Was used to pattern recognition fixed incremental method.
cjunzhiandgudingzengliangfa
- 程序中包含了C均值算法和固定增量法,两方法为聚类的很好的方法.-Procedures contained in the C-means algorithm and the fixed increment method, the two methods for the clustering of very good way.
Increment-PID-Controller
- 增量式PID控制,Matlab仿真PID算法,算法原理、算法实现-Increment PID Controller
self-increment-control-LED
- 使用AT89S52单片机核心芯片,通过c语言编程,使用自增方式控制led-The use of AT89S52 microcontroller core chip, through the C programming language, use the increment mode LED control
auto-increment-program
- STC-UART1-读自动增量程序STC-UART1-read auto-increment program-STC-UART1-read auto-increment program
region-increment
- region increment visual cryptography
fixed-increment-rule
- 模式识别小算法:利用固定增量法进行分类,里面含分类结果-fixed increment rule
snake-like increment tables
- This program will create small, snake-like increment tables, up to 9x9 in size. It starts from 1, and the value keep increasing by one. For the first row, it increase from left to right; for the second row, it increase f
Program 1 - Increment an 8-bit Number
- asm 8 bit increment nombers