搜索资源列表
ShellExtGuide8_demo
- shell 编程的例子9-shell programming examples 9
Solaris
- solaris下面的一个shell,可以检测整个系统的帐户情况,patch情况,硬盘使用,crontab的运行情况等内容,然后生成一个log文件供你查看,可以运行在solaris8,或者9下面-following a shell, the entire system can detect the accounts of the patch, drives use crontab the operation of the other content, and then generates a lo
t9IEM
- 9宫格输入法源码.用于初学输入法编程的练习.-9 Palace grid input source. Input method for beginners to practice programming.
shell
- 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
shell
- 首先需要一个递减的步长,这里我们使用的是9、5、3、1(最后的步长必须是1)。 工作原理是首先对相隔9-1个元素的所有内容排序,然后再使用同样的方法对相隔5-1个元素的排序,以次类推。 -First step reduced the need for a long, here is our use of 9,5,3,1 (the final step must be to 1). The first is that on the job between 9-1 months to sort
shell_namespace1
- Windows Shell 编程资料 5--9章 介绍Shell的相关资料和变成要点。-Windows Shell programming for VC++
exchang
- 替换部分txt的数据,例子中实现的是替换u为e-6,n为e-9-Replace part of the txt data, the example is replaced by u is the e-6, n is the e-9
myshell
- 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment
Classic-batch-code
- 相当完整和经典的常用批处理脚本,包括9大类200余个批处理脚本,解释清晰,并且有详细的索引表格供查找。-Fairly complete and classic common batch scr ipt, including nine categories of more than 200 batch scr ipt, to explain clearly, and a detailed index for the lookup table.
kNN
- 手势识别源代码,需要百度下载training和test(训练集和测试集)能够实现手写0-9数字的识别,并在40秒以内完成(Python.number recognition.)