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

搜索资源列表

  1. kmeans1

    0下载:
  2.   K-means算法,算法步骤如下: Step1.利用式(2)计算距离矩阵D=(),其中=dist[i, j] (); Step2.扫描坐标距离矩阵D,寻找距离的最大值和最小值,用式(3)计算limit; Step3.扫描坐标距离矩阵D,寻找矩阵中距离最小的2个数据a,b,将数据a,b加入集合,={a,b},同时将数据a,b从U中删除,更新距离矩阵D; Step4.利用 (4)式在U中寻找距离集合最近的数据样本t,如果小于limit,则将t加入集合,同时将t从集合U中删除,更新
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:127618
    • 提供者:ming
  1. contact

    4下载:
  2. 轮轨接触点扫描方法,用扫描的方法计算求得任意轮轨型面的轮轨接触点-Wheel-rail contact point scanning method, the method of calculation obtained by scanning any type of wheel and rail wheel-rail contact point surface
  3. 所属分类:matlab例程

    • 发布日期:2014-02-24
    • 文件大小:1101
    • 提供者:墨香
  1. erfge

    0下载:
  2. C++源代码单词扫描程序,编译原理的 实验-C++ source code word scanner
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1040952
    • 提供者:的言论
  1. 755373578moren2013-bate-V1.0.5

    0下载:
  2. 因调用的是其他端口扫描程序,本来755373578作者是想让各位黑客老爷自己在文本框填写参数的,但是后来想想,sb作者的编程 水平实在很低,如果让各位黑客老爷自己写参数的话很容易就会导致本软件崩溃,所以只能用一个参数-V的。但是我绝对不会 告诉你们在域名-Due to calls to a different port scanning procedures, originally wanted to let you hack SB classic authors i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:83735
    • 提供者:陈章
  1. angle.lidar

    0下载:
  2. 【无人驾驶传感器之64线激光雷达】 velodyne hdl64es2 64线激光雷达点云数据处理之雷达扫描范围图-[64 line laser radar sensor of the unmanned] velodyne hdl64es2 64 lines LIDAR point cloud data processing of the scan range radar chart
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:247660
    • 提供者:张明亮
  1. chongjian

    1下载:
  2. 基于R-L模型的CT扫描和滤波反投影重建的程序实现-Based on CT scan and filter back projection reconstruction RL model program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1338
    • 提供者:leo
  1. beamforming

    0下载:
  2. 介绍了近场波束形成的实现方法 以及利用三维扫描得到目标方位的方法-Describes the method as well as near-field beam forming method using three-dimensional orientation of the scanned target
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1495
    • 提供者:千寻
  1. csm

    0下载:
  2. 基于PLICP算法实现代码,PLICP是机器人激光扫描数据匹配算法。PLICP算法是ICP算法分支的一个比较高效的算法,当扫描数据中存在不规则图型时,他的鲁棒性和准确性就凸显出来,相对于IDE和COX等ICP分支算法来说。-Based PLICP algorithm code, PLICP robot laser scanning data matching algorithm. PLICP algorithm is a more efficient algorithm ICP algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2104595
    • 提供者:彭欢欢
  1. matlab_40_example

    0下载:
  2. 《matlab40个经典案例》书本PDF扫描版和源程序。福利继续上。欢迎指教-" Matlab40 a classic case of" book PDF scan version and source code. Benefits continue on. Welcome advice
  3. 所属分类:matlab

    • 发布日期:2017-06-16
    • 文件大小:24733696
    • 提供者:张乐仁
  1. BmpToJpgJpgToBmp

    0下载:
  2. 实现jpeg压缩和解压缩,将彩色图像进行颜色空间转换、对不同的颜色分量进行不同的采样、对于3个分量进行8×8的DCT变换、对DCT系数矩阵按照JPEG推荐的量化表进行量化;对量化后的系数进行Z形扫描,最后进行熵编码,形成码流,计算比特数,和压缩比。解压从量化后的DCT系数表开始逆向进行-Jpeg compression and decompression, the color image is a color space conversion, the different color compo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6219146
    • 提供者:余峰
  1. csp

    1下载:
  2. 共散射点正演模拟,而且有P波和S波速度扫描和速度谱制作的程序。-Forward modeling of scattering centers, and a P-wave and S-wave velocity and velocity spectra produced by the scanning process.
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12186848
    • 提供者:SongHanjie
  1. Apriori

    0下载:
  2. 一种改进的aprior算法,用二进制的编码计算来取代传统算法的剪枝和联接操作,可以避免多次扫描系统和减少候选集,提高运算效率-An improved aprior algorithm, using binary coding calculations to replace traditional methods of pruning and join operations, to avoid repeated scanning system and reduce the candidate se
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:186867
    • 提供者:徐伟清
  1. Encode-of-LZ77

    0下载:
  2. LZ77和它的变体发现,在正文流中词汇和短语(GIF中的图像模式)很可能会出现重复。当出现一个重复时,重复的序列可以用一个短的编码来代替。压缩程序扫描这样的重复,同时生成编码来代替重复序列。随着时间的过去,编码可以重用来捕获新的序列。算法必须设计成解压程序能够在编码和原始数据序列推导出当前的映射。-encode of Lz77
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:7795
    • 提供者:小冬瓜
  1. new-Bubble-Sort

    0下载:
  2. 修改起泡排序的算法,在正反两个方向交替进行扫描,即第一趟把排序码最大的对象放到序列的最后,第二趟把排序码最小的对象放到序列的最前面。如此反复进行。-Modified bubble sort algorithm, in both directions alternately scanning, sorting code that first trip to the largest objects into the final, the second trip to the smallest obj
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:547
    • 提供者:罗壹文
  1. Sort

    0下载:
  2. 奇偶交换排序是另一种交换排序。它的第一趟对序列中的所有奇数项i扫描,第二趟对序列中的所有偶数项i扫描。若A[i] > A[i+1],则交换它们。第三趟有对所有的奇数项,第四趟对所有的偶数项,…,如此反复,直到整个序列全部排好序为止。-Parity exchange swap is another sort. It' s the first trip of a sequence of all odd items i scan, the second trip of a sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:561
    • 提供者:罗壹文
  1. mainscan

    0下载:
  2. ezw算法的主扫描部分的主程序代码,可以实现比较简单的系数扫描-ezw main scanning algorithm main part of the code, can achieve relatively simple coefficient scanning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1124
    • 提供者:sarah
  1. Apriori

    3下载:
  2. Apriori算法用于发现数据中的频繁项集以及关联规则,属于关联分析, 关联分析的目标包含两条:发现频繁项集和发现关联规则。 该算法基于一个很重要的原理,apriori原理,如果某个相机是频繁的,那么他的所有子集也是频繁的, 也就说,如果一个项集是非频繁的,那么它的所有超集也是非频繁的。 Apriori算法是先生成C1->L1->C2->L2->C3.Apriori算法的缺点是很明显的,每生成一个频繁项集,都要扫描整个数据集。 在数据规模很大的时候,这
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:iihaozl
  1. matlab

    0下载:
  2. 受谷歌自动驾驶汽车的启发,自己开发了利用超声波探测技术,将采集的数据在matlab中绘图,其效果达到一个雷达搜索的雏形,即可扫描出前方障碍物。但由于传感器的距离限制,只能扫描5米的距离。-Inspired by the Google automatic driving a car that he developed the use of ultrasonic detection technology, data will be collected in matlab drawing, the e
  3. 所属分类:matlab

  1. third_order_microring_filter-

    2下载:
  2. 利用符号计算推导光学三阶微环滤波器传输函数,代入参数计算光谱响应,并对关键参数做扫描,绘制4通道微环滤波器响应谱。-Utilizing symbolic computation to derive the third-order optical micro-ring filter transfer function, substitutes the parameters to calculate the optical response. The key parameters are swept
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1492
    • 提供者:张赞
  1. CT

    0下载:
  2. 为断层扫描(CT)源程序,用于多点激励接受断层扫描。-To tomography (CT) of the source, for multi-point excitation accept tomography.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:常予
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com