搜索资源列表
zyl
- 本程序是一个在嵌入式下通过键盘控制复制文件,并在嵌lcd(microwindows)屏上显示的演示小程序。-this process is embedded in a keyboard under control reproduction of documents, and the embedded lcd (microwindows) displayed on the screen small demonstration procedures.
zengjiaLinuxxitongdiaoyong
- 添加一个新的系统调用,实现一项新的功能,如查找系统中所有进程的名称和族亲关系信息,或文件复制,重新编译和运行内核,使新的系统调用可用。
linux-libc-headers-2.6.11.1
- 多年来,通常的做法是直接从内核源代码中复制出“原始”的内核头文件,放在 /usr/include 中使用。但是最近几年,内核开发人员强烈要求停止这种做法。因此诞生了 Linux-Libc-Headers 项目,其目的就是维护一个API版本稳定的内核头文件。
110Linuxjc
- File Name 第一课 什么是Linux 第二课 为什么使用Linux 第三课 Linux纵览 第四课 Linux的发展 第五课 Linux特性 第六课 Linux与其他操作系统的区别 第七课 TurboLinux简介 第八课 进入与退出系统 第九课 文件与目录操作 第十课 (10)Linux备份与压缩命令 第十课 (1)Linux文件和目录操作相关命令 第十课 (2)Linux文件内容查询命令
liunx_copyfiles.rar
- 这是LINUX下文件复制的一个小例子,希望对学习linux下C语言编程的朋友有启发.,This is a copy of LINUX a small example, hope to learn C language programming under linux friends instructive.
mycp
- 使用 creat,read,write等系统调用实现在linux下文件复制命令-The use of creat, read, write, such as system calls in the implementation of the file copy command linux
NS2-MIMC
- 根据Ramon的多接口多信道模块修改的,更正了Ramon文章中不正确的部分,并给出了单信道和多信道的仿真例子以及关于吞吐量、抖动率、丢包率等方面的对比结果。只需要将ns2.34代码复制到相应文件中,运行所给例子即可得到结果。-According to Ramon' s multi-interface multi-channel module is modified, corrected Ramon part of the article is not correct, and gives the
s3c2410-linux-2.6.11.1-apm-08.11.02
- 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch c
cpu
- 复制文件 可以在linux 下通过运行此程序来实现文件的复制-copy files
Electric-power-communication-protocol-packet-gener
- 这个小工具可以生成16进制的电力通信协议数据包,目前支持两种 协议:“中华人民共和国多功能电能表通信规约(DL/T 645—1997)” 和”山东电力集团公司用电现场服务与管理系统通讯规约”。能自 动复制生成的数据,默认为生成的数据添加0x前缀,这样就可以把 数据包方便地粘贴到代码或各种16进制调试工具里面,如“串口调 试助手”。也可以用来在调试分析时和调试状态的数据包进行对比, 以检验数据包的合法性。 本程序用 qt4.2.3 opensource + m
3
- 实现文件的复制,帮助理解Linux的编程环境-To achieve a copy of the file to help understand the Linux programming environment
hw2
- 1:用mmap映射方法复制文件 2:显示linux系统中该文件的状态(group/stat/..)-1: copy files with mmap mapping 2: linux system displays the status of the file (group/stat/..)
copy_file1
- 嵌入式复制文件新建文件,不该文件内容复制到另一个文件中-New files embedded copy files, the file contents should not be copied to another file
cp
- 文件复制小程序,可用来复制文件和目录,文件复制小程序,可用来复制文件和目录,-Small program files that can be used to copy files and directories, file a small program used to copy files and directories,
file_cp
- 一个万能的文件复制的程序,不管是WINDOW还是LINUX环境下都适用。-A universal program files are copied, whether or LINUX environment WINDOW apply.
cache
- ibm cell芯片利用软件管理的cache复制文件的功能实现代码。-ibm cell chip using the software management features to copy files cache implementation code.
CP
- linux中实现cp [-r]命令,不仅能复制文件,也能移动文件或文件夹到另外一个文件夹中。-linux achieve cp [-r] command, not only to copy files, but also to move a file or folder to another folder.
program
- Linux下对单线程复制文件和多线程复制文件的比较,-Under Linux compares the single-threaded and multithreaded copy files to copy files,
Copyfile
- 模拟Linux的Shell中cp复制文件命令的功能,亲测1G以内文件可用. 带百分比进度显示,用法见文件说明。-a small copy file program. use like linux bash: cp source dest.
cp_example
- Linux操作系统下的c语言编写的复制文件的源代码-C language under the Linux operating system to copy the source code file