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

搜索资源列表

  1. cPP

    0下载:
  2. c++自适应霍夫曼代码,实现单次扫描,并且压缩率高实时性好-c++ adaptive Huffman code, to achieve a single scan, and good real-time compression rate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:吴进强
  1. search

    0下载:
  2. 数据结构上机实验——文学助手。可实现读取txt文件或其它文件,扫描其中某个英文字幕或单词并输出搜索词出现的位置。简明、易懂、C++自编版。-Data structure on experiments- literary assistant. Txt file to read can be achieved or other documents, or scan one of the words in the English subtitles and output of the search w
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:344490
    • 提供者:Juicy
  1. music-method

    0下载:
  2. 用music方法测量目标角,此方法在雷达定位中得到验证可行。-The music method to scan the actual target angle
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1563
    • 提供者:chenxuefeng
  1. Bresenham

    0下载:
  2. 利用vs2008实现的直线扫描转换的Bresenham算法,能够实现k取不同值时的八种画法-Use vs2008 to achieve the Bresenham line scan conversion algorithms for different values ​ ​ of k the eight painting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:2048198
    • 提供者:qianlei
  1. fwdmatlabcodeusingglobalthresholding

    0下载:
  2. MRI brain scan for matlab sedgmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:288282
    • 提供者:girish
  1. jiesuanjuli

    0下载:
  2. 本程序可以用于解算各个扫面点的距离,以得到相应的座标点-compute the distance of scan point
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:913
    • 提供者:李树峰
  1. Plan-Position-Indicator-(PPI)

    0下载:
  2. When scanning in PPI mode, the radar holds its elevation angle constant but varies its azimuth angle. The returns can then be mapped on a horizontal plane. If the radar rotates through 360 degrees, the scan is called a "surveillance scan". If the rad
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:556
    • 提供者:darush1920
  1. zxz

    0下载:
  2. 一种基于电压控制的扫描测试功耗优化方法.-A method based on voltage control of the scan test power optimization method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:372201
    • 提供者:epp
  1. DBSCAN

    0下载:
  2. 基于密度的数据挖掘算法,可以有效的去处噪声的干扰。-Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1664
    • 提供者:cluster
  1. Grid-Scan

    1下载:
  2. 一种基于Range-Free的定位算法及其matlab仿真。-Range-Free Localization Schemes for Large Scale Sensor Networks1
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2719379
    • 提供者:李终胜
  1. matlab_utilities

    0下载:
  2. this is an ekf scan slam algorithm.novice method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:45708
    • 提供者:jayden
  1. zscan

    1下载:
  2. 利用该代码可进行非线性光学材料的闭孔Z扫描曲线拟合,给出材料的三阶非线性光学极化率-theoretical to closed aperture Z scan
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:544
    • 提供者:程培
  1. graham

    0下载:
  2. Graham扫描算法 : 大体思路是将不是凸包顶点的点从点集中去掉。 找出S中具有最小y坐标的点p(通过选取最左边的点打破平局) 根据点和p的连线 与 x轴正方向所成的角度,对S中的点进行排序(由小到大),并将p放在最前面。 从p点开始扫描排序后的S集合。如果这些点都在凸包上,则每三个相继的点p1,p2,p3满足以下性质:p3在向量<p1,p2>的左边.如果出现相继的三个点p1,p2,p3不满足上述性质,则p2点一定不是凸包的顶点,应立即去除。-Grah
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1531
    • 提供者:李刚
  1. matlab-scan

    0下载:
  2. matlab种子扫描算法的实现,共有两个文件,都是matlab的m文件,已经试过了,可以正常运行-Seeds of MATLAB scanning algorithm, a total of two documents, are matlab m file, have tried, can be normal operation
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:927
    • 提供者:zzq
  1. Disk-scheduling-

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN)-Disk scheduling
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:202670
    • 提供者:jhy
  1. zigzak-matrix-scan-matlab-code

    0下载:
  2. zixzak matrix matlab code for 8*8 matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:661
    • 提供者:jamali
  1. ScanflineFill

    0下载:
  2. 扫描线区域填充算法,完全在VC++6.0控制台上实现-Scan line region filling algorithm, completely in VC++6.0 console
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:殷文斌
  1. diaosi

    0下载:
  2. 用布尼人汉姆算法画线,并用扫描线填充一个多边形-scan line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1292
    • 提供者:杨志
  1. Kmeans

    0下载:
  2. 在不同环境下,同一段基因编译出不同的RNA基因编译结果不同,变异导致蛋白质不正确表达,出现病症不规则问题,实用性问题-After the scan has been made, the analysis will follow. The dimensions of the array cause the first problem. The individual spots on the array are so microscopically small, that one single du
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:17929441
    • 提供者:lucy
  1. first

    0下载:
  2. 基于菲涅尔-基尔霍夫衍射的z扫描高斯衍射模型程序代码-GAUSSIAN diffration model of z-scan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:凌玲
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com