CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 移动窗口

搜索资源列表

  1. Interview

    0下载:
  2. 网上流传的5个面试题目,采用C#语言编写。题目如下: 一、设计一个自然数数组,包含50个范围在(0,200)的自然数,并从小到大排列,随机产生一个范围在(0,200)自然数,去数组中用二分查找法查找,如果存在返回值并获取这个数在数组中的位置(第几个);如果不存在,返回假。 要求: 1。编写初始化数组。并提供借口显示数组序号和内容; 2。对数组排序,并提供接口显示数据需要和内容; 3。随机产生自然数; 4。用二分法查找随机数。 二、设计一个程序,当主窗口显示时,从窗口客
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:73250
    • 提供者:李拓
  1. chemo2

    0下载:
  2. 窗口移动多项式平滑演示程序。。。二维数据模拟程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3338
    • 提供者:吴雪文
  1. 余弦波正琁波(java)

    0下载:
  2. 编写一个能绘制动态绘制正弦波和余弦波的程序,此程序绘制的正弦波和余弦波分属两个panel,它们会不断地在窗口中向后移动,就像示波器一样。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-01-05
    • 文件大小:1939
    • 提供者:ghmghm3
  1. showpixel

    0下载:
  2. 任意读取一幅BMP图像,可以得到图像上任意一点的像素值,读取窗口可以移动,大小可变-Any reading a BMP image, the image can be any point on the pixel value, read the window can be moved, the size variable
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3967553
    • 提供者:zhangwei
  1. 45095smoothing

    1下载:
  2. 这个帖子中我想讨论的是移动窗口多项式最小二乘拟和平滑方法,粗糙惩罚方法,以及kernel平滑方法。-Posts in this discussion I think are moving window least squares polynomial fitting smoothing method, crude methods of punishment, as well as the kernel smoothing method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:48546
    • 提供者:linyuan
  1. kk

    0下载:
  2. 1. 应用window的moveTo和moveBy编写一程序实现窗口的移动和定位-1. Application window of the moveTo and moveBy write a program to achieve the movement and positioning of the window
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:990
    • 提供者:hh
  1. rms

    0下载:
  2. 通过不同大小的窗口移动,计算每个窗口内地形剖面数据的均方根值,得到的数据在双对数图中拟合直线可求得分维数-move the windows of different size and calculate the rms of the data in the window.Then using the resultant data to plot,so that the fractal dimension can be gotten.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3803
    • 提供者:毕丽思
  1. dtma

    0下载:
  2. 计算移动平均值,输入变量为任意长度数据和移动平均窗口期间,输出为移动平均值-Moving average calculation, the input variables for any length of data and moving average window period, the output for the moving average
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:775
    • 提供者:deter
  1. savitzkyGolay1D_rle

    0下载:
  2. 功能化一个输入向量利用Savitzky-格雷平滑滤波器的基础上一定程度的多项式的长度和移动窗口-The function smooths a input vector using Savitzky-Golay smoothing filter based on the degree of polynomial and the length of moving windows
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1036
    • 提供者:Stein
  1. blocking-simulation

    0下载:
  2. 实现数字移动通信中的阻塞率仿真,并将设置的不同参数的仿真图在同一窗口显示-realize simulation of blocking rate in digital mobile communication ,and show the configure with different in the same window
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:340347
    • 提供者:liupeng
  1. Weighted-Average-interpolation

    0下载:
  2. 加权平均法是DEM移动内插法的特例,是一种简化的逐点内插法。它是先以内插点为中心,确定一个取样窗口,然后计算落在窗口内的采样点的特征值的平均值,作为内插点的特征值的估值,-The weighted average method is a special case of the DEM mobile interpolation, a simplified point-by-point interpolation. It is the first interpolation point as the
  3. 所属分类:matlab

    • 发布日期:2017-10-31
    • 文件大小:1443
    • 提供者:伍绍浩
  1. Algorithms-and-data-structures.

    0下载:
  2. 算法与数据结构。家园树问题。窗口移动。大小球问题。多重元素。哥德巴赫猜想。-Algorithms and data structures. HOMETREE problem. Windows mobile. Size of the ball problem. Multiple elements. Goldbach conjecture.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3002
    • 提供者:yangfan
  1. sgsmooth

    3下载:
  2. 移动窗口最小二乘多项式平滑,即S-G数据平滑源代码。可以滤掉光谱数据中的高频噪声,较好地保留原信号的真实性。-Savitzky-Golay Smoothing
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1482
    • 提供者:laser
  1. mvoper

    0下载:
  2. 对一维数据执行移动窗口操作,句柄函数可以自行设定,或matlab自动函数,比如移动窗口平滑,求均值,求标准差-For one-dimensional data to perform the operation to move the window, you can set their own handler function, or matlab automatic functions, such as moving window smoothing, averaging, standard d
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:533
    • 提供者:陆宇振
  1. 2DCOSMoving-Window

    0下载:
  2. 二维相关光谱,移动窗口的方法.包含MWPLSR和PLS toolbox-2D correlation spectroscopy method, move the window
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-03
    • 文件大小:799852
    • 提供者:alvin
  1. cvx-w64

    2下载:
  2. matlab中的cvx工具包,适用于windows64位系统,在信号的稀疏表示分类领域有很大的用处,网络上有此工具包的安装说明,1要先解压2移动到matlab的一个空文件夹下3打开matlab,将当前路径设置为此文件夹下的cvx文件夹4在命令行窗口输入cvx_setup-matlab in cvx toolkit for windows64 bit systems, in a sparse representation of the signal areas of the classificat
  3. 所属分类:matlab

    • 发布日期:2017-06-12
    • 文件大小:19391959
    • 提供者:张飞
  1. spectral_analysis

    0下载:
  2. 基于matlab,用多窗口法(pmtm)进行静止点和移动点脉动风场的频谱分析(spectral analysis for the fluctuating wind field(both static and moving point) using pmtm method)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:阿白123
  1. QRS-detection-method-master

    1下载:
  2. QRS检测方法:对ECG信号输入使用移动平均处理窗口显示过滤后的信号和检测信号的峰值(QRS detection method on ECG signal input to process it using moving average window showing the signal after filtration and detecting the signal peaks)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-19
    • 文件大小:664576
    • 提供者:estherlyx
搜珍网 www.dssz.com