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

搜索资源列表

  1. Scan-X

    1下载:
  2. Scan-X是一款非常好用的局域网扫描工具,现在我把原代码给大家,希望大家喜欢.-Scan-X is a very handy tool for LAN scanning, now I have the original code for everyone, hope you like them.
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:254802
    • 提供者:zwb
  1. zigzag

    0下载:
  2. 用matlab实现zigzag扫描程序。-using Matlab achieve Zigzag scanning procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1033
    • 提供者:陈玉山
  1. liujunpeng03081528

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51309
    • 提供者:god
  1. VintaSoftTwainActiveXcontrol3.6.0.3

    0下载:
  2. 一个很好用的扫描仪控件,能自动识别是否支持高速扫描,可以自己设置清度和光亮度-a good use of scanner controls, can automatically identify whether to support high-speed scanning, it set up its own money and the degree of brightness, etc.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:81786
    • 提供者:mezts
  1. ekfslam_v2.0

    0下载:
  2. 利用MATLAB建立扩展卡尔曼滤波器进行扫描滤波-using MATLAB establishment extended Kalman filter for filtering scanning
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:26162
    • 提供者:季节
  1. 252542787

    0下载:
  2. 题 目: 编程计算磁头移动的总柱面数和总寻道时间(扫描算法) 初始条件: 随机产生柱面数,磁头每道移动时间,磁头移动方向,访问序列等参数。 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.要求编程计算磁头移动的总柱面数和总寻道时间。 2.设计报告内容应说明: ⑴课程设计目的与功能; ⑵需求分析,数据结构或模块说明(功能与框图); (3)运行结果与运行情况分析; (4)自我评价与总结: 1.你认为你完成的设计哪些地
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1574
    • 提供者:王鑫
  1. Touch_test

    0下载:
  2. 44B0上4线电阻触摸屏应用 描述:扫描读入触摸屏上的输入点坐标-44B0 on four line resistance Touchscreen Application Descr iption : scan read on the touch screen input coordinates
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2168
    • 提供者:小李
  1. keyScan00

    0下载:
  2. 收集了一些按键扫描程序,希望对大家在按键学习上有所帮助-collected some buttons scanning procedures in the hope that the keys to all learning help
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:363199
    • 提供者:胡亚军
  1. scan_key

    0下载:
  2. 这是一个扫描16个键并可返回32个键号的小MCU程序,它对16上按键分单按和长按两种情况做区分.-This is a scan 16 keys can be returned to the 32 keys of the small MCU procedures, its key points on the 16 - and-under by two of the heart.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2330
    • 提供者:练达荣
  1. networsecurity

    0下载:
  2. 本程序是网络安全检测程序,可以用来扫描端口.-network security testing procedures, can be used to scan ports.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:64732
    • 提供者:littledog
  1. anglemachine

    0下载:
  2. 《角度测量器》 用光电编码器测量角度,每个脉冲为0.72度。 测量范围:0.0~360.0度 为保证不错过脉冲,用timer1计数,在电平跳变中断里判断转动方向,尽量加快处理过程。 数据换算和数码管扫描显示在主循环中实现。 译码器用10米长5芯屏蔽线与数显器的两片74HC595连接。 MCU为12F629,使用内部4兆RC振荡和内部复位功能。 -"angle measuring device" using photoelectric encoder
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2050
    • 提供者:刘新生
  1. minglinghangSNLC

    0下载:
  2. 一个c++编的snl语言编译器 (命令行的) 对于初学编译器很有帮助 (多遍扫描实现各阶段 学习起来较轻松)-a series of the SNL language compiler (command line) for beginners compiler useful (many times it scans the stage is now learning together more relaxed)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:356668
    • 提供者:田迎春
  1. shaomiao

    2下载:
  2. 用VC写的网络端口扫描,必须在6.0下运行,可以扫面端口而看漏洞在那里-write VC network port scanning, to be run under 6.0, scanning ports and see where the loopholes
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:221833
    • 提供者:增容
  1. duankoushoamiao

    0下载:
  2. 短口扫描技术的实现,这个一个比较好的程序。可以参考一下。-short scanning technology, and this a fairly good procedures. For reference.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:69436
    • 提供者:ice
  1. Yuanconversandtherealizationofscanning

    0下载:
  2. 此程序主要为利用C语言实现圆的扫描转换及实现,需要一定的理论知识。-The procedure for the use of C language Yuan and the scan conversion, which requires certain theoretical knowledge.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:12657
    • 提供者:管声俊
  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the origin of the center circle.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6985
    • 提供者:管声俊
  1. xp-AntiSpy_simplified-chinese

    0下载:
  2. 可以快速扫描插件等,是耗资源少的好工具 好帮手-quickly scanning plug-in, consumed fewer resources are a good tool for helping hands
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:206845
    • 提供者:dtf
  1. cifagouzhaoqi

    0下载:
  2. 词法分析器构造 通过对给定源语言词法分析程序的设计,加深对词法分析原理的理解,掌握源语言的接受、存贮、预处理和扫描分析,生成正确的 单词符号串二元式序列。 -lexical analyzer structure of a given source language lexical analysis procedures in the design, Lexical analysis to deepen the principle of understanding and masterin
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:11333
    • 提供者:duoduo
  1. gat_shiyan3

    1下载:
  2. 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60256
    • 提供者:
  1. DataWedge-1.00.02

    0下载:
  2. 这是一个基于WINCE结构下的PDA使用的红外扫描软件。-pulled structure based on the use of the PDA infrared scanning software.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:432104
    • 提供者:朱保安
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com