CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - incremental

搜索资源列表

  1. Merge

    0下载:
  2. 假设有两个按元素值递增有序排列的线性表A和B,均以单链表作存储结构,请编写算法将A表和B表归并为一个按元素值递减 有序(即非递增有序,允许表中含有值相同的元素)排列的线性表C,并要求利用原装(即A表和B表)的结点空间构造C表。-Suppose there are two elements of value increasing by an ordered arrangement of the linear forms A and B, are linked to a single stora
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:889
    • 提供者:吴立国
  1. algorithms

    0下载:
  2. 种在信息学竞赛中常见的随机几何算法:随机增量法与模拟退火法,以及和传统方法的比较,说明了随机化思想的优势。-Species common in the information science contest random geometric algorithms: random incremental method and simulated annealing, and the traditional methods of comparison, shows the advantages of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:524435
    • 提供者:孙超
  1. DAC0832

    0下载:
  2. 设计以89C51单片机、ADC、DAC等电路和运放电路组成的被控对象构成的单闭环反馈控制系统。 1. 硬件电路设计:89C51最小系统加上模入电路ADC0809和模出电路TLC7528;由运放构成的被控对象。 2. 控制算法:增量型的PID控制。 3. 软件设计:主程序、定时中断程序、A/D转换程序、滤波程序、D/A输出程序、PID控制程序等-Design 89C51 microcontroller, ADC, DAC and op amp circuits such as circuits c
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:1556
    • 提供者:a316789966
  1. MyTeeChar

    0下载:
  2. 一个很好用的画曲线的控件teechar,按时间递增移动-Painting a very good curve with the controls teechar, incremental movement by time
  3. 所属分类:Fractal program

    • 发布日期:2017-05-16
    • 文件大小:4289337
    • 提供者:刘鑫
  1. div63

    1下载:
  2. 可以对增量式编码器输出的AB相信号进行整数分频。有一个简单的通讯接口,可设定分频大小。 -Incremental encoder can output an integer number for AB believe frequency. There is a simple communication interface, can set the size frequency.
  3. 所属分类:通讯编程

    • 发布日期:2014-01-05
    • 文件大小:1615
    • 提供者:周振亮
  1. addPID

    0下载:
  2. 增量式PID控制算法完整C程序和AD调用-Incremental PID control algorithm and a complete C program call AD
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1937
    • 提供者:张阳
  1. incsrch

    0下载:
  2. root finding by incremental search
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:549
    • 提供者:mohsen
  1. ymw

    0下载:
  2. 1. 采用增量式 PID控制算法实现该系统的稳定控制 2. 采用Z—N整定PID参数-1. An incremental PID control algorithm to achieve the system' s stability control 2. Using Z-N tuning PID parameters
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:569
    • 提供者:ymw
  1. work

    0下载:
  2. 增量式正交光电解码盘FPGA verilog-Incremental orthogonal optical disk FPGA verilog decoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:29832
    • 提供者:wangjinghui
  1. BounceThread

    0下载:
  2. 1) 小球在窗口内的移动不能垂直向下,可以以某个角度斜向下运动。小球最初在窗口顶部出现的位置可以固定,以可以随机在某个位置出现 (2) 运动方向可以通过每次在x方向和y方向上增量不同来得到。 能检测窗口边界,碰到边界后会发生碰撞并且沿合理的方向运动。 在每次绘制小球时候,判断绘制该小球的位置是否已经到了窗口的上下左右边界。如果到了,就应该通过改变x和y方向的增量。来改变方向。 -1) The ball is not moving in the window vertically d
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:1248
    • 提供者:qiongxu
  1. linearlistb

    0下载:
  2. 将A和B两个按元素值递增有序排列的线性表合并成一个递增排列的线性表C,然后把C表倒置成递减的线性表。-A and B will increase the value of two elements ordered by the linear arrangement of the table into a single incremental linear form C, then C table upside down into the descending linear form.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:884
    • 提供者:bear
  1. eorrextremelearngingmachine

    0下载:
  2. 对神经网络极速学习隐藏节点的误差增量的实现-Speed learning error of neural networks to achieve incremental
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:106777
    • 提供者:左俊
  1. ExRam

    0下载:
  2. 本程序是访问外部RAM空间,与外部RAM可以实现读写数据当程序比较大时,在仿真时,内部18K的RAM无法满足空间需求的情况下,可以将文件下载到外部扩展的RAM空间,当然,此时,需要对CMD进行相应的配置。 本实验中,请在RamRead(0x4000)这一行设置断点,当运行至断点时,点击view然后点击memory来查看存储空间,Address填写0x00100000,点击ok,就能看到0x00100000开始,各个存储单元的值从0开始递增。-This procedure is to acce
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:310626
    • 提供者:张良
  1. CV5

    0下载:
  2. 增量直线拟合(incremental line fitting)算法描述多个物体-Incremental line fitting (incremental line fitting) algorithm for multiple objects described
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:226596
    • 提供者:胡丽娜
  1. xierpaixu

    0下载:
  2. 输入待排元素个数和排序次数,并依次输入待排的元素以及每次排序的增量,通过算法实现希尔排序,将排序结果输出。-Enter the number of elements and sorting to be the number of rows and rows of elements to be followed by enter and each incremental sorting, sorting through the Hill algorithm will sort the result
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:974
    • 提供者:蔡俊凤
  1. chap5_04_PID

    0下载:
  2. 增量式PID控制,控制规律,MATLAB演示。-Incremental PID control, control law, MATLAB Demonstration
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:706
    • 提供者:图川
  1. MyTINofinsert

    0下载:
  2. 逐点插入法创建TIN,采用大三角形包含整个区,然后删除外部三角形-Incremental insertion to create TIN, using a large triangle that contains the entire area, then remove the external triangle
  3. 所属分类:GIS program

    • 发布日期:2017-05-22
    • 文件大小:6785025
    • 提供者:老江
  1. skyblue_Snake

    0下载:
  2. 一款关于贪吃蛇的小游戏源代码,值得计算机图形学 下载-Build Log --------------------Configuration: main- Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\njutcm\LOCALS~1\Temp\RSP9.tmp" with contents [ kernel32.lib user32.lib gd
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1378707
    • 提供者:风雷
  1. perceptron

    0下载:
  2. lms渐进预测算法,非常好用 -lms progressive prediction algorithm, incremental prediction algorithm is very easy to use lms, very easy to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6483
    • 提供者:王x亮
  1. motor2

    0下载:
  2. The motion control is very simple. Adding an incremental position to the position set point on a periodic basis essentially sets the velocity. In the following code I broke out the "AddToPosition" so that Dilbert s wall following and line following c
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:569
    • 提供者:Pong
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 31 »
搜珍网 www.dssz.com