Fork me on GitHub
摘要: /************ PID算法(C语言) ************/ #include #include struct _pid { int pv; /*integer that contains the process value*/ int sp; /*integ... 阅读全文
posted @ 2014-04-29 20:21 晨光iABC 阅读(1564) 评论(0) 推荐(0) 编辑
摘要: 第6章 ShellShell就是一个命令解释器,负责完成用户与内核之间的交互。目前流行电Shell主要有:Bourne Shell( sh )、Bourne Again Shell( Bash )、C Shell( csh )和Korn Shell( ksh ),Ubuntu Linux默认支持电s... 阅读全文
posted @ 2014-04-29 20:03 晨光iABC 阅读(577) 评论(0) 推荐(0) 编辑