自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(15)
  • 资源 (11)
  • 问答 (3)
  • 收藏
  • 关注

原创 nothrow new

Please see:http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=170

2010-10-17 18:50:00 511

原创 Comparison between overloading operators in member function and in friend function

Please see this : http://www.learncpp.com/cpp-tutorial/96-overloading-operators-using-member-functions/

2010-10-15 00:39:00 317

原创 Pseduo Random Number Generator

Discussions on PRNG,please see http://www.learncpp.com/cpp-tutorial/59-random-number-generation/

2010-10-14 18:12:00 398

原创 Friendship in C++

Please see http://www.codersource.net/c/c-tutorials/c-tutorial-friend.aspx

2010-10-05 01:28:00 311

原创 C++ Interview Questions

Please see http://www.shettysoft.com/interview/C_C++_interview_questions_answers.htm

2010-10-05 01:28:00 393

原创 Overriding new and delete

Please see : http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=40

2010-10-04 21:05:00 313

原创 Introduction to C++ Virtual Table

Please see http://www.learncpp.com/cpp-tutorial/125-the-virtual-table/

2010-10-04 20:39:00 323

原创 Clear your mind about algorithmic time complexity

Hi all: I am a senior now,but i still often get confused by the complexity of the algorithmic time or space complexity.Now, i am reading this Link which totally clear my mind.Hope this helps you ! --best regards --Technorati 标签: algorithmic time complexit

2010-10-02 16:36:00 379

原创 Recommendations for books on linux programming

Books on the C Pramming Language<br />    The C Programming Language,2nd ed.Brian W. Kernighan and Dennis M.Ritchie.Prentice Hall,1988    C in a Nutshell.Peter Prinz and Tony Crawford.O'Reilly Media 2005    C Pocket Reference.Peter Prinz and Ulla Kirch-Pri

2010-10-01 17:00:00 692

原创 (Fw)How to be crash-free

平常写程序少不了会遇到程序崩溃的情况,下面的链接给出了一些很好的编程实践经验。 http://www.daniweb.com/forums/thread70400.html

2010-09-30 16:19:00 473

原创 Six Sense, augmented reality

MIT media lab学生的杰作,详情请看视频。

2010-09-11 00:48:00 483

原创 Understanding virtual memory and dynamic allocation

Please Click me to see the whole article

2010-09-07 16:42:00 329

原创 (Forwarded)My Rant on C++'s operator new

This article contains rants on the different memory allocation mechanism in c and c++,including the allocating functions and operators which you might learn it before. Wanna more,please check out the link below Technorati 标签: C/C++ http://www.scs.stanfo

2010-09-07 16:40:00 344

原创 花旗杯的小插曲

       今天刘飒把他和潘老师,李老师闹翻的事情跟我们说了一下,仔细思考之后,个人 感觉其实老师做的没错的,整个出发点都是为我们好,潘老师知道我们没有指导老师之 后撤销我们的以赛代训资格也是不愿意看到我们在花旗杯上不作为而仅仅以此为幌子逃 避实训,李老师在获悉刘飒的实习安排后也感觉自己好像一直比人蒙在鼓里,自己指导 的学生团队的队长居然把整个团队丢下而自己跑去实习,哪有这样的道理?所以才对刘 飒发下狠话。        其实学生在老师面前还是规矩点好,我不鼓励做唯唯诺诺的人,但是若要我在狡猾

2010-07-17 16:44:00 499

原创 Java常用单线程数据结构比较

ListsTypeRandom accessInsertions and removalsMulti-threadingAdditional InfoVectorVery good,born for itNot very goodthread-safeDirect-subclass : stackArrayListSame as vectorSame as vectorNo support,need explicit synchronizingLinkedListCostlyVery good,should

2010-07-15 14:01:00 383

rabbit tv最新版

教育网内用来看ipv6的好软件,支持多个频道,速度很快 ,本版本为截止目前2011/1/8最新版。

2011-01-08

IPV6 rabbit tv

教育网内用来看ipv6的好软件,支持多个频道,速度很快

2011-01-03

高质量c++编程指南

记得在我大二学习线性代数的时候,我们老师就推荐这一本书了,书融入了作者多年的编程经验和一些很有益的思考,闲暇翻翻总有收获。

2010-05-14

Effective STL

关于STL使用的思考,内容详尽,介绍了 使用STL过程中应该引起注意的一些问题和技巧,是STL程序员进阶的必备书籍,我看过中文版本的,感觉翻译的很不好,所以就该看原版了,上传的也是英文的,希望大家喜欢。

2010-05-14

STL programmer guide

STL程序员不可多得的好帮手,chm格式,支持索引和搜索,包含了SGI STL的各个模板类,扩展容器和数值算法等。

2010-05-14

C++ templates

侯捷翻译,一本不错的学习c++模板的书,论坛不少人推荐的,繁体字。

2009-01-13

谭浩强C程序设计.pdf

谭浩强C程序设计.pdf,国内大学普遍采用的C教材

2008-11-26

MFC入门教程(适合初学者)

MFC入门教程,句柄,mfc类,gui等

2008-11-26

Dos命令大全,详解

Dos命令.pdfDos命令.pdfDos命令.pdf

2008-10-27

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除