自己在linux操作系统下进行的C语言编程,模仿shell的部分功能
上传时间: 2017-01-17
上传用户:坏天使kk
操作系统的实验,用于初学者的学习。里面包含了进程线程,查找文件和unix的shell等四个实验。
上传时间: 2014-12-05
上传用户:JIUSHICHEN
linux是指GNU/Linux内核和GNU/Linux工具集组合而成的一套操作系统, 一个最基本的linux 由 内核 kernel,二进制工具包 binutils, GNU C library glibc和shell 组成 而其他linux基本上是在核心linux基础上添加了大量的开源软件和软件包管理系统 而来的 而区别不同发型版的关键在于包管理系统
上传时间: 2014-12-04
上传用户:jcljkh
包括操作系统引论,进程管理,作业管理,存储器管理,I/O设备管理,文件管理,多处理机操作系统,网络操作系统和分布式操作系统,UNIX系统的内部结构,shell等章节内容
标签: 操作系统
上传时间: 2017-01-30
上传用户:hjshhyy
基于RTX51系统,C语言写的程序,实现简单shell的功能
上传时间: 2013-12-14
上传用户:star_in_rain
uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或Bash的简化版shell并不困难。其本质思想就是:shell作为一个uC/OSII下的任务,接收用户输入的字符,存储到缓冲区,并回显在屏幕上,以回车键为用户输入的结束信号,随后解析用户输入的命令名称、参数,调用相应的命令函数。一直到这个命令函数运行返回,才继续shell的人机交互界面。shell作为一个任务工作于内核之外,占用一个任务号。
上传时间: 2014-01-22
上传用户:xc216
basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code compiler which*/ /*can be used as a comfortable command shell for */ /* any program. The actual compiler is found in */ /*compiler.c.*/ /*The functions m_fctptr() and user_server()*/ /*build an interface to an
标签: basic NeuroBasic Project package
上传时间: 2017-02-15
上传用户:xymbian
用Java编写的几种排序算法的实现,包括快速排序,shell排序等几种高级的排序算法
上传时间: 2014-01-13
上传用户:思琦琦
oracle常用管理脚本,包含sql和unix shell
上传时间: 2017-03-10
上传用户:1079836864
A cylindrical wave expansion method is developed to obtain the scattering field for an ideal two-dimensional cylindrical invisibility cloak. A near-ideal model of the invisibility cloak is set up to solve the boundary problem at the inner boundary of the cloak shell. We confirm that a cloak with the ideal material parameters is a perfect invisibility cloak by systematically studying the change of the scattering coefficients from the near-ideal case to the ideal one. However, due to the slow convergence of the zeroth order scattering coefficients, a tiny perturbation on the cloak would induce a noticeable field scattering and penetration.
标签: cylindrical scattering expansion developed
上传时间: 2017-03-30
上传用户:lhc9102