上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 37 下一页

2014年2月18日

VMware安装Centos后无法上网

摘要: 参考于:http://www.xpxt.net/xtjc/win8/04194953.html 阅读全文

posted @ 2014-02-18 12:57 Stomach_ache 阅读(104) 评论(0) 推荐(0) 编辑

2014年2月16日

Ubuntu 12.04 安装 IQQ

摘要: 1. 安装 IQQ 首先应安装jdk包2. 百度网盘下载: http://pan.baidu.com/share/home?uk=30710470223. 运行(1) Linux用户给IQQ-1.0-nightly文件给予执行权限,直接运行IQQ-1.0-nightly文件。(2)终端直接运行:ja... 阅读全文

posted @ 2014-02-16 16:57 Stomach_ache 阅读(159) 评论(0) 推荐(0) 编辑

vim中NERDTREE插件的使用

摘要: 一个显示目录树的插件,很不错学习于:http://blog.csdn.net/xiongzhengxiang/article/details/7375607 阅读全文

posted @ 2014-02-16 15:16 Stomach_ache 阅读(114) 评论(0) 推荐(0) 编辑

python中bisect模块的使用

摘要: 一般用于二分查找, 当然列表应该是有序表参考于:http://blog.csdn.net/xiaocaiju/article/details/6975714 阅读全文

posted @ 2014-02-16 14:19 Stomach_ache 阅读(115) 评论(0) 推荐(0) 编辑

2014年2月13日

偶遇一种复制内容到剪贴板的工具

摘要: 学习Git偶然看到的,记之。Run the following code to copy the key to your clipboard.sudo apt-get install xclip# Downloads and installs xclip. If you don't have `ap... 阅读全文

posted @ 2014-02-13 15:59 Stomach_ache 阅读(122) 评论(0) 推荐(0) 编辑

2014年1月15日

C位域的初步了解

摘要: 以为C中的东西了解的差不多了。。。今天却是第一次才看到位域这个概念,闲来无事的时候读起了编程之美,看一个问题的时候有种解答用到了位域,位域的结构体定义,变量声明和结构体很相似:struct (结构体名){ unsigned char a:4 unsigned char b:4} i;位域有很多规则和... 阅读全文

posted @ 2014-01-15 17:18 Stomach_ache 阅读(162) 评论(0) 推荐(0) 编辑

2014年1月11日

Poj 1144

摘要: NetworkTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 8403Accepted: 3930DescriptionA Telephone Line Company (TLC) is establishing a new tele... 阅读全文

posted @ 2014-01-11 13:40 Stomach_ache 阅读(116) 评论(0) 推荐(0) 编辑

2014年1月7日

Codeforces 300C

摘要: 题目链接: http://codeforces.com/contest/300/problem/C本来是道不难的题目,还是自己的数学功底不扎实。从该题又一次巩固了关于乘法逆的概念,在剩余系中,如果要做除法,如 a / b%n , 此时应该计算 a * (b在n下的逆), 而不是直接计算 a / b另... 阅读全文

posted @ 2014-01-07 19:24 Stomach_ache 阅读(222) 评论(0) 推荐(0) 编辑

初次接触python的re模块

摘要: 刷CF的时候,看到一个简单的题目,可以用来练练正则表达式于是乎找到了re.sub的用法,说明如下re.sub: (pattern, repl, string, count=0, │ flags=0) │ Return the string obtained by replacing the left... 阅读全文

posted @ 2014-01-07 10:13 Stomach_ache 阅读(151) 评论(0) 推荐(0) 编辑

2013年12月28日

Codeforces 375A

摘要: 这是一道数学题,真是很考验数学思维,之前也遇到过相似的问题,但是依然是想不到点子上,就这提而言,最重要的就是能否发现由 1, 6, 8,9这四个数字组成的排列对7取模是可以得到0, 1, 2, 3, 4, 5, 6的。也许这就是经验。。。。找到思路了。不要高兴太早。随之而来的就是效率问题。py效率本... 阅读全文

posted @ 2013-12-28 16:32 Stomach_ache 阅读(191) 评论(0) 推荐(0) 编辑

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 37 下一页

导航