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

搜索资源列表

  1. VLCsource

    0下载:
  2. 此份资料是开源代码VLC的源码,文件夹中还包括详细的代码分析,是学习的一份好材料-This material is open-source VLC source code in a folder, the code also includes a detailed analysis, is a good learning material! ! !
  3. 所属分类:Linux驱动

    • 发布日期:2017-06-13
    • 文件大小:21851480
    • 提供者:欧阳柏林
  1. rarlinux

    0下载:
  2. 可以实现在linux解压缩rar文件,到目前为止最新的版本为3.90 beta 3,这是共享版本。 -Can be achieved in the Linux unzip rar files
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:864699
    • 提供者:ptzff
  1. proc

    0下载:
  2. Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mec
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:116206
    • 提供者:ptzff
  1. 12

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

    • 发布日期:2017-04-02
    • 文件大小:1296
    • 提供者:包伟伟
  1. leds

    0下载:
  2. linux 系统中按键灯的编程方式的原代码,及其对应的makefile文件。-How to program the leds program in the linux system
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:564
    • 提供者:王工
  1. usb_camera

    0下载:
  2. 一个在2440上测试通过的USB摄像头测试程序,直接交叉编译生成可执行文件就可以用了。-In 2440 a test on through the USB cameras test procedures, direct cross-compiling generation executable file can use it.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:3775
    • 提供者:lly
  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. Linux-kernel-makefile-resolution

    0下载:
  2. 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:342252
    • 提供者:罗海兵
  1. findfd

    1下载:
  2. 目前linux的系统调用中没有可以有效获得当前进程打开的所有文件标识符的函数。所以我实现了nextfd,findfd系统调用,使用bitmap高效率实现。-Linux system calls can access the function of all open files in the current process identifier. So I achieve a nextfd of findfd system calls, the use of bitmap high efficie
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-14
    • 文件大小:3805
    • 提供者:Zhaiyf
  1. SRAM

    0下载:
  2. 文件中包含了在MDK及IAR两种开发工具下的SRAM读写访问驱动代码,已调试通过。-Contained in the file under the two development tools for MDK and IAR SRAM read and write access to the driver code has been through debugging.
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-10
    • 文件大小:2402181
    • 提供者:Successan
  1. jni

    0下载:
  2. 该文件是一个JNI的相关头文件,列举了JNI编程中JNI常用的相关接口。-This file is a JNI header file lists the JNI programming in JNI common interface.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:8159
    • 提供者:BirdyBird
  1. makefile

    0下载:
  2. 该文档是s3c2440芯片的spi1接口在linux系统中驱动模块的makefile文件。可以直接在文档目录下执行make命令。-this file is the makefile of the driver of s3c2440 s spi interface。you can exercise the command make in the same pathetic。
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:2560
    • 提供者:wudingzhiying
  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-28
    • 文件大小:833946
    • 提供者:yangh
  1. Camera-driver-source-code-analysis

    0下载:
  2. 摄像头驱动实现源码分析 Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件),整个源程序由四个主体部分组成:设备模块的初始化模块和卸载模块,上层软件接口模块,数据传输模块。-Camera driver source code analysis realization of Spac5xx is written VIDEO equipment in accordance with
  3. 所属分类:Driver develop

    • 发布日期:2017-11-05
    • 文件大小:13984
    • 提供者:DJK
  1. wavplay

    0下载:
  2. 在嵌入式linux下使用/dev/dsp播放wav文件。-In the embeded linux environment, play wav files with /dev/dsp device.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-04
    • 文件大小:1173
    • 提供者:demo xie
  1. LinuxSPI

    0下载:
  2. 在liunx下编写spi驱动教程,详细的解释加上源代码上的注释,是一个入门的很好的文件。-The spi driver tutorial written liunx under detailed explanation and the comments in the source code, is a good entry file.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-02
    • 文件大小:30719
    • 提供者:崔俊鹏
  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. file_io

    0下载:
  2. 在linux下的实现的文件的标准输入输出的驱动编程,-under the linux system,do the file in and output driver
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:22318
    • 提供者:钟根胜
  1. LED-code-in-Linux

    0下载:
  2. 在Linux环境下,实现对LED灯的亮灭操作,包括了makefile文件-In the Linux environment, the realization of the LED lights out operation, including the makefile file
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:2472
    • 提供者:谢虹恩
  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-03-31
    • 文件大小:238011
    • 提供者:zzw
« 12 3 4 »
搜珍网 www.dssz.com