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

搜索资源列表

  1. port-scan

    0下载:
  2. 一个用C写的端口打描程序,比较简单,适合新手学习.喜欢的朋友拿去-write a C port fight depiction procedures are relatively simple, suitable for novice to learn. Friends like to thank the line
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:17697
    • 提供者:猫猫
  1. 利用双向走动法改进冒泡排序算法C语言源代码

    0下载:
  2. 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4316
    • 提供者:张庚
  1. scan-haff

    0下载:
  2. 通过本课程设计,应使学生掌握哈夫曼编码的特点、存储方法和基本原理,培养学生利用C++语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力,为后续计算机专业课程的学习打下坚实的基础-passage of the curriculum design, should help students grasp the characteristics of Huffman coding, storage and basic principles, Training students to u
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:261547
    • 提供者:李明
  1. scan.c.tar

    0下载:
  2. Linux下的端口扫描器,可以进行简单的端口扫描。-Linux port scanners, can conduct a simple port scan.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:770
    • 提供者:
  1. port-scan

    0下载:
  2. 端口扫描器C语言源代码,初学者可以参考一下
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19934
    • 提供者:小忽忽
  1. scan

    0下载:
  2. 主要是针对矩形扫描方式编写的c语言代码。只要探头沿着这种扫描方式都可以使用。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1117
    • 提供者:yhm
  1. ATMEL单片机的C编译器

    0下载:
  2. 1.ATMEL单片机的C编译器。ICCAVRV7.22B破解版。 2.请看readme.text.杀毒软件会把破解文件当中木马病毒。请设置不要扫描这个文件。,1.ATMEL MCU C compiler. ICCAVRV7.22B cracked version. 2. See readme.text. Antivirus software, virus, Trojan horse which will crack the file. Please set do not scan the fi
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-05-26
    • 文件大小:9588295
    • 提供者:jerry.shi
  1. Scan.rar

    0下载:
  2. 本程序是用Java程序写的控制扫描仪程序。使用C++编写扫描程序,生成jtwain.dll文件。然后再由Java调用dll文件,完成文件扫描功能。本程序的jtwaill,支持中文,扫描时不弹出扫描对话框。,This procedure is used to write Java programs to control the scanner program. Written using C++ scanner to generate jtwain.dll file. And then call
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:210202
    • 提供者:
  1. LAN-SCAN

    0下载:
  2. 扫描局域网IP地址和主机名,使用C++编写,有界面-Scan LAN IP address and host name, written in C++, with an interface
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-21
    • 文件大小:36245051
    • 提供者:
  1. Scan

    0下载:
  2. C语言的词法分析器,界面很好看,功能也还可以-C language, lexical analyzer, a good interface, the functions can also be
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3140
    • 提供者:liujunfeng
  1. scan

    0下载:
  2. 一个简单的病毒扫描工具,,初学者的绝好资料,,学习c的基础知识-A simple virus scanning tools, excellent information for beginners, and learn basic knowledge of c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:5411
    • 提供者:hljleo
  1. port-scan

    0下载:
  2. C语言写的端口扫描程序,适合C语言学习者使用-C language to write the port scanning procedures, the use of suitable C language learners
  3. 所属分类:Scanner

    • 发布日期:2017-04-04
    • 文件大小:19591
    • 提供者:lee_chan
  1. diskschedulingalgorithmsourcecode

    0下载:
  2. 在我们学习的过程中共遇见5种磁盘调度算法它们分别是: FCFS(先来先服务)调度 SSTF(最短查找时间优先)调度 SCAN(扫描)调度 C-SCAN(环形扫描)调度 LOOK(查找)调度(电梯) -disk scheduling algorithm source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:672970
    • 提供者:cjw
  1. choose

    0下载:
  2. 磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:小山
  1. Scan

    0下载:
  2. 采用C++实现的对扫描局域网内的计算机,调试通过,运行效果好。-Using C++ implementation of the scan the computer LAN, debugging through the run effect is good.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3750
    • 提供者:木 易
  1. c

    0下载:
  2. 1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to achieve its main task is to s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1347
    • 提供者:fire
  1. WIA扫描C#类

    5下载:
  2. WIA自动连续扫描及平板扫描类,可选择平板和自动送纸盒等。(WIA Scan Class For C#)
  3. 所属分类:C#编程

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:VESION
  1. C# 模拟键盘输入 KeyBoardInput

    0下载:
  2. 很清晰的扫描版,源码程序,供学习参加,希望有帮助~!(Very clear scan version)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:587776
    • 提供者:随风_2017
  1. BoBaiScan

    0下载:
  2. C#扫描合并图片,用WIA插件写的。很简单.NET平台(The C# scan is combined with the picture and is written in the WIA plug-in. Very simple.NET platform)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:75776
    • 提供者:SkingCn
  1. C-SCAN

    3下载:
  2. 用于处理超声波相控阵C扫描的数据文件和图片处理,采用的是Matlab语言(the code of Matlab is used to process the data file and picture of ultrasonic phased array C scan)
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-29
    • 文件大小:6144
    • 提供者:yuankkee
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com