搜索资源列表
-
0下载:
Linux环境下的Modbus驱动程序源码,里面还有一个小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scr ipts for administration, and an example client program. )
-Linux environment M
-
-
0下载:
In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the
emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to
provide an environment that s powerful
-
-
0下载:
linux核C语言写的MODBUS通讯 This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scr ipts for administration, and an example client program. Development Status: 4 - Beta Intende
-
-
1下载:
此为NachOs实验报告及源码,实验内容:
1. 研究code/shell 下的代码:
Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
-
-
0下载:
Bourne again shell (bash) 基本编程.pdf
通过学习如何使用 bash 脚本语言编程,将使 Linux 的日常交互更有趣和有生产
力,同时还可以利用那些已熟悉和喜爱的标准 UNIX 概念(如管道和重定向)。
在此三部分系列中,Daniel Robbins 将以示例指导您如何用 bash 编程。他将讲述
非常基本的知识(这使此系列十分适合初学者),并在后续系列中逐步引入更高
级特性。-Bourne again shell (bash) Basic pr
-
-
5下载:
使用vi编辑器编写一段Shell程序,取名为mycal1459,实现与Linux中cal命令类似的功能,当输入:
$mycal [月份名] 年时,屏幕输出指定的年月的月历。例如:
$mycal October 2009
屏幕输出2009年10月的月历。
注:参数可以是英文或者是数字。
-Using the vi editor to write a Shell program, named mycal1459, Implementation and Linux in
-
-
0下载:
这是一个用c语言模拟shell的小程序,比较适合学习Linux编程的各位。-This is a shell with a small c-language simulation program, more suitable for you to learn Linux programming。
-
-
0下载:
This program works as Shell program in linux
-
-
0下载:
linux shell 程序适合初学者使用,可以帮组初学者了解shell脚本的编写规则和基本语法-linux shell program for beginners that can help groups understand the shell scr ipt written for beginners and basic grammar rules
-
-
0下载:
本程序用于获取shell的输出,可用于处理程序间的通信,
程序具体实现原理为应用了Linux中的管道技术,
内附代码和运行程序,请在Linux下运行此程序
-The procedure used to obtain the shell output, can be used for communication between processes, procedures, principles for the application specific imple
-
-
0下载:
Linux-Shell程序入门教程,介绍了if,while,for等控制流语句的用法、条件控制、输入输出等内容-Tutorial Linux-Shell program, introduced if, while, for the use of other control flow statements, conditions, control, input and output, etc.
-
-
1下载:
Linux下Shell命令解释器,一、 实现功能:
要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求:
1、 能够执行外部程序命令,命令可以带参数;
2、 能够执行fg、bg、cd、history、exit等内部命令;
3、 使用管道和输入输出重定向;
4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
-
-
0下载:
主要介绍高性能计算方面的程序编写,以及linux下的shell编程,并行程序的设计,高性能计算集群的管理与优化等。-Introduces procedures for the preparation of high performance computing, and under linux, shell programming, parallel program design, management and optimization of high performance computing
-
-
0下载:
Simple shell program. For practice with unix and linux systems
-
-
0下载:
最全的linux shell系统编程书籍,你值得拥有(this is a wondeful book for linux shell program .)
-
-
0下载:
1)在Linux编辑中命令区分大小写字符。
2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。
3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。
4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。
5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the
-