随笔分类 -  语言学习

1 2 下一页

C C++ Python English
C++ | pimpl
摘要:待写…… 阅读全文

posted @ 2015-10-07 20:27 Excavator 阅读(128) 评论(0) 推荐(0)

C/C++ 拾遗
摘要:持续更新…… 阅读全文

posted @ 2015-10-05 00:26 Excavator 阅读(119) 评论(0) 推荐(0)

Inside the C++ Object Model | Object Lessons
摘要:对象的内存模型 阅读全文

posted @ 2015-10-04 23:52 Excavator 阅读(182) 评论(0) 推荐(0)

Inside the C++ Object Model | Outline
摘要:深入了解 C++ 的类与对象 阅读全文

posted @ 2015-10-04 13:36 Excavator 阅读(142) 评论(0) 推荐(0)

C/C++ | 字节对齐
摘要:目的:优化CPU访问数据效率 阅读全文

posted @ 2015-10-02 13:41 Excavator 阅读(130) 评论(0) 推荐(0)

C/C++ | sizeof
摘要:sizeof 是一种操作符,在编译期计算并以结果替换。 阅读全文

posted @ 2015-10-02 11:24 Excavator 阅读(144) 评论(0) 推荐(0)

C/C++ | 变量的内存分配
摘要:变量的内存分配。 阅读全文

posted @ 2015-10-02 00:26 Excavator 阅读(311) 评论(0) 推荐(0)

glibc | strcpy
摘要:char *strcpy(char *dest, const char *src); /* Copy SRC to DEST. */ 阅读全文

posted @ 2015-10-01 22:53 Excavator 阅读(173) 评论(0) 推荐(0)

glibc | strlen
摘要:size_t strlen(const char *str); /* Return the length of the null-terminated string STR. Scan for the null terminator quickly by testing four bytes at a time. */ 阅读全文

posted @ 2015-10-01 22:52 Excavator 阅读(197) 评论(0) 推荐(0)

C++ | 数组与指针
摘要:C 中的数组和指针区别还是很大的,没有了解以前总以为是差不多的,实则不然。 阅读全文

posted @ 2015-10-01 19:03 Excavator 阅读(143) 评论(0) 推荐(0)

glibc | 和 libc 的关系
摘要:libc 是 Linux 下的 ANSI C 函数库;glibc 是 Linux 下的 GUN C 函数库。 阅读全文

posted @ 2015-10-01 15:47 Excavator 阅读(259) 评论(0) 推荐(0)

C++ | pair
摘要:pair 阅读全文

posted @ 2015-09-27 00:26 Excavator 阅读(255) 评论(0) 推荐(0)

C | 位域&联合体
摘要:位域&联合体 阅读全文

posted @ 2015-09-26 02:03 Excavator 阅读(1165) 评论(0) 推荐(0)

C++ | STL 概述
摘要:STL标准模板库,提供了常用的数据结构,操作方式及算法。 阅读全文

posted @ 2015-09-26 01:46 Excavator 阅读(169) 评论(0) 推荐(0)

C++ | 段错误
摘要:Segment fault 阅读全文

posted @ 2015-09-26 01:32 Excavator 阅读(888) 评论(0) 推荐(0)

C++ | 内存管理之 new/delete
摘要:内存管理第一步:new/delete 阅读全文

posted @ 2015-09-26 00:32 Excavator 阅读(147) 评论(0) 推荐(0)

C++ | 单例模式
摘要:有时,我们会想让类只有唯一的的实例,这种模式称为单例模式。 阅读全文

posted @ 2015-09-26 00:13 Excavator 阅读(153) 评论(0) 推荐(0)

Python | The Zen of Python
摘要:The zen of python 阅读全文

posted @ 2015-09-25 23:06 Excavator 阅读(141) 评论(0) 推荐(0)

C++ | 字符串、字符串数组
摘要:C++ 在这里最开始让人很困惑,看看这些代码吧! 阅读全文

posted @ 2015-03-15 00:37 Excavator 阅读(147) 评论(0) 推荐(0)

C | 看看 C 能做什么
摘要:现在我要学什么都会带有一定目的性了,即学之前,先去了解它能什么。 阅读全文

posted @ 2015-03-15 00:32 Excavator 阅读(132) 评论(0) 推荐(0)

1 2 下一页

导航