搜索资源列表
关于linux下文件编译的方法
- 摘 要: 本文主要阐述了关于linux下文件编译的方法以及vim编辑器的配置,并介绍了linux下热门开发工具。 关 键 词: vim配置与使用;linux文件编译;linux下热门开发工具 引 言: 1.一般拿到新的服务器都需要自己配置一下vim的环境,要不觉得总是不是很顺手。本文介绍了vim的基本配置以及一些个性化配置,用户可根据自己喜好及习惯自由配置;2.介绍了Linux文本编译的常用编译命令选项和多源文件编译方法,使读者对linux下文件编译有一个直观的了解;3.介绍了常用linux下开
cp
- copy是一个电脑玩家,最常用的命令,希望大家好好学学这个命令,不管是对你的LINUX知识还是C语言都会有很大的提升-copy is a computer player, the most commonly used commands, I hope you' ll learn in this order, whether the knowledge of your LINUX or C language will have greatly improved
cp.c
- linux下copy命令的一个实现,显示进度-an implementation of linux copy command with progress showed. . .
chat
- linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
cp-kernel-5.doc.tar
- linux-kernel 的学习手册页 -fjkladsjfklasdjkfl sadjkf jsaf
secnod
- 一个简单的LINUX CP操作代码希望对大家有帮助,代码非常的简单-LINUX CP operation of a simple code that you want to help, the code is very simple
linuxShellCode
- Linux shell 中多个命令的源代码,如:CP,RM,SU ,UNAME ,mv ,pwd ,ln ,cut ,touch ,unlink, stat ,rmdir ,mkdir等终端命令的源代码-Linux shell commands in multiple source code, such as: CP, RM, SU, UNAME, mv, pwd, ln, cut, touch, unlink, stat, rmdir, mkdir and other terminal com
res.tar
- 《ARM嵌入式系统实验教程》P313面最后一段,要求将 /usr/local/lib/minigui/res/* 下所有文件都拷贝到开发板的/usr/local/lib/minigui/res 文件夹下。 但是由于 在 uclinux下只支持 cp srcname destname 格式,且不支持 -a 选项(实际上是任何选项都不支持),所以不能拷贝目录,也不能删除目录(痛苦啊)。 而这里要拷贝的res文件夹下的内容很多,逐个写指令来拷贝不太现实,于是我做了一个shell帮助执行这
src
- linux 系统命令源代码 more yes ls cp -linux system command source code more yes ls cp. . . .
cp.tar
- C语言实现linux下简单的文件夹拷贝功能,包含可执行文件,用法见源文件说明-The simple realization of the folder linux copy
cp-gfx-0.1.0-src
- 跨平台吉他處理 有:LINX 以及WINDOWS的雙向使用- Written by Neil Richardson, 2006. Just some brief instructions on building. Linux building: --------------- make: Will make the program, and stick it all into "./dist" make clean: Will cl
cp
- 复制 在linux下的复制操作,源代码复制的源代码-Copy under linux copy operation, the source code
cpfull
- linux cp 等源代码 供参考学习-linux cp, etc. to learn the source code for reference
akcms_v3.9.3-CP.tar
- AKCMS是轻量级CMS 兼容性好,对主机要求低 各种操作系统(Linux、Windows)AKCMS全部工作正常 各种服务器(Apache、nginx)AKCMS全部工作正常 PHP各种版本(4.0*-5.*)AKCMS全部工作正常 各种数据库:MySQL(3.*、4.*、5.*)、SQLite(2.*、3.*)、Pdo数据接口,支持任意一种均可,AKCMS全部工作正常。 无需特殊服务器设置,市面上的虚拟主机(包括几乎全部免费主机)都可以正常运行AKCMS。
cp
- 在终端实现拷贝 像cp那样的功能 输入三个参数 -linux cp
cp-touch-cat
- linux环境下 用c来实现部分shell指令的功能 cp touch cat等-with c under linux environment to achieve some function of the shell command cp touch cat, etc.
Linux-A-named-pipe-experiment
- 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
cp
- linux系统命令中的cp命令的编写,包括递归拷贝目录下面的文件/目录-linux system command cp command written recursively copy directory file/directory
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.
linux操作系统编程标准实验报告
- 本实验报告涉及ls,cp,lscp,线程,进程,生产者消费者,哲学家进餐(This is a Linux C report, which includes the source code of ls, cp, lscp, producter & consumer and philospher.)