搜索资源列表
grep
- grep by Cao Siqin,2007.7.17 grep [-v?] <sub-string> Options: -? : show this help -v : list lines that doesn t contain sub-string -n : list in one line, words separated by tab
ls
- LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file n
dlfile
- 用在一个简单的应用程序被列出的文件从服务器下载文件,解析它,根据文件清单。结果被记录在一个日志文件注意:当编译在visual c++项目设置,添加urlmon。lib库(在选项卡“链接”)-Used are listed in a simple application of the files downloaded from the server, parse it, according to the file list. Results are recorded in a log file n
AltPTabCtrlPAltPDel
- 控制Alt+Tab和Ctrl+Alt+Del的操作-Ctrl+Alt+Del operation and control Alt+Tab
TSP
- 描述 Traveling Salesman Problem 市场上有很多种商品,旅行商Shrek做短期买卖赚取差价。他从一个城市购买一件商品,到达下一个相邻的城市就卖掉。如果这一次买卖无利可图,那么他就不会这么走。凭着自己和同伴多年的经验,他已经对地图上n个城市之间的差价了如指掌。两城市间可能有多种商品可赚取差价,此时Shrek只好倒卖利润最大的一件商品。 现在请你帮Shrek规划一条路线,使他能赚最多的钱。 输入 第一行两个整数n、m。表示
W006M
- 统计文件有多少个字符,多少个单词,多少个空白(空格、TAB),多少个段落,按照单词的长度进行统计。 柯源工作室 -Statistics document the number of characters, number of words, the number of white space (spaces, TAB), the number of paragraphs, in accordance with the length of the word statistics.