搜索资源列表

  1. checkdisk

    0下载:
  2. 检测每个盘的文件系统,比如fat还是ntfs并且显示出来。-detected every disk s file system,example Fat or ntfs and display the disk
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:67928
    • 提供者:王莉
  1. PnPEvent

    0下载:
  2. 设备即插即用驱动程序,可检测到设备接口的到来和离去-plug-and-play device drivers, can be detected in the arrival of equipment and interface leave
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1854631
    • 提供者:尚一
  1. 曼彻斯特码

    1下载:
  2. 今天看了一下从fpga上下的曼彻斯特编解码的程序,感觉不是很清楚,仿真了一下,更迷茫了,大家看看为啥这程序要这么编呢? 程序比较长,不过写的应该还是不错的,看了后应该有收获。 总的思路是这样: 1 通过一个高频的时钟检测wrn信号,如果检测到上升沿,则表明开始编码,将输入的8位数据转为串行,并编码,然后输出。 2 定时信号是从高频时钟16分频后得到的,在wrn上升沿后16分频使能,在编码结束后禁止分频输出。 3 no
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5232
    • 提供者:游畅
  1. XMODEM.C

    0下载:
  2. 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protoc
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2288
    • 提供者:伍先生
  1. codestream

    0下载:
  2. 设计一个模块,从一个窜行数据流里检测出码流“11100”,这个模块包括reset,clk,datain及输出端pmatch-design a module from a trip data flow channeling Lane detected bitstream "11100", this module includes reset, clk, datain and output pmatch
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8886
    • 提供者:许嘉璐
  1. 456pingtest.ZIP

    0下载:
  2. 检测是否网络连接(不论你是用\"猫\"还是\"ADSL\"或其他的都能检测出来是否在网上)-test network connectivity (whether you use "cat" or "ADSL" or the other whether it can detected on the Internet)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:哈哈
  1. kismet-3[1].0.1.tar

    0下载:
  2. Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discov
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:692537
    • 提供者:李飞
  1. 模拟图像边缘检测的C代码[原创]

    0下载:
  2. 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is ne
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1191
    • 提供者:hj
  1. kilster

    0下载:
  2. 利用挂钩线程调度链表来检测进程的代码。基本能查出当前所有Rootkit隐藏的进程。系统编程爱好者必下。-use of thread scheduling Chain link to the code detection process. Basic can be detected all current Rootkit hidden process. System programming enthusiasts certainly un
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:492838
    • 提供者:黄芸乐
  1. uart frame det

    0下载:
  2. 自己的小作,能简化繁琐的通讯帧格式的检测工作,在常量数组 PROTOCOL_ARRAY 中定义一个或多个通讯帧格式,能同时将多个有效帧检测出来,采样队列的方式,高效.-for their small, can simplify the cumbersome communications fr a me format detection, the constants defined array PROTOCOL_ARRAY one or
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5225
    • 提供者:陈文杰
  1. ce_crtdbg

    0下载:
  2. This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2578
    • 提供者:杨久敏
  1. EXELOCK1.83EXE

    0下载:
  2. EXE文件加密器 包含文件 filelock.exe 主文件 readme.txt 说明文件 运行环境 PWIN9X,PWIN2000,16M以上。 完成日志: 3月3日,阳光日立,产生了作一个EXE文件加密器的想法。 3月12日初步完成1.0版,编译环境WIN2000,DELPHI5。自行测试没发现什么错误。 3月13日改进程序内部消息提示。 3月20日发
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:44911
    • 提供者:ff
  1. DUSBVB

    0下载:
  2. vb环境下usb口的数据传输,也可进行端口检测-vb environment usb mouth of data transmission can also be detected port
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:12918
    • 提供者:周效瑞
  1. ce_crtdbg

    0下载:
  2. This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you
  3. 所属分类:Windows CE

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:杨久敏
  1. movl

    0下载:
  2. 基于OPENCV的运动检测代码,该代码有另种模式可选,效果不错,愿和大家分享-motion detected codec based of OPENCV
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:84992
    • 提供者:宋宜良
  1. JTC

    0下载:
  2. An unexpected exception has been detected in native code outside the VM.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:朴美兰
  1. Detected-

    0下载:
  2. 检测加速器模块.ec 检测大部分加速器,返回 1 被加速,反回 0 正常-Detected accelerator module. Ec detect most of the accelerator, return to an accelerated anti-back 0 normal
  3. 所属分类:易语言编程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:征服网络
  1. Detected-

    0下载:
  2. 检测加速器模块.ec 检测大部分加速器,返回 1 被加速,反回 0 正常-Detected accelerator module. Ec detect most of the accelerator, return to an accelerated anti-back 0 normal
  3. 所属分类:游戏

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:电暖器
  1. Detected-

    0下载:
  2. 检测加速器模块.ec 检测大部分加速器,返回 1 被加速,反回 0 正常-Detected accelerator module. Ec detect most of the accelerator, return to an accelerated anti-back 0 normal
  3. 所属分类:游戏

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:lledCh
  1. Detected-memory-leaks

    0下载:
  2. Detected memory leaks Detected memory leaks-Detected memory leaks Detected memory leaks
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:1339392
    • 提供者:cdsc
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org