搜索资源列表
Makefile 中文教程
- 文件名:Makefile 中文教程.pdf,linux/unix下编程的人不懂makefile就等于是白痴,不想做白痴的linux程序员,就先载分看看吧,-filename:Guide book of Makefile(CHINESE EDITION).pdf, if the programer under linux/unix doesn t know about makefile, he is no more than an idiot, if you don t want to be an
readinifile_H
- /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\", \"config\", \"dbhost\"))
trav-dir.c
- 本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
mulushudebianli
- 根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为 myfind <pathname> 它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。 argc为4且argv[2] == “-comp”时,命令格式为 myfind <pathname> -comp <filename> 输出在<pathname>目录子树之下,所有与<
root-tree
- (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常规文件的路径名(非目录名,但是其路径可以包含目录)。命令仅仅输出在<path
liunx_shellprogram
- 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
sqlite3
- 一个头文件:filename : sqlite3.h-a head file:sqlite3.h
mini_httpd-1.19php
- mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it s quite adequate. It implements all the basic features of an HTTP server, including: GET, HEAD, and POST methods. CGI. Basic authenticati
hopensource.tar
- menu.lst title Ubuntu_8.04_LiveCD root (hd0,0) kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu.8.04.iso quiet splash ro initrd /initrd.gz
vi
- 进入vi的命令 vi filename :打开或新建文件,并将光标置于第一行首 vi +n filename :打开文件,并将光标置于第n行首 vi + filename :打开文件,并将光标置于最后一行首 vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配的串处 vi -r filename :在上次正用vi编辑时发生系统崩溃,恢复filename vi filename....filename :打开多个文件,依次编辑 -
xueshengguanlixitong
- 实现了项目的所要求的功能,除此之外,增加了设置系统皮肤、记录滚动删除、备份到用户输入的文件名、从用户输入的合法文件名返原数据等功能-Realize the project required function, in addition, increases the skin, records set system rolling delete, backup to user input filename, from the legitimate user input back functions
photosizer
- This a program I wrote for my Mom to allow her to easily resize .jpg photos. The program accounts for Landscape and Portrait orientation. The original file is preserved and _Resized is appended to the filename. This program was written using C++
operating-system
- 利用C语言编写一个微型命令解释程序,接受并解释以下命令:dir:列当前目录;cop 文件1,文件2:拷贝文件;era 文件名:删除文件;dis 文件名:显示字符串;end:结束并退出;命令前后有空格为合法命令。-Using C language to write a mini-command interpreter, to accept and explain the following command: dir: out the current directory cop file 1, f
pathwalk.py
- Python scr ipt that deep-walks given directory and saves on a file named <directory>.csv [ Directory , Filename , FileSize , Date , Time ] for each file. The csv name will replace directory separators with underscores _ , and will be saved on
Linux-order
- Linux命令大全,例如:名称cat 使用权限所有使用者使用方式cat [-AbeEnstTuv] [--help] [--version] fileName -The Linux command Daquan, for example: cat using permissions for all users of cat [- AbeEnstTuv ] [- help] [- version] fileName
Linux_baseorder_vi
- linux基础命令---------- vi ---------- vi +n filename:打开文件,并将光标置于n行行首 vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配的字符串处-linux base order
broadcast
- !/bin/ksh # scr ipt: broadcast.ksh # AUTHOR: Randy Michael # Systems Administrator # DATE: 1/12/2000 # REV: 1.2.P # PLATFORM: Not platform dependent but requires Samba # # PURPOSE: This scr ipt is used to broadcast a pop-up message to
DevPower
- Map filename to device index.
file-boilerplate
- FILENAME BRIEF FILE DEscr iptION.
arrowpad
- The ArchiveExtractor class is a base class for classes that know how to unpack a certain kind of archive file.The archive extractor contains a list of the filename extensions of the files that the archive extractor knows how to unpack for Linux.