码迷,mamicode.com
首页 >  
搜索关键字:thinking in c++    ( 826个结果
C++学习 (转)
1.把C++当成一门新的语言学习;2.看《Thinking In C++》;3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者所以就不看;4.不要被VC、BCB、BC、MC、TC等词汇所迷...
分类:编程语言   时间:2014-12-09 19:14:24    阅读次数:193
[转]C++学习心得
1.把C++当成一门新的语言学习;2.看《Thinking In C++》;3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者所以就不看;4.不要被VC、BCB、BC、MC、TC等词汇所迷...
分类:编程语言   时间:2014-12-09 17:37:51    阅读次数:239
学习C++语言的50条忠告
50条忠告:(其中有几条觉得写的不够贴切,所以删了,发了余下的部分)1.把C++当成一门新的语言学习;2.看《Thinking In C++》,不要看《C++变成死相》;3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不...
分类:编程语言   时间:2014-12-09 15:27:01    阅读次数:183
The thinking of struts2 namspace
In the lastduring, I am studying the basic about struts2.     At be ginning,I always am confused by the namespace of struts2 xml configuration file.     Cause, sometimes I shall read some examples...
分类:其他好文   时间:2014-12-07 23:13:36    阅读次数:169
函数式思维的引入
这是译文,原文:http://fsharpforfunandprofit.com/posts/thinking-functionally-intro/ 改变你思考的方式 函数式思维不仅仅是形式上的区别,它是完全不同于完全面向对象的编程思维(和传统命令式语言,比如C,也...
分类:其他好文   时间:2014-12-05 21:29:02    阅读次数:146
HDU1757:A Simple Math Problem(矩阵快速幂)
http://acm.hdu.edu.cn/showproblem.php?pid=1757Problem DescriptionLele now is thinking about a simple function f(x).If x = 10 f(x) = a0 * f(x-1) + a1 *...
分类:其他好文   时间:2014-11-30 13:56:20    阅读次数:210
A problem is easy
描述When Teddy was a child , he was always thinking about some simple math problems ,such as “What it’s 1 cup of water plus 1 pile of dough ..” , “100 y...
分类:其他好文   时间:2014-11-30 06:07:23    阅读次数:155
const int* 和 int const*的区别?
Thinking in C++ 看到了第八章,讲的是指针。 这里提出这两个的区别是: 1、const int* 指向const的指针 对于这个的解释是:     const int* u;       //u是一个指针, 它指向一个const int.这里不需要初始化,因为u可以是指向任意标识符(也就是说它不是一个const),但是它的值是不能被改变的。 2、int const*这个...
分类:其他好文   时间:2014-11-25 23:30:03    阅读次数:159
理解Java对象序列化
关于Java序列化的文章早已是汗牛充栋了,本文是对我个人过往学习,理解及应用Java序列化的一个总结。此文内容涉及Java序列化的基本原理,以及多种方法对序列化形式进行定制。在撰写本文时,既参考了Thinking in J...
分类:编程语言   时间:2014-11-25 16:41:27    阅读次数:249
Java 推荐读物与源代码阅读
Java 推荐读物与源代码阅读 江苏无锡 缪小东1. Java语言基础 谈到Java语言基础学习的书籍,大家肯定会推荐Bruce Eckel的《Thinking in Java》。它是一本写的相当深刻的技术书籍,Java语言基础部分基本没有其它任何一本书可以超越它。该书的作者Bruce Eckel在...
分类:编程语言   时间:2014-11-24 06:25:44    阅读次数:249
826条   上一页 1 ... 70 71 72 73 74 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!