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

搜索资源列表

  1. RemoveNoiseLine

    0下载:
  2. 通用的去验证码中干扰线的资料,使用最短路径和方向偏移算法实现-A common code to verify the information in the interference lines, use the shortest path and direction of the offset algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:320609
    • 提供者:林仁辉
  1. exercise6

    1下载:
  2. 编写程序,从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。 -Programming, from keyboard input an arbitrary string require an asterisk " *" as the terminator, and then save its
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1033001
    • 提供者:李攀
  1. afd

    0下载:
  2. 实现主动频率偏移法的孤岛检测,利用matlab中的S-FUN编写-Frequency offset for active islanding detection method, using matlab written in S-FUN
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:749
    • 提供者:yuejianfang
  1. GETdVg

    0下载:
  2. 数据曲线移动量提取器 1.作图模块是用MFC自己编写的,调用MATLAB进行数据曲线的多项式拟合。 2.可以提取两根曲线间的偏移量:) 3.双击运行,如果提示“libeng.dll找不到”可能是机器上没装MATLAB 4.建议使用MATLAB6.5以上版本。 5.具体使用方法可以看程序的“帮助”项:) -Extraction of data curve mobile device 1. Graphing module is written in MFC itself, cal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:204716
    • 提供者:hxysk
  1. FINAL

    4下载:
  2. 图像拼接原代码,VC++,图像拼接在制作全景图的过程中具有重要作用。对多幅图像进行特定模式投影后,用约束的相位相关度法求取水平垂直偏移量,然后寻找最佳缝合线,实现图像拼接,最后采用多分辨率算法对全图进行拼接处理去除曝光差异和鬼影。整个过程用VisualC++加以实现,实验结果验证了算法的有效性。-The original code image mosaic, VC , image mosaic panorama in the production process plays an impo
  3. 所属分类:图形图象

    • 发布日期:2013-10-29
    • 文件大小:213651
    • 提供者:jms
  1. VB-GoogelMap

    4下载:
  2. VB 调用百度地图示例。 实现地图加载、偏移、加标注、删除标注等功能。 思路: VB调用WebBrowser控件加载本地页面打开地图。 再调用WebBrowser中打开页面的javascr ipt脚本函数实现定位和添加标注。-VB Baidu Map example. To achieve load the map, offset, plus label, delete the label and other functions. Ideas: VB
  3. 所属分类:GIS program

    • 发布日期:2015-04-29
    • 文件大小:7168
    • 提供者:HuNB
  1. hanzi_decoding

    0下载:
  2. STM32在TFT液晶上显示汉字的程序。从SD卡读取汉字的GBK码对应的字模,将字模在TFT液晶上显示。程序包括TFT液晶驱动、SD卡驱动、FAT32文件系统、汉字GBK码到字模偏移量的换算。-STM32 in TFT LCD display Chinese characters on the program. SD card reader from the GBK character code corresponding to the matrix, the matrix on the TFT
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1312440
    • 提供者:罗智峰
  1. create-point

    0下载:
  2. Arcengine 二次开发创建点对象,包括沿线创建,角平分线创建,构造角度距离法,构造角度交点法,构造偏移点发,构造偏转角度法,构造平行线上点法,后方交会定点法等-Arcengine secondary development to create point objects, including along the creation, angle bisectors to create, construct point distance, point of intersection const
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:67678
    • 提供者:Lucas Rao
  1. stolt-migration

    0下载:
  2. 地震偏移成像技术比较经典且易理解的资料,比较有用-Seismic migration imaging more classic and easy to understand information more useful
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4290640
    • 提供者:布饮
  1. GetCurrentProcessName

    0下载:
  2. 一个从内核态获取Eprocess结构中获取,进程名偏移的代码;采用内联汇编完成功能;- Get the offset of the name of the process from ring0
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:856
    • 提供者:上善若水
  1. sniffer

    1下载:
  2. 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。  能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)  能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例
  3. 所属分类:software engineering

    • 发布日期:2015-12-19
    • 文件大小:65406
    • 提供者:鲁明
  1. afd1

    0下载:
  2. 实现主动频率偏移法的孤岛检测,利用matlab中的S-FUN编写-Frequency offset for active islanding detection method, using matlab written in S-FUN
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:750
    • 提供者:yuejianfang
  1. DBF

    10下载:
  2. 包含波束形成的仿真,五种阵列波束:线阵,主瓣偏移线阵,切比雪夫加权的线阵,圆阵,平面阵-Beamforming simulation contains five arrays beam: linear array, the main valve offset linear array, weighted Chebyshev linear array, circular array, planar array
  3. 所属分类:matlab

    • 发布日期:2015-11-02
    • 文件大小:2366
    • 提供者:无真实
  1. Binary_Offset_Carrier_Modulations_for_Radio_naviga

    0下载:
  2. 二进制偏移码(BOC)调制在无线电导航中的应用,讲述了BOC调制的优点以及频谱。-Offset binary code (BOC) modulation in the radio navigation applications, describes the advantages of BOC modulation, as well as the spectrum.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:116818
    • 提供者:xinmuwang
  1. MATGPR_R2

    12下载:
  2. 基于matlab的探地雷达信号处理开源程序,包括回波图显示,谱分析,均值滤波,去直流分量,FK,kl滤波,FK偏移,时深转换速度模型分析等-Matlab on the ground-penetrating radar signal processing to open source, including echocardiogram showed that spectral analysis, the mean filtering, to DC, FK, kl filter, FK migrat
  3. 所属分类:matlab例程

    • 发布日期:2012-11-09
    • 文件大小:23767936
    • 提供者:gz
  1. DPX_explainer

    0下载:
  2. 能够读取DPX图像文件中的头文件信息,包括文件大小、图像指针偏移、宽高比、创建时间-read DPX file header info,including file size, image offset, width&height and so on
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-30
    • 文件大小:80468
    • 提供者:gxa gxa
  1. AFC

    0下载:
  2. AFC信道参数估计,实验结果是估计衰落系数和频率偏移-AFC channel parameter estimation, the experimental results is to estimate the fading coefficients and the frequency offset
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:900
    • 提供者:andy
  1. CyclonePLL

    1下载:
  2. Cyclone™ FPGA具有锁相环(PLL)和全局时钟网络,提供完整的时钟管理方案。Cyclone PLL具有时钟倍频和分频、相位偏移、可编程占空比和外部时钟输出,进行系统级的时钟管理和偏移控制。Altera® Quartus® II软件无需任何外部器件,就可以启用Cyclone PLL和相关功能。本文将介绍如何设计和使用Cyclone PLL功能。 PLL常用于同步内部器件时钟和外部时钟,使内部工作的时钟频率比外部时钟更高,时钟延迟和时钟偏移最小,减小或调整时钟
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:554027
    • 提供者:裴雷
  1. BOC

    0下载:
  2. 介绍了二进制偏移载波调制(BOC)的一些内容-Describes some of the content of the binary offset carrier modulation (BOC)
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:3612310
    • 提供者:
  1. 15

    0下载:
  2. 安徽省货物销售统一发票管理系统 操作说明 1、开票 F7或双击可 查询, 方向键,Home、 End、PgUp、PgDown、回车用于 移动光标位置。 发票无金额时,不允许保存。有金额无品名时也不得保存。 发票打印前,应先确定好打印机。直接在程序中选择即可。也不必非要将票据打印机设置为默认打印机。 首次打印发票时,建议不要直接先用发票,应先用其他纸张裁成与发票同等大小进行试打,经过调整打印位置,打印偏移量来确定好发票套打位置。 2、发票作废 特别小心,本系统为
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-12
    • 文件大小:3058537
    • 提供者:winwsk
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 37 »
搜珍网 www.dssz.com