CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - Detect

搜索资源列表

  1. FS44B0XI_Test_SamSung

    0下载:
  2. ARM版的测试程序,可以测各种外设包括硬盘,声卡串口等-ARM version of the test procedure can detect a variety of peripherals including hard drives, sound cards, etc. Serial
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:770.54kb
    • 提供者:阿角
  1. bsd-airtools.tar

    0下载:
  2. bsd-airtools是一个包,为无线802.11b审计提供了一个完整的工具集。也就是它目前包含了一个基于BSD的WEP程序,被称为dweputils (以及为NetBSD, OpenBSD, 和FreeBSD提供的内核补丁)。它也包含了一个基于curses的类似于netstumbler (dstumbler)的AP检测程序,可以用于检测无线访问点和连接的节点,查看到噪音图像的信号,通过被扫描的APs的交互式的滚动,以及查看每一个的统计信息。-bsd - airtools is a packa
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:76.23kb
    • 提供者:陈洁营
  1. valgrind-3.2.1.tar

    0下载:
  2. The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) *
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.83mb
    • 提供者:郭月丰
  1. os2_VirtualMemory

    0下载:
  2. 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1013.71kb
    • 提供者:wanghui
  1. lm75

    1下载:
  2. LM75温度侦测芯片,可有效检测环境温度,当环境温度高于设定值时,可报警。这是它的检测程序。-LM75 temperature detection chip, which can effectively detect ambient temperature, ambient temperature higher than the set value, they can report. This is its testing procedures.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.17kb
    • 提供者:hbzx
  1. boip.tar

    0下载:
  2. ip包检测工具,可以检测ipv4,ipv6数据包详细情况-ip packet inspection tools, can detect ipv4, ipv6 data packet details
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:106.5kb
    • 提供者:李俊
  1. udev_example.c.tar

    0下载:
  2. 在Linux系统中枚举当前在线的USB设备,并检测USB设备的热插拔。-On Linux systems enumerate USB devices are currently online, and to detect USB device hot-plug.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2.55kb
    • 提供者:gzd
  1. Hardware_Test_Programs

    0下载:
  2. ccs下对dm6446的测试程序,能够检测ddr,nandflash,uart,usb等硬件电路的裸板测试代码,包含库文件,板级gel文件,开发环境在TI ccs3.3下。-ccs on DM6446 testing procedures can detect ddr, nandflash, uart, usb hardware such as the bare circuit board to test the code, including library files, board-leve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:2.46mb
    • 提供者:王枫
  1. ccache-2.3.tar

    0下载:
  2. ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。 这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。 (注:Linux下运行)-ccache is a compiler cache. It acts as a cachin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:82.41kb
    • 提供者:王军阵
  1. valgrind_manual.pdf

    0下载:
  2. linux 内存泄露检测工具,可以检测出程序的内存泄露情况-linux memory leak detection tool to detect memory leaks in case the procedure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:804.79kb
    • 提供者:刘敏
  1. Img

    0下载:
  2. Detect Row in greenhouse , image processing , developed in linux , compiled with g-Detect Row in greenhouse , image processing , developed in linux , compiled with gcc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.33kb
    • 提供者:mashomid
  1. debug_malloc

    0下载:
  2. 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG,这部分程序已经在linux操作系统下验证通过。-Memory allocation, release and use of inspections to detect illegal pointer, reducing the procedure BUG, this part of the linux operating system procedures have been adopted under the verifica
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:31.06kb
    • 提供者:张权
  1. USBMEMCAM_DEMO

    0下载:
  2. stm32 implement the CAM frame to detect the moving object
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1.04mb
    • 提供者:dario
  1. collidingmice

    0下载:
  2. 使用了QT的graphics view framework实现了动态图形,并实现了动态图形的碰撞检测。-shows how to use Graphics view framework to implement animated items and detect colision between items.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:7.94kb
    • 提供者:曹琨
  1. HandlerDetector

    0下载:
  2. Detect the presence of attached gpib devices using the ni supplied gpib api and commands.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8.37kb
    • 提供者:Streak Wong
  1. sample-LCD

    0下载:
  2. 一个简单的LCD编程实例,可以自动检测出LCD的分辨率及BPP(bit per pix),最后让LCD显示各种不同颜色.是初学LCD编程的一个很好的简单例程-A simple LCD programming examples, you can automatically detect the LCD' s resolution and BPP (bit per pix), and let the LCD display a variety of different colors. Is a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.52kb
    • 提供者:zhicj
  1. dete.tar

    0下载:
  2. 该源码负责检测某一文件的编码格式 源码使用该文件最先出现的4个中文作检测判断 依据UTF-8和GB2312编码规则作为判断依据-detect the character format ,GB2312 or UTF-8
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:925byte
    • 提供者:Wangsao
  1. gacvsrc

    0下载:
  2. 猫脸检测功能,用ADABOOST训练的,用GABOR特征,完全开源-adaboost trained gabor filter to detect caT FACE
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.79mb
    • 提供者:GoGo
  1. skin

    0下载:
  2. various algorithm to detect skin color
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:663.9kb
    • 提供者:Peacemoon
  1. detect

    0下载:
  2. file detect.c Example program to detect a device and list capabilities.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.74kb
    • 提供者:wingrangjq
« 12 3 4 »
搜珍网 www.dssz.com