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

搜索资源列表

  1. ldd3_examples

    0下载:
  2. linux驱动程序开发ldd3,书中的例子程序,对于驱动开发的同学比较有帮助。-linux driver development ldd3, the book s example programs, for students to drive the development of more help.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:147024
    • 提供者:zhaomeng
  1. dd

    0下载:
  2. device driver programs
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:45363
    • 提供者:nvnkmr
  1. driver_mini2440_linux

    0下载:
  2. 自己编写的linux下基于mini2440开发板的温湿度传感器dht11的驱动程序和驱动测试程序, 里面包含编译好的驱动模块和测试程序,放到mini2440板里可以直接使用-His writing under the Linux based on mini2440 development board of temperature and humidity dht11 driver and driven testing procedures, contains compiled driver mo
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:5673
    • 提供者:靳士慧
  1. NRF24L01

    0下载:
  2. ARM9平台下的NRF24L01无线模块驱动程序-NRF24L01 modul driver programs for ARM9
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:4730
    • 提供者:陆庆鸿
  1. wikroe-net-driver

    0下载:
  2. linux2.6网络设备驱动程序和测试程序。-linux2.6 network device drivers and test programs.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:7576
    • 提供者:fugrong
  1. DS18B20

    0下载:
  2. 一个简单的DS18B20驱动和测试程序!-A simple DS18B20 drivers and test programs
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-15
    • 文件大小:32020
    • 提供者:Lewph
  1. gpio

    0下载:
  2. linux下基于atmel91sam9263的通用IO口驱动程序-the GPIO driving programs based on atmel91sam9263 in linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:36194
    • 提供者:
  1. i2c

    0下载:
  2. linux下基于atmel91sam9263的I2C总线驱动程序-the I2C driving programs based on atmel91sam9263 in linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-22
    • 文件大小:282279
    • 提供者:
  1. usb

    0下载:
  2. linux下基于atmel91sam9263的USB驱动程序-the USB driving programs based on atmel91sam9263 in linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-09
    • 文件大小:2227784
    • 提供者:
  1. e2fsprogs.tar

    0下载:
  2. e2fsprogs(又称为e2fs programs)是用以维护ext2,ext3和ext4档案系统的工具程序集。由于ext2/3/4是绝大多数Linux发行版默认的文件系统,所以这套工具集也包含在众多Linux发行版内。 e2fsprogs包含以下独立的程式: e2fsck, ext2/3/4文件系统的fsck程序,用于检查文件系统的完整性。 mke2fs, 用于创建ext2/3/4档案系统。 resize2fs, 调整已建立的ext2/3/4档案系统的大小。
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:4500283
    • 提供者:snow
  1. STM32Board_v1.0

    0下载:
  2. stm32例子程序,SPI,串口,DMA-stsw-stm32054 stm32 sample programs and documentation
  3. 所属分类:Driver develop

    • 发布日期:2017-11-27
    • 文件大小:4496748
    • 提供者:周奇
  1. iTraxISA_Linux_V02.01.00.tar

    0下载:
  2. iTraxISA+GSM+GPRS板卡,Linux下驱动及示例程序源码-iTraxISA+GSM+GPRS boards, Linux source code under the drivers and sample programs
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:40480
    • 提供者:ysdxiaoyu
  1. LEDTesting2

    0下载:
  2. s3c2410 板上实现QT控制LED灯,实现LED灯一一对应的点亮也可实现随机点亮。此次设计为本科生字符驱动编写的程序,经过运行和检验完全正确,使用版本为QT4.6-s3c2410 board realized QT control LED lights, LED lights illuminate one correspondence can also be achieved randomly lit. The design for undergraduate programs writte
  3. 所属分类:Driver develop

    • 发布日期:2017-03-28
    • 文件大小:29248
    • 提供者:阿娇
  1. Compiler-Principle-2

    0下载:
  2. 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-The compiler is to " high-level language," translated as " machine language
  3. 所属分类:Driver develop

    • 发布日期:2017-06-16
    • 文件大小:25329664
    • 提供者:陈宁
  1. md5

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:20575
    • 提供者:xuting
  1. SmartHome

    0下载:
  2. 智能家居,全部程序自己编写,都通过测试,用于智能家居各个外设驱动-Smart home, all the programs you have written, have passed the test, each peripheral drivers for smart home
  3. 所属分类:Driver develop

    • 发布日期:2017-05-27
    • 文件大小:10564719
    • 提供者:lin
  1. J1939

    0下载:
  2. programs about sae standards, advanced level.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-02
    • 文件大小:906328
    • 提供者:erdem
  1. aodv

    0下载:
  2. Ns-2 Network simulation version2 has explore the VANET programs to do projects
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:10410
    • 提供者:kumar
  1. vnc

    0下载:
  2. 有两个程序在这里的两个子目录: vncviewer的 - 这是VNC查看器或客户端,程序为Win32。 WinVNC的 - 这是VNC服务器为Win32。它允许NT桌面 使用VNC查看器远程访问。-There are two programs here in the two subdirectories: vncviewer- this is the VNC viewer, or client, program for Win32. winvnc-
  3. 所属分类:Driver develop

    • 发布日期:2017-05-03
    • 文件大小:824975
    • 提供者:葛腾青
  1. TQ2440

    0下载:
  2. 是2440板子的裸机程序 ,,这是触摸屏驱动源代码-2440 board is bare Programs, which is a touch screen driver source code. . . .
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:41031
    • 提供者:刘川
« 12 »
搜珍网 www.dssz.com