搜索资源列表
find41s
- UNIX下find命令的实现代码,c语言实现,可以方便的将其移植-UNIX find command under the realization code, c language, can easily be transplanted
1_2086
- 简单中文操作系统内核,支持汉字,支持命令行,内有影像文件。-simple Chinese-language operating system kernel, support for Chinese characters, command line support, there are imaged documents.
LINUX_UNIX_SHELL_program
- 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -The book is divided into five parts, detailing the shell programming skills, and various UNIX command syntax. also covered under the UNIX text-processing
ls.rar
- linux下shell命令"ls -l"的C语言实现方法。,shell under linux command " ls-l" Ways of the C language implementation.
top-3.4.tar
- linux下的top命令的源代码,适合学习linux或者c语言的同志们参考,可根据自己的需要修改编译-top command under linux source code for learning linux or c language reference comrades, according to their need to modify the compiler
secret
- pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
package
- 1. stack trace package (3个文件) 2. makefile 详解 3. 使用shell scr ipt来远程执行任何command 4. C语言百问-1. Stack trace package (3 files) 2. Makefile explain 3. The use of shell scr ipt to execute any remote command 4. C Language Question 100
same_function
- linux中grep命令的简单 C语言实现-grep command in linux simple C language
shortmessage121603
- LINUX下SMS短信发送与接受,基于C++语言,通过串口用AT命令发送短信给GSM手机模块-LINUX under the SMS text messages sent and accepted, based on C++ language, through the serial port with AT command to send text messages to GSM mobile phone module
GCCReferencebook
- 本书囊括GCC为几乎所有的平台与语言开发及部署各类软件的技术细节,具体解释了每种语言的命令行选项,描述如何综合运用多种语言开发应用程序等。-This book covers almost all the GCC as a platform and language development and deployment of the technical details of various types of software, a detailed explanation of each comm
FTP_SERVER_SRC
- 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
6502_compiler
- 这个软件是使用skill语言来被编辑的6502CPU命令的汇编者。-This software is to use the skill language to be edited 6502CPU command compilers.
ipmsg.tar
- 命令行的文件传输工具 c语言开发的 linux平台-Command line file transfer tool for the development of c language linux platform
abs_guid_cn
- shell 是一个命令解释器.是介于操作系统 kernel 与用户之间的一个绝缘层.准确地说,它也是一种强力的计算机语言.过 将系统调用,公共程序,工具,和编译过的二进制程序粘合在一起来建立应用.事实上,所有的 UNIX 命令和工具再加上公共程序,对于shell脚本来说,都是可调用的.如果这些你还觉得不够,那么 shell 内建命令,比如 test 与循环结构,也会给脚本添加强力的支持和增加灵活性.Shell 脚本对 于 管理系统任务和其它的重复工作的例程来说,表
myshell
- 一个简单的,使用c语言实现的shell解析器。在linux下编译运行后,能够解析简单的shell命令。-A simple shell using c language parser implementation. Compile and run under the linux, it can resolve a simple shell command.
ProcessCreation
- This process creation coding exercise. It is developed using language c on unix/linux. To execute this source code on unix/linux system you need to copy file hw6.c on unix/linux machine. To compile this file you can use command cc hw6.c T
env
- env命令的重要性,相信知道C的人多懂一些,在早期的C语言中,MAIN函数是有三个参数的,那就是环境变量-The importance of env command, I believe many people know C to understand some of the C language in the early, MAIN function has three parameters, that is the environment variable
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
YL3250_s1l
- Stage 1 app开始执行,首先作系统初始化(汇编语言写);然后做stage 1 app相关初始化,包括获取配置参数、初始化中断和串口、初始化LCD和显示logo,初始化stage 1 app命令等;然后进入stage 1 app命令行或者自动加uboot。-Stage 1 the app is started, the first for the system initialization (assembly language) and then do the stage 1 the a
The-AT-assemble-instruction
- 这里面介绍了Linux中要用到的汇编语言AT指令,与windows会有些不同。如果要深入到系统底层,是要研究的。-Which describes the AT command to use assembly language in Linux, and windows will be somewhat different. If you want to go deep into the bottom of the system is to be studied.