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

搜索资源列表

  1. Convolution

    0下载:
  2. 在泛函分析中,卷积(卷积)、旋积或摺积(英语:Convolution)是通过两个函 数f 和g 生成第三个函数的一种数学算子,表征函数f 与经过翻转和平移与g 的重叠部分的累积。如果将参加卷积的一个函数看作区间的指示函数,卷积还可 以被看作是“滑动平均”的推广。-Functional analysis, convolution (convolution), convolution or convolution (English: Convolution) The third func
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:721272
    • 提供者:张伟
  1. matri_backward

    0下载:
  2. 基于特征点的两幅有重叠部位的图像拼接matlab程序-Based on features of image stitching procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-10-31
    • 文件大小:1853
    • 提供者:方智辉
  1. voice-sound-overlap-save

    0下载:
  2. 实现语音信号的滤波设计。主要使用的是重叠保留滤波器。-Voice signal filter design. The main use of the overlap to keep the filter.
  3. 所属分类:Wavelet

    • 发布日期:2017-11-09
    • 文件大小:611
    • 提供者:胡伦华
  1. templatematch

    0下载:
  2. 用opencv实现两幅有重叠图像的拼接。 在两幅图像交叠部分提取模板,用平方差匹配法找到模板在两幅图像中的位置,从而实现拼接。-Two overlapping images stitching with opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:4444832
    • 提供者:张倩
  1. circle

    0下载:
  2. 已知三点,求过三点的圆的半径,和圆心坐标。若三点在同一直线上或有两点重叠则返回覆盖三点的最小圆半径 开发环境 Matlab-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:796
    • 提供者:Jim Do
  1. network-communication

    0下载:
  2. 基于C/S模式的简单程序,包含select模型、WSAAsyncSelect模型、重叠IO之完成例程、完成端口,网络初学者可以参考。-Simple procedure based on C/S mode, including select models WSAAsyncSelect model, overlapped IO completion routine completion port, network beginners can refer to.......
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-17
    • 文件大小:73818
    • 提供者:vsdlh ausdhf
  1. Overlap

    0下载:
  2. windows重叠I/O网络编程源代码,实现了使用 重叠I/O模型搭建的TCP服务器-failed to translate
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-24
    • 文件大小:183572
    • 提供者:段艳
  1. stitching

    0下载:
  2. 使用VC++环境对具有一定重叠性的图像进行了拼接,先对待拼接的两幅图进行采样进行使用傅里叶变换粗拼接,然后用FFT算法进行精准拼接-Use VC++ environment with some overlapping image stitching, first towards stitching two images sampled using Fourier transform coarse stitching, and then use the FFT algorithm for accu
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:3121
    • 提供者:陈聪
  1. ChessBoard

    0下载:
  2. 棋盘算法实现,不同形状的L型骨牌覆盖给定棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-Checkerboard algorithm, different shapes of the L-type domino coverage given on the board in addition to the special box outside the box, and any two L-shaped domino shall not be overlapped.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:6873209
    • 提供者:puxiaoyang
  1. sift-mosaic

    0下载:
  2. 图像拼接 采用相位相关进行重叠区域预处理-Image stitching using phase correlation overlap area pretreatment
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:934031
    • 提供者:叶偲
  1. net_2013_3_24

    0下载:
  2. 稳定易用的大容量 windows socket api 封装库,采用重叠完成端口模型实现,引擎采用异步消息控制,实现了一个简明易用的网络框架,发送和接收数据全都采用异步模式,发送和接收数据都不会给调用线程带来等待或者延迟,同时引擎实现了两种通信模式,流模式和消息模式,可以节省用户大量的构建时间。 引擎内部实现参考了 ACE 的种种概念,比如 proactor(预先操作,前摄器),task(任务),主动对象(Active Object),message queue(消息队列),lock(
  3. 所属分类:Grid Computing

    • 发布日期:2017-11-06
    • 文件大小:2311167
    • 提供者:pilgarlicx
  1. juzhen

    0下载:
  2. 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide
  3. 所属分类:File Formats

    • 发布日期:2017-12-03
    • 文件大小:821
    • 提供者:yangyang
  1. convols

    0下载:
  2. 用重叠保留法和快速傅里叶变换计算一个长序列和一个短序列的线性卷积。它通常用于数字滤波。数字信号处理常用的哦!-With the overlap-save method and the fast Fourier transform calculation of a long and a short sequence of linear convolution sequence. It is typically used for digital filtering. Commonly used in
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:183978
    • 提供者:冰河
  1. intersect-analysis

    0下载:
  2. vc,c#,arcGIS,arcengine ,重叠分析-vc, c#, arcGIS, arcengine, overlap analysis
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:1382
    • 提供者:yxj
  1. Autostitch

    1下载:
  2. 自动拼接软件,可实现任意有重叠图像对的拼接-Automatic stitching software, there can be any overlapping images on splicing
  3. 所属分类:Other windows programs

    • 发布日期:2017-08-28
    • 文件大小:3758080
    • 提供者:汪松
  1. br

    1下载:
  2. 重叠文字避让程序及lisp源代码,地形图里重叠文字一次性解决问题。-Procedures and avoid overlapping text lisp source code, topographic maps in overlapping text disposable solve the problem.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:31924
    • 提供者:wqp
  1. HSImatching

    0下载:
  2. 将彩色图像通过HSI通道分离,在单通道内区域分割,再将数据重叠在一起,有效的分割目标与背景-The color image through HSI channel separation in a single channel segmentation, then the data overlap, effectively dividing the target and background
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:818
    • 提供者:庞星
  1. CSharp

    0下载:
  2. C#访问数据库;C#实现九宫格算法;C#实现天干地支算法;C#正则表达式查找汉语重叠词语并计算正确率召回率F值;C#比较三种泛型容器和排序速度-C# to access the database C# implementation squares algorithm C# implementation attribution algorithm C# regular expression search Chinese overlapping words and calculates the
  3. 所属分类:CSharp

    • 发布日期:2017-11-02
    • 文件大小:6642
    • 提供者:安安
  1. aba

    0下载:
  2. 分段品均周期图方法 用Matlab编程仿真实现 有重叠分段和不重叠分段两种-Commodities are segmented periodogram method simulation using Matlab programming with overlapping sections and two kinds of non-overlapping segments
  3. 所属分类:Communication

    • 发布日期:2017-11-12
    • 文件大小:764
    • 提供者:慕容卿尘
  1. WaterShed

    0下载:
  2. 用于统计珍珠的数量。通过分水岭分割出重叠的,有阴影的珍珠,在用Hough变换统计出珍珠的数量,准确率较高。-The number used for statistical pearls. Through the watershed segmentation of overlapping, shaded pearls, pearls with Hough transform statistics the number of high accuracy.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:10340560
    • 提供者:wjyang
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 33 »
搜珍网 www.dssz.com