作为一个电子专业的人,在学习了将近3年的嵌入式技术后,决定投奔移动互联网,在互联网大潮中急流勇进!为了学习OOP(Object-oriented Programming),为了转向移动互联网,我决定开始学习android开发,那么就从Java开始吧!Java的学习资料很多,在研究几天之后,决定从《J...
分类:
编程语言 时间:
2014-08-13 18:09:56
阅读次数:
246
许久之前,就想看看C和C++,看看这两种神奇的编程语言,但是一直被这样或者那样的琐事给耽搁了(狂喷自己的拖延症)。今天翻开自己的移动硬盘找到一本古老的书籍:《The C Programming Language 中文版》,浏览一下,缓解一下内心的空虚。事情并没有想象中的那么顺利,刚看了一个例子的两种...
分类:
其他好文 时间:
2014-08-13 12:56:16
阅读次数:
163
java NIO 第一弹----概览摘要:Non-blocking I/O(usually calledNIO, and sometimes called "New I/O") is a collection ofJava programming languageAPIsthat offer fea...
分类:
编程语言 时间:
2014-08-13 12:50:06
阅读次数:
348
1、学习ANSI C++,用命令行方式编译链接,使用控制台模式2、OO的观念和技术,已成为主流3、自己要把Windows API包装得更高阶些4、推荐书单Windows 95 System Programming SecretsAdvanced WindowsWindows 95: A Develo...
分类:
其他好文 时间:
2014-08-13 03:28:55
阅读次数:
199
1、推荐的书目Inside Visual C++ (4th)Programming Windows 95 with MFCMFC Internals2、DDK:撰写驱动程序(DRV)或虚拟设备驱动器(VxD),需要理解操作系统(汇编、C的天下)3、No touch,no chance4、提升基本功(...
分类:
其他好文 时间:
2014-08-13 01:06:54
阅读次数:
202
该书中一些思想还是比较有用的,但随着编译器以及规范的变化,书中有些内容已经发生了变化,以下是实践之后的一些总结。1 - typedef int x[10] 和 define x int[10] 区别define 定义为变量替换,而typedef为声明替换;#define peach int;unsi...
分类:
其他好文 时间:
2014-08-13 00:48:55
阅读次数:
245
poj3294:http://poj.org/problem?id=3294题意:就是求n个串的中一个最大的子串,这个子串在超过n/2的串中出现。题解:这是一道好题。首先一种解法就是用后缀数组来搞,首先把n个串拼接起来,然后,每个串后面加上一个特殊的额字符,然后求后缀数组以及h数组,然后一个很经典的...
分类:
其他好文 时间:
2014-08-12 18:40:44
阅读次数:
206
What is Build Lifecycle?ABuild Lifecycleis a well defined sequence of phases which define the order in which the goals are to be executed. Here phase ...
分类:
其他好文 时间:
2014-08-12 18:29:34
阅读次数:
228
TIOBE的那个榜单太假了
我帮大家搜集了一下
IEEE Spectrum’s 2014 Ranking
This app ranks the popularity of dozens of programming languages. You can filter them by listing only those most relevant to particular sector...
分类:
其他好文 时间:
2014-08-12 17:29:24
阅读次数:
260
TIOBE排行太坑爹,我找到了IEEE的榜单,看了下,和心里的定位差不多。。。This app ranks the popularity of dozens of programming languages. You can filter them by listing only those mos...
分类:
编程语言 时间:
2014-08-12 16:34:14
阅读次数:
225