码迷,mamicode.com
首页 >  
搜索关键字:tac    ( 5584个结果
tic tac toe
井字棋
分类:其他好文   时间:2014-07-11 09:44:05    阅读次数:130
linux下查看文件内容cat,more,less
1. 查看文件内容常用的命令 cat : 由第一行显示文件内容 tac: 从最后一行开始显示,与cat相反 nl : 文件内容和行号一起输出 more: 一页一页显示 less: 与more类似,可以往前翻页 head: 取头部几行 tail: 取尾部几行 od: 以二进制方式读取文件内容...
分类:系统相关   时间:2014-07-08 21:30:55    阅读次数:253
linux 命令c语言代码实现
自己学习《APUE》时写的linux下一些命令(大概40个左右)实现,仅当学习使用,这些命令包括cat cp echo head ls paste rmdir tail umask who chattr cut expand join mkdir pwd sed tee uniq chgrp date find last mkfifo reboot sort wc chmod df ln mv rename split touch which chown du grep lsattr od rm tac t...
分类:编程语言   时间:2014-06-26 10:51:39    阅读次数:423
《Cracking the Coding Interview》——第17章:普通题——题目2
2014-04-28 22:05题目:写个程序判断三连棋哪一方赢了。解法:三个相同的棋子连成一条横线,竖线或者对角线就判断为赢了。代码: 1 // 17.2 Write an algorithm to check if someone has won the tic-tac-toe game. 2 ...
分类:其他好文   时间:2014-04-29 18:12:07    阅读次数:474
5584条   上一页 1 ... 557 558 559
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!