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

搜索资源列表

  1. s35390a_driver

    0下载:
  2. 基于I2C的s35390a驱动程序总结,有不依赖于板级文件的驱动,自己建立client的驱动程序-I2C-based s35390a driver summary does not depend on the driver of the board-level file, build the client driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-09
    • 文件大小:1547364
    • 提供者:xianfu_wu
  1. Sig_SW

    0下载:
  2. 本程序基于s3c2440的IO口电平状态检测驱动,适用于开关量信号检测电路。程序实现:检测当前IO口状态并通过串口打印。-This procedure applies to the switch signal detection circuit based on the the s3c2440 IO port level of state detection driver,. Program: detection of IO port status and print through the s
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:2609
    • 提供者:张宇涛
  1. relay

    0下载:
  2. AT91的GPIO驱动,依据atmel at91sam9g10板级文件编写-AT91 GPIO driver, in accordance with the the atmel at91sam9g10 board-level file write
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:917
    • 提供者:xianfu_wu
  1. button-linux

    0下载:
  2. 嵌入式linux按键驱动程序及相关的测试程序,通过定时器定时扫描GPIO电平的高低以判定按键是否按键,通过延时去抖-Embedded linux key drivers and test procedures, by the level of timer scheduled scans the GPIO to determine whether a key button debounce with delay
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:2424
    • 提供者:
  1. eeprog-0.7.6.tar

    0下载:
  2. Low level EEPROM interface
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:7881
    • 提供者:Santa Claws
  1. ps2_mouse_top

    0下载:
  2. ps2鼠标顶层模块电路,仅仅包括顶层不含其他。-ps2 mouse top-level module circuit, and only include the top level without other.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-11
    • 文件大小:1093
    • 提供者:yan jun
  1. DS18B20

    0下载:
  2. ARM2440下教育ADS1.2de 18B20裸机程序,给予底层配置-The ARM2440 Education ADS1.2de 18B20 bare metal program, given the low level configuration
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:95630
    • 提供者:def
  1. zlog-latest-stable.tar

    0下载:
  2. zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:833946
    • 提供者:yangh
  1. cmylog

    0下载:
  2. 超实用的linux 写日志类, 分级别,分文件,直接用宏定义-Ultra-practical linux to write the log class and sub-level, sub-file, direct use of the macro definition
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:2137
    • 提供者:zhaoxiaojun
  1. LinuxDrv

    0下载:
  2. 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 -Linux serial driver level design and interface, and pointed out that the level of association between the serial TTY terminal (serial port can be use
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:16054
    • 提供者:dinny
  1. SDL-1.2.15.tar

    0下载:
  2. Linux SDL库,封装了声音、键盘、鼠标、显卡等设备。-This is the Simple DirectMedia Layer, a general API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple platforms
  3. 所属分类:Driver develop

    • 发布日期:2017-11-06
    • 文件大小:3920622
    • 提供者:hobochen
  1. gpio

    0下载:
  2. AT91SAM9263-EK的驱动编程,控制GPS GSM模块的引脚才高低电平-AT91SAM9263- EK driver programming, control GPS GSM module pin to high and low level
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:16508
    • 提供者:林风
  1. shell

    0下载:
  2. linux 的 shell 源代码 九百多行的代码 大神级手笔。。。简洁,漂亮-linux shell source code More than nine hundred lines of code God-level mine. . . Simple, beautiful
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:14321
    • 提供者:vonirvana
  1. USB-keybad-driver

    0下载:
  2. arm2440 触摸屏的键盘驱动,是我亲自研究过的,具有很高的水平,基本上是准确无误吧,可以参考.-arm2440 touch screen keyboard driver, I personally studied, with a very high level, it is basically accurate, you can refer to.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-15
    • 文件大小:12207
    • 提供者:杨乐
  1. linux

    0下载:
  2. 驱动高级理解,有助于linux初级学习者,欢迎大家查看下载,谢谢。-Drive level understanding helps linux primary learners, welcoming everyone to see download, thank you.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-06
    • 文件大小:1374644
    • 提供者:shd
  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. ADC

    0下载:
  2. S3C6410 ADC驱动程序源码,包含应用层的程序-S3C6410 ADC driver source code, including application level
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:229731
    • 提供者:徐志强
  1. Linux-program

    1下载:
  2. 主要介绍UNIX环境高级编程和基于Linux0.12内核完全剖析,适合Linux高手学习使用。-Introduces high-level programming environment for UNIX-based and completely analyze Linux0.12 kernel for Linux experts to learn to use.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-30
    • 文件大小:13203456
    • 提供者:徐节龙
  1. anjian

    0下载:
  2. 驱动按键 驱动级别的 按键很好使 什么游戏都可以用-Drive key driver level keys so good what the game can be used
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:43111
    • 提供者:shi5592618
  1. ddscat73_130527_windows130903

    2下载:
  2. DDSCAT7.3的安装文件,离散偶级子近似-DDSCAT7.3 installation files, discrete dual-level sub-approximation
  3. 所属分类:Driver develop

    • 发布日期:2015-03-11
    • 文件大小:10783744
    • 提供者: 薇薇
« 12 »
搜珍网 www.dssz.com