码迷,mamicode.com
首页 >  
搜索关键字:abs bash-shell advanced    ( 8279个结果
LeetCode --- Reverse Integer
题目链接从代码的健壮性考虑, 应该顾及到把数字翻转后发生溢出的情况,但是此题中并没有这种测试数据。附上代码: 1 class Solution { 2 public: 3 int reverse(int x) { 4 int tmp = abs(x); 5 i...
分类:其他好文   时间:2014-05-29 00:26:22    阅读次数:243
常用软件
文件比较 Beyond Compare程序查看编辑 Source Insight 字体verdana 8超级终端 SecureCRTTftp服务客户端工具 Tftpd32CHM文件转换为PDF文件 ChmMagicPDF文件密码移除工具 Advanced PDF Password RecoveryP...
分类:其他好文   时间:2014-05-29 00:14:00    阅读次数:248
杭电1050(贪心)
题目:The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 200 rooms e...
分类:其他好文   时间:2014-05-28 18:57:31    阅读次数:311
medium and fine crushing
we series hydraulic cone crusher machine designed by our company is a new type of cone crusher machine with international advanced level which brings ...
分类:其他好文   时间:2014-05-27 17:00:26    阅读次数:271
c++11 条件变量 生产者-消费者 并发线程
http://baptiste-wicht.com/posts/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables.htmlstruct BoundedBuffer { int* buffer; ...
分类:编程语言   时间:2014-05-27 16:04:22    阅读次数:303
Learning The Bash Shell读书笔记(整理)
最近搞了一本书 Learning Bash Shell,发现有人已经写了阅读笔记,我就在这边整理一下来自blog:http://blog.sina.com.cn/n4mineLearningTheBashShell读书笔记(1)bash初识,通配符LearningTheBashShell读书笔记(2...
分类:其他好文   时间:2014-05-27 00:32:53    阅读次数:249
Linux学习资料整理
ShellLinux Shell脚本教程:30分钟玩转Shell脚本编程Bash Shell字符串操作小结vivim使用vi、vim删除以及其他命令Vim静态模板文件打造自己的vim界面命令linux中grep命令的用法linux之sort用法gawkgawk手册Common threads: Aw...
分类:系统相关   时间:2014-05-26 20:38:26    阅读次数:332
Selenium Webdriver 学习总结-Advanced Usage-Cookie、Profile(七)
1、webdriver如何处理profile 当我们初始化Firefox WebDriver时,可以使用一个已存在的Profile或一个新的Profile,WebDriver每次使用前都会复制一份(win7 默认存放路径C:\Users\ADMINI~1\AppData\Local\Temp\anonymous5354649999399361803webdriver-profile),如果没有指定firefox profile,webdriver会创建一个空的Profile并使用它,所以我们在每次webd...
分类:Web程序   时间:2014-05-26 06:14:22    阅读次数:392
Linux下设置环境变量
setenv(set environment variable)功能说明:查询或显示环境变量。语 法:setenv[变量名称][变量值]补充说明:setenv为tsch中查询或设置环境变量的指令。对于bash shell关 于环境变量命令介绍:1.echo 显示某个环境变量值 echo $PATH....
分类:系统相关   时间:2014-05-25 19:42:11    阅读次数:299
poj1083
Moving TablesTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 25176Accepted: 8373DescriptionThe famous ACM (Advanced Computer Maker) Company ....
分类:其他好文   时间:2014-05-25 19:09:34    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!