搜索资源列表

  1. newpid

    0下载:
  2. 在vc环境下实现温度、液位等参数控制的PID程序,程序中实现了增量式PID控制算法,设定值或参据量可以通过一个函数获取。-in vc environment temperature, liquid level parameters such as PID control procedures, process to achieve the incremental PID control algorithm, the set value
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1139
    • 提供者:刘军
  1. Image_Processing_algorithm_SRM

    0下载:
  2. osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10979
    • 提供者:田先生
  1. MiniBall

    0下载:
  2. MiniBall.cpp : Implementation of the randomized recursive incremental construction of the smallest enclosing ball of a 2D point set (as known as Welzl MINIBALL algorithm). -MiniBall.cpp : Implementation of the randomi
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2045
    • 提供者:田先生
  1. ConvexHull2

    0下载:
  2. 用增量算法生成凸壳-generate incremental algorithm using convex hull
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1202
    • 提供者:杜斐
  1. opengl_collision

    0下载:
  2. 利用opengl实现的碰撞效果,还可以通过键盘控制场景的显示: up:位置递增 down:位置递减 left:控制视图左旋转 right:控制视图右旋转 F1,F2:两种视图之间的切换 + :控制时间增加 - :控制时间减少-use opengl achieve the collision effects, but also through the keyboard control of the scen
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:197466
    • 提供者:曹晶
  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. xianxingbiao

    0下载:
  2. 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h&
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8550
    • 提供者:Demonic
  1. 200707

    0下载:
  2. 用matlab脚本文件实现的位置式及增量式PID控制算法程序-using Matlab scr ipt file to achieve the type and location of incremental process PID control algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1485
    • 提供者:aifmlf
  1. IHDR_SOURCE

    0下载:
  2. IHDR (Incremental Hierarchical Discriminant Regression) 。树结构的递归网络,可用于不同光照条件和不同姿态下的人脸分类。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:174462
    • 提供者:戴宏斌
  1. ivt-2007

    0下载:
  2. Matlab源代码 Incremental Learning for Robust Visual Tracking, International Journal of Computer Vision (IJCV), vol.77, no.1-3, pp.125-141, 2008.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:26416
    • 提供者:steed
  1. rj

    0下载:
  2. 典型的开发模型有:①瀑布模型(waterfall model);②渐增模型/演化/迭代(incremental model);③原型模型(prototype model);④螺旋模型(spiral model);⑤喷泉模型(fountain model);⑥智能模型(intelligent model) 7. 混合模型(hybrid model)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:117689
    • 提供者:caiyanjun
  1. Incremental-Encoder-I-F-Plus-Interpolation

    0下载:
  2. Texas-Instrument C2000 Series DSP example programs
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:119137
    • 提供者:luxythd
  1. 200792714934170

    0下载:
  2. Abstract: This thesis describes the incremental development and main features of a synthetic multi-agent system called UvA Trilearn 2001. UvA Trilearn 2001 is a robotic soccer simulation team that consists of eleven auto
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1678226
    • 提供者:jiangchao
  1. IPCA_JC_3

    0下载:
  2. 又一种增量人脸学习算法——参考文献“Candid Covariance-Free Incremental Principal Component Analysis.”
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1492
    • 提供者:陈静
  1. IncrementalRandomNeurons

    0下载:
  2. 本人编写的incremental 随机神经元网络算法,该算法最大的特点是可以保证approximation特性,而且速度快效果不错,可以作为学术上的比较和分析。目前只适合benchmark的regression问题。 具体效果可参考 G.-B. Huang, L. Chen and C.-K. Siew, “Universal Approximation Using Incremental Constructive Feedfo
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2377
    • 提供者:chenlei
  1. superNewresolution

    0下载:
  2. SUPER-RESOLUTION IMAGE RESTORATION BY COBINING INCREMENTAL WIENER FILTER AND SPACE-ADAPTIVE REGULARIZATION
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:208067
    • 提供者:hung
  1. udpoint

    0下载:
  2. The Hammersley and Halton point sets, two well known low discrepancy sequences, have been used for quasi-Monte Carlo integration in previous research. A deterministic formula generates a uniformly distributed and stochas
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:25723
    • 提供者:tiantiancode
  1. IncSearch

    0下载:
  2. 在text中实现快速增量查询-text in achieving rapid incremental inquiries
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4753
    • 提供者:胡容铨
  1. BackUp

    0下载:
  2. 检查更改过的文件备份,节省操作时间。 按Ctrl+Alt+F9弹出界面菜单。 显示备份状态和文件大小次数。 当目的地址是网络时,需要帐户和密码。 当正在备份时可以按停止键停止备份。 暂时只有增量备份 备份时间设定,格式可以是 00.00.00 或者 00:00:00。 进程优先算法选中后不影响其他程序工作(默认)。 点击确定保存设定开始计时。 自动启动并计时开始。-inspection changes to the document b
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5740
    • 提供者:张红旗
  1. sysbackup

    0下载:
  2. 本软件实现单机数据压缩打包备份功能.数据压缩级别,压缩速度可选!备份可采取增量备份或全备份.-the standalone software package backup data compression functions. Data compression levels, optional compression speed! Backup can take full or incremental backup backup.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11602
    • 提供者:黄埔一标
« 1 2 3 4 5 67 8 9 10 11 ... 40 »

源码中国 www.ymcn.org