搜索资源列表

  1. 温度控制

    0下载:
  2. 在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值计算控制量,因此模拟式中的积分和微分项不能直接使用,需要进行离散化处理。以一系列的采样时刻点kT代表连续时间t,以和式代替积分,以增量代替微分,作近似变换。采样周期足够短,才能保证有足够的精度-the computer control system, using the digital
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:jun
  1. 感知准则函数

    0下载:
  2. 感知准则函数,包括固定增量法和梯度下降法,都是模式识别中的基础算法.-perceptual function criteria, including fixed increment and the gradient method, which is pattern recognition algorithm based.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1395
    • 提供者:
  1. shellsort111

    0下载:
  2. 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19421
    • 提供者:乐乐
  1. phoenix

    0下载:
  2. 模式识别的两个重要算法:剃度下降法,固定增量法.另付数据结构中:高级排序算法,波兰式-two important pattern recognition algorithm : tonsure decline, fixed increment. Extra data structure : High ranking algorithm, Poland -
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:吕经纬
  1. classshapemain

    0下载:
  2. 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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:张竹
  1. problem1038

    0下载:
  2. 连续邮资问题要求对于给定的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
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1000
    • 提供者:dd
  1. 20070207

    0下载:
  2. (邮票问题) 设想一个国家发行n种不同面值的邮票,并假定每封信上至多只允许贴m张邮票。对于给定的m和n值,写一个算法求出从邮资1开始在增量为1的情况下可能获得的邮资值的最大连续区域以及获得此区域的各种可能面值的组合。例如:对于n=4和m=5,若有面值为(1,4,12,21)的四种邮票,则邮资最大连续区域为1到71。还有其他面值的四种邮票可组合成同样大小的区域吗-(Stamps) envisaged a national issue
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:280529
    • 提供者:mingming
  1. STCISP+5[1].0.0

    0下载:
  2. MCUISP 5.0.0 是第三方STC单片机下载软件,意在提供更方便实用的操作功能,新版本新增如下功能: 1.智能自动增量,可自定义插入增量格式,如:下载时的日期时间等; 2.波特计算工具,将自动计算你所需波特的最佳值,会自动列出需要设置的特殊寄存器; 3.换肤及自定义色彩功能。本软件不针对STC单片机,但STCMCU还是将原贴删了,不可思议。 -MCUISP 5.0.0 is the third ST
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2118903
    • 提供者:龙鳞
  1. heh

    1下载:
  2. 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
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4789
    • 提供者:王国
  1. increment

    0下载:
  2. 用VC编写的一段程序.主要功能是实现对一些数据的分类.方法是用模式识别中的固定增量法.-VC preparation for the procedure. Its main function is to achieve some data classification. Was used to pattern recognition fixed incremental method.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30249
    • 提供者:andy
  1. MoreEffectiveC++

    0下载:
  2. ·条款一:指针与引用的区别 ·条款二:尽量使用C++风格的类型转换 ·条款三:不要使用多态性数组 ·条款四:避免无用的缺省构造函数 ·条款五:谨慎定义类型转换函数 ·条款六:自增(increment)、自减(decrement)操作符前缀形式与后缀形式的区别  
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:220794
    • 提供者:胡怀飞
  1. increment

    0下载:
  2. 用VC编写的一段程序.主要功能是实现对一些数据的分类.方法是用模式识别中的固定增量法.-VC preparation for the procedure. Its main function is to achieve some data classification. Was used to pattern recognition fixed incremental method.
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:3683328
    • 提供者:andy
  1. cjunzhiandgudingzengliangfa

    0下载:
  2. 程序中包含了C均值算法和固定增量法,两方法为聚类的很好的方法.-Procedures contained in the C-means algorithm and the fixed increment method, the two methods for the clustering of very good way.
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:514048
    • 提供者:陈伟
  1. Increment-PID-Controller

    0下载:
  2. 增量式PID控制,Matlab仿真PID算法,算法原理、算法实现-Increment PID Controller
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:郭明福
  1. self-increment-control-LED

    0下载:
  2. 使用AT89S52单片机核心芯片,通过c语言编程,使用自增方式控制led-The use of AT89S52 microcontroller core chip, through the C programming language, use the increment mode LED control
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-29
    • 文件大小:7168
    • 提供者:zhao
  1. auto-increment-program

    0下载:
  2. STC-UART1-读自动增量程序STC-UART1-read auto-increment program-STC-UART1-read auto-increment program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-29
    • 文件大小:4096
    • 提供者:李生
  1. region-increment

    0下载:
  2. region increment visual cryptography
  3. 所属分类:CA认证

    • 发布日期:2024-09-29
    • 文件大小:2048
    • 提供者:vinay
  1. fixed-increment-rule

    0下载:
  2. 模式识别小算法:利用固定增量法进行分类,里面含分类结果-fixed increment rule
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:max
  1. snake-like increment tables

    0下载:
  2. 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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-09-29
    • 文件大小:4096
    • 提供者:lofoyo
  1. Program 1 - Increment an 8-bit Number

    0下载:
  2. asm 8 bit increment nombers
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:72704
    • 提供者:huda
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org