CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - File Copy

搜索资源列表

  1. 嵌入式文件系统ucfs

    0下载:
  2. 嵌入式文件系统ucfs.zip This project should serve as an \"easy start\" with /FS. All paths are relative to the project file. You should therefore be able to copy the entire directory (including all subdirectories) to any location on your harddrive.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:50.3kb
    • 提供者:测试
  1. AT91RM9200-BasicUSB-ARM1_2-2_0

    0下载:
  2. AT91RM9200的usb驱动程序,解压后就可以拷贝到根文件系统中,编译执行-AT91RM9200 the usb driver, you can extract copy of the root file system, compiler implementation
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:387.16kb
    • 提供者:
  1. ARM_display_keyboard_src

    0下载:
  2. LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into your ADS directory tree at the root, for example in c:\\ADSv1_1. If prompted to overwrite files, choose Yes. The batch file copy_console.b
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:315.75kb
    • 提供者:王二
  1. img

    0下载:
  2. 北京博创兴业科技有限公司XScale PC104板配套内核文件 blob 平台boot loader 映象 zImage Linux-2.6 内核压缩映象文件,可以直接写入FLASH rootfs.img 根文件系统映象文件,可以直接写入FLASH yaffs 应用程序,拷贝至CF 卡中运行-Societe Generale Beijing Fiberxon Technology Co., Ltd. XScale PC104 board supporting documents
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-22
    • 文件大小:38.16mb
    • 提供者:李东江
  1. Linux-copy

    0下载:
  2. 自己总结了三种Linux机器间文件目录拷贝的操作方法。-Three Linux file directory copy operation between the machine
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:73.49kb
    • 提供者:
  1. Makefile_am_creator

    0下载:
  2. 说明:包含程序和代码。 该程序源代码用于创建automake.am和其他文件。用于linux下制作makefile文件。 1. 把src_makefile和automake.exe拷贝到需要创建automake.am的主目录。 2. 执行automake.exe,点击 创建automake.am文件,默认选择当前目录。确定后得到一组文件src_makefile。 3. 将linux工程和src_makefile目录下的所有文件放于linux下同一个目录下。 4. 依次使用如
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:154.53kb
    • 提供者:hanjie
  1. clock

    0下载:
  2. 实验二 同步与异步write的效率比较设置输入缓冲区时需要知道输入文件的长度。除了使用系统调用stat外,更简单的方法是利用lseek的返回值来获取文件的长度。在按每一个给定大小的输出缓冲区计算写文件时间时,应当在开始写之前调用times(),记录下开始时间,然后在整个输入缓冲区都复制到输出文件之后,再调用times(),两次调用times()的时间间隔,就是在这个给定大小的输出缓冲区的限制下,复制整个输入文件所耗费的写时间。-Experiment two synchronous and asy
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:37.13kb
    • 提供者:林素素
  1. charcterDevices-Drivers

    0下载:
  2. 基于S3C2440班子的linux字符型驱动课件源程序,包括内核空间与用户空间数据拷贝,自旋锁与信号量,proc文件系统等试验源码-Based on the source of the the S3C2440 team linux character-driven courseware, including the kernel space and user space data copy, spin locks and semaphores, proc file system test sou
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:317.36kb
    • 提供者:门汉龙
  1. file_cp

    0下载:
  2. 使用fopen等文件访问库函数编写的应用程序,该应用程序实现文件的复制功能-Applications written by the library function fopen such as file access, the application file copy function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:839byte
    • 提供者:夏秋末
  1. NRF24LU1TEST

    0下载:
  2. mktools-YYYYMMDD.tgz 目标文件系统压制工具,可以把目标文件系统使用一条命令压制为yaffs2, ubifs, ext3,以便烧写或复制到TF/SD卡中运行。-Mktools- YYYYMMDD. TGZ The target file system compactors, can put the object file systems use a command pressing for yaffs2, ubifs, ext3, in order to burn w
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:70.58kb
    • 提供者:isoundy
  1. Normal-files-directories-

    0下载:
  2. 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:11.93kb
    • 提供者:weiwei
  1. cpfolder

    0下载:
  2. A recursive copy file function, can copy the folder file recursion.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:小米
  1. copy

    0下载:
  2. Linux进程控制:父进程打开一个文件,然后创建两个子进程。子进程1将打开文件中的小写字母换成大写字母。子进程2将文件内容读出后打印。父进程等待两个子进程结束以后关闭文件,结束。 -Linux process control: a parent process opens a file, and then create two sub-processes. A child process will open the file in lowercase letters replaced by
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:730byte
    • 提供者:谢海燕
  1. mycp

    0下载:
  2. 基于Linux平台下的复制功能,基本实现了文件复制与目录文件复制的功能-the copying function based on the platform of Linux can realize the function of file-copy and directory file
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:2.55kb
    • 提供者:曾令树
搜珍网 www.dssz.com