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

搜索资源列表

  1. 0V9650-drive-application-source-code

    0下载:
  2. 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-10
    • 文件大小:2434724
    • 提供者:王五
  1. CPUfreq

    0下载:
  2. 该程序模块中xllp_CPUfreq.s,xllp_freq.c,xllp_intc.s,xllp_freq.h四个文件是修改CPU频率的主要代码,使用前可以将这些文件和xllp目录下的文件编译在一起,以便可以在程序的任何地方调用它们,修改和读取CPU频率主要依靠调用xllp_freq.c文件中的两个函数完成:XLLPSetCoreRunFrequency,xllpGetCurrentFreqSetting。-The program module xllp_CPUfreq.s, xllp_fre
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:14349
    • 提供者:wind
  1. File-system

    0下载:
  2. Linux操作系统下的编程,模拟实现了Linux操作系统下的文件系统功能-Programming under the Linux operating system, the simulation under the Linux operating system, file system
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:824943
    • 提供者:
  1. copy_file

    0下载:
  2. c语言编写Linux的文件拷贝,实现从一个目录到另一个目录。-c language Linux file copy, from one directory to another directory.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:877
    • 提供者:lee
  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. xfsprogs-and-dump

    0下载:
  2. xfs应用于xfs文件linux X86_64系统安装的软件.可以实现XFS的文件系统添加。-software the xfs applied to xfs file linux X86_64 system installation. XFS file system to add.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-23
    • 文件大小:986271
    • 提供者:ella.han
  1. cp

    0下载:
  2. linux系统命令中的cp命令的编写,包括递归拷贝目录下面的文件/目录-linux system command cp command written recursively copy directory file/directory
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:7268
    • 提供者:urey
  1. lsm-check

    1下载:
  2. Linux下基于LSM的文件访问控制,实现了LSM内核控制模块,可加载模块,并对文件访问进行记录-Linux-based the LSM file access control, to achieve the the LSM kernel control module, loadable modules, and file access records
  3. 所属分类:Driver develop

    • 发布日期:2014-09-24
    • 文件大小:4096
    • 提供者:GJ
  1. data

    0下载:
  2. 编写一程序,实现程序a通过读取一个文件,把文件内容写入一个有名管道.然后程序b读取有名管道的内容,重新写为一个新的文件。-Write a program, the program by reading a file, the contents of the file is written to a named pipe. Program then b to read the contents of the named pipe, re-written as a new file.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-15
    • 文件大小:527
    • 提供者:kingwang
  1. Linux_tar_usages

    0下载:
  2. tar可以为文件和目录创建档案。利用tar,用户可以为某一特定文件创建档案(备份文件),也可以在档案中改变文件,或者向档案中加入新的文件。 tar最初被用来在磁带上创建档案,现在,用户可以在任何设备上创建档案,如软盘。利用tar命令,可以把一大堆的文件和目录全部打包成一个文件,这对于备份文件或将几个文件组合成为一个文件以便于网络传输是非常有用的。Linux上的tar是GNU版本的。 -tar files and directories can be created files. The us
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:1521
    • 提供者:peter
  1. TcpModbusMaster

    0下载:
  2. Linux下一个TCPMODBUS的文件。比较详细的实现的MODBUS的各种功能。-In Linux A TCPMODBUSfile. Various functions more detailed implementation of MODBUS.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:40979
    • 提供者:王超
  1. iozone3_326

    0下载:
  2. linux下的文件系统性能综合测试工具,源代码。-linux file system performance integrated testing tools, source code.
  3. 所属分类:Driver develop

    • 发布日期:2016-01-24
    • 文件大小:807936
    • 提供者:王曦
  1. myls

    0下载:
  2. myls 实现对输出的文件、目录进行排序等功能。-myls achieve the output file, directory, sort and other functions.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:1693
    • 提供者:范轶聪
  1. 2011813035ex4

    0下载:
  2. 熟悉Linux操作系统中的文件与目录管理的概念。 2)掌握Linux操作系统中常用文件管理指令。 3)使用文件系统的一般方法。 4)掌握硬链接和软链接的建立及使用。 5)进一步了解文件系统结构。 -Familiar with the concept of the Linux operating system file and directory management. 2) to master the Linux operating system commonly used
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:346306
    • 提供者:sunny
  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. cp_prj1.04

    0下载:
  2. linux下用C语言编写的文件、文件拷贝复制功能应用程序,并包含封装好的接口-a application for copy command in linux OS , it use C to write, and it contain some usefor interface....
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:47028
    • 提供者:陈小维
  1. CLFileOperate

    0下载:
  2. 使用缓存的文件操作封装类,能够明显提高写磁盘的速度。-A class use cache in file s operating which can improve properly in writting disk
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1529
    • 提供者:jerry
  1. HEXaBIN

    0下载:
  2. 用于hex格式与bin格式的文件直接转换,方便作业。-hex and bin Swape
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:dehuar
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com