会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cc
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2015年3月17日
关于 C 的 arithmetic conversion (进行 算术运算 时的 强制转换规则)
摘要: 那本书里面都有啊啊!!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~2015-3-17更新~~~~~~~~~~~~~~~~~~~先上两个解释我的疑惑的链接:http://en.cppreference.com/w/cpp/language/operator_arithmeti...
阅读全文
posted @ 2015-03-17 18:34 withChengChen
阅读(259)
评论(0)
推荐(0)
2015年2月26日
文件编码
摘要: 这是只保留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)
2015年2月16日
Expert C programming书摘
摘要: ================== 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)
2015年2月8日
修改文件时间属性的方法
摘要: 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)
2015年1月29日
尾递归
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2015-01-29 18:49 withChengChen
阅读(3)
评论(0)
推荐(0)
2015年1月5日
编译原理学习资源
该文被密码保护。
阅读全文
posted @ 2015-01-05 09:36 withChengChen
阅读(0)
评论(0)
推荐(0)
2015年1月3日
算法学习, 开始计划
摘要: 上大学一年多了, 现在是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)
2014年12月31日
C++ 练习记录2---Effective STL中的vector<bool>
摘要: //vs2013 32位win8 coutd(1);coutv(1);cout只存储bit而非 字节序?
阅读全文
posted @ 2014-12-31 20:29 withChengChen
阅读(197)
评论(0)
推荐(0)
C++ 练习记录1--vector<T> 中T的初始化
摘要: //编译环境: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)
上一页
1
2
3
4
5
6
下一页
公告