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

搜索资源列表

  1. 12

    0下载:
  2. 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:1.27kb
    • 提供者:包伟伟
  1. iostat-2.2

    0下载:
  2. 测试linux io工具,版本为2.2,对源代码进行了注释说明。-test linux io tool,version 2.2 ,note for the source code
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:14.98kb
    • 提供者:heart
  1. Linux-driver-developte-note

    0下载:
  2. 基于2.6内核的linux设备驱动程序开发简明教程 嵌入式Linux设备驱动开发笔记--赖永诚-Linux driver developte note
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:470.22kb
    • 提供者:hsq
  1. board_note

    0下载:
  2. board.c in uboot source code with lots of note
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:5.29kb
    • 提供者:Jack
  1. vimrc

    0下载:
  2. 实现Linux下vim的高亮与缩进 方法1.下载,2.解压到etc/vim中 注意:使用前保存元vimrc若出现问题也可打开vimrc把下载的vimrc中标注最后的几行拷贝过去保存就行了-Implementation under Linux vim highlighting and indentation method 1 download, 2. Extract etc/vim in Note: Before saving yuan vimrc If you have problems
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:1.73kb
    • 提供者:
  1. lcd_example--4.2

    0下载:
  2. TQ2440开发板触屏(注意我的是4.2寸的,不是的请改头文件)的裸机程序,显示图片功能。-TQ2440 development board touch screen (note that I was 4.2 inches, not, please change the header file) bare metal program that displays picture function.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1.49mb
    • 提供者:
  1. iscsitarget-1.4.20.2.tar

    0下载:
  2. 这是iscsi的源码包,免费下载,请大家多多留意啊。-This is the source code package, iscsi free download, please take note.
  3. 所属分类:Driver develop

    • 发布日期:2017-03-28
    • 文件大小:135.22kb
    • 提供者:蔡祖兴
  1. btstack

    0下载:
  2. 蓝牙协议栈btstack的源码,用于iphone的开发。 在XCODE 4.6 /MAC OS LION 10.7.3 上编译btstack步骤: btstack的官网上的介绍各种不靠谱,按照上面的说法根本无法编译成功。 注意:XCODE要和其他APP放在一起,路径为/Applications/Xcode.app。不可省事放在桌面上。 1、下载btstack svn checkout http://btstack.googlecode.com/svn/
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:232.43kb
    • 提供者:zzw
  1. Linux-kernel-and-chinese-note

    0下载:
  2. Linux0.11源码和中文注释,觉得很好-Linux0.11 source and Chinese comments, feel good
  3. 所属分类:Driver develop

    • 发布日期:2017-05-19
    • 文件大小:5.14mb
    • 提供者:阿斯顿
  1. Linux-InputDriver-

    0下载:
  2. Linux input 驱动开发笔记,详尽讲解Input子系统的架构,笔记中有详细的注解,方便初学者查阅,通过本笔记您可以深入的理解Linux Input的精髓。-Linux input driver development notes, detailed explanation Input subsystem architecture, notes are detailed notes, easy for beginners to access, through this note you c
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:312.02kb
    • 提供者:MrG
  1. NRF2401-STM32

    0下载:
  2. NRF2401 STM32 收发例程 注意,这里要用2个NRF24L01模块同时工作,才能实现。我们测试时基于两套开发板的- NRF2401 STM32 receive routine Note that this use two NRF24L01 modules at a time, can be achieved. Our development board based on two sets of test
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1.64mb
    • 提供者:passort cen
  1. task_setup.py

    0下载:
  2. The battery simulator node battery_simulator.py can be found in the directory rbx2_utils/nodes . The scr ipt is fairly straightforward except perhaps for the parts relating to dynamic reconfigure which we will cover in detail in Chapter 7. For no
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3.05kb
    • 提供者:ahmed
  1. 01lcd_font

    0下载:
  2. 针对友善之臂4412开发板裸机下操作LCD显示驱动,注:Lcd的背光默认没有开启,可以通过先加载linux内核来开启背光,然后按reset键重启进入u-boot来运行自己的程序;-Note 4412: Lcd s default backlight is not turned on, you can first load the linux kernel to open the backlight, and then press the reset key to restart into the
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:14.34kb
    • 提供者:罗姆
  1. 01i2c

    0下载:
  2. 开发板4412_ARM9,通过I2C驱动操作EEPROM设备,里面注有详细的解释,手册可以上网搜索,非常之多!!希望对你开发有所帮助-Development board 4412_ARM9, I2C drive through the EEPROM device operation, which note a detailed explanation, the manual can search the Internet, very much! . I hope to help you deve
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:5.77kb
    • 提供者:罗姆
  1. try_Bee.tar

    0下载:
  2. linux下控制蜂鸣器发声,网上的版本,运行后没有停止,此版本添加了停止,和注释.(注:需要root权限)-The buzzer sound Linux, online version, after the operation did not stop, this version adds a stop, and comments. (Note: requires root permission)
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:4.44kb
    • 提供者:ssl
  1. spidev.c

    0下载:
  2. * This supports access to SPI devices using normal userspace I/O calls. * Note that while traditional UNIX/POSIX I/O semantics are half duplex, * and often mask message boundaries, full SPI support requires full duplex * transfers. There ar
  3. 所属分类:Driver develop

    • 发布日期:2017-12-12
    • 文件大小:5.72kb
    • 提供者:nikita
搜珍网 www.dssz.com