摘要: 那本书里面都有啊啊!!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~2015-3-17更新~~~~~~~~~~~~~~~~~~~先上两个解释我的疑惑的链接:http://en.cppreference.com/w/cpp/language/operator_arithmeti... 阅读全文
posted @ 2015-03-17 18:34 withChengChen 阅读(259) 评论(0) 推荐(0)
摘要: 这是只保留srt文件以英文字母开头的行 的Python程序:infile=open('About.Time.2013-en.srt','r')outfile=open('About.Time.2013-en.txt','w')forlineininfile:ifstr.isalpha(line[0]... 阅读全文
posted @ 2015-02-26 17:53 withChengChen 阅读(248) 评论(0) 推荐(0)
摘要: ================== Advice on signed types ================Avoid unnecessary complexity by minimizing your use of unsigned types.Specifically, dong't u... 阅读全文
posted @ 2015-02-16 10:10 withChengChen 阅读(150) 评论(0) 推荐(0)
摘要: Windows下:1. bat文件?2. Pythonimportos,sys,timefromstatimport*filename='ChenRef.bib'#指定期望修改后的时间TimeForChange='2017-01-1007:51:21'#转换时间格式为long型ConverTime=... 阅读全文
posted @ 2015-02-08 20:01 withChengChen 阅读(2337) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-01-29 18:49 withChengChen 阅读(3) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-01-05 09:36 withChengChen 阅读(0) 评论(0) 推荐(0)
摘要: 上大学一年多了, 现在是2015-1-3, C++ Primer差不多翻了一遍, 理解了一些, 也忘了好多. 计划开始算法的学习.先看看网上各路人是怎么说的1. 知乎 怎样学算法 -------http://zh.lucida.me/blog/on-learning-algorithms-===... 阅读全文
posted @ 2015-01-03 23:28 withChengChen 阅读(272) 评论(0) 推荐(0)
摘要: http://noobtuts.com/cpp/2d-pong-gamehttp://gamedevelopment.tutsplus.com/articles/40-fantastic-game-development-tutorials-from-across-the-web--gamedev-... 阅读全文
posted @ 2015-01-03 13:06 withChengChen 阅读(135) 评论(0) 推荐(0)
摘要: //vs2013 32位win8 coutd(1);coutv(1);cout只存储bit而非 字节序? 阅读全文
posted @ 2014-12-31 20:29 withChengChen 阅读(197) 评论(0) 推荐(0)
摘要: //编译环境:vs201332位win8操作系统#include#include#includeusingstd::cout;usingstd::endl;classA{intx=0;public:A();~A();private:};A::A(){}A::~A(){}intmain(){std::... 阅读全文
posted @ 2014-12-31 16:05 withChengChen 阅读(281) 评论(0) 推荐(0)