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

搜索资源列表

  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. 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. Laser-Coord

    0下载:
  2. 激光扫描中测量数据之间的空间坐标转换程序-Laser scanning to measure the space between the coordinates of the data conversion process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:425766
    • 提供者:cgzszhang
  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. clock

    0下载:
  2. 改进的Clock算法(Not Recently Used):为每页设置一访问位A,和一修改位M,将内存中的所有页面保存在一个类似于钟面的数据结构中,实验中采用了循环数组来模拟时钟。某页被访问,访问位置1;某页面被修改,修改位置1。本实验采用的是发生命中时,指针指向下一个页面。当发生缺页中断时,既要考虑最近未被访问过的页面,又要考虑最近未被修改过的页面,其执行步骤分为以下三步: 1:从当前指针所指位置扫描一遍循环数组,寻找A=0、M=0的页面,若找到,则置换页面,第一次扫描过程中不修改访问位。
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:453356
    • 提供者:vivi
  1. zigzag

    0下载:
  2. 图像扫描的zigzag程序,可用于图像处理的水印程序,图像压缩-zigzag
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:770
    • 提供者:hanghang
  1. rsa

    1下载:
  2. 非线性材料反饱和吸收理论拟合,可以给出材料的非线性吸收Z扫描曲线-theoretical fit to reverse saturable absorption
  3. 所属分类:matlab例程

    • 发布日期:2013-05-21
    • 文件大小:983
    • 提供者:程培
  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. zuijiaboshuxingcheng

    0下载:
  2. 此程序是关于阵列信号处理中的最佳波束扫描,程序简单易懂,便于我们理解理论知识。-The program is about array signal processing the best of the beam scanning, and the program is easy, and for us to understand the theory of knowledge.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:804
    • 提供者:lishuang
  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. PtsCompress

    0下载:
  2. 基于八叉树的三维激光扫描点云数据压缩,根据曲率进行分块压缩。-Point cloud compress based on october
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4064489
    • 提供者:谢瑞
  1. laser-sweep

    0下载:
  2. 安捷伦激光器和功率计扫描,matlab实现-laser auto sweep
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1261
    • 提供者:wa
  1. JPEG-Encoder-Decoder

    0下载:
  2. JPEG图像压缩,包括了DCT变换,Z扫描,量化和Huffman编码-JPEGimagine compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:59647
    • 提供者:qiancongrong
  1. Tscn

    0下载:
  2. 对中国境内模式预报降水进行评分,采用格点扫描站点的方法。-This code is for rainfall threat sorce.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3053
    • 提供者:周祖刚
  1. first

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

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:凌玲
  1. zigzag

    0下载:
  2. ZIGZAG扫描MATLAB代码,具体内容请参考代码文件-for ZIGZAG
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:565
    • 提供者:Naive Black
  1. doa1

    0下载:
  2. DOA估计:二维方向(方位、俯仰角度)扫描、方阵对某点源的导向矢量、方阵阵列信号-DOA estimation: a two-dimensional direction (azimuth and elevation angle) scan, square steering vector of a point source, the square array signal
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1583
    • 提供者:felix
  1. DataSort

    0下载:
  2. 数值排序算法,包括冒泡排序、希尔排序 双向交替扫描法、快速排序等-Numerical sorting algorithm, including bubble sort, shell sort, two-way alternate scanning, quick sort etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:30332
    • 提供者:丁伟
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com