自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (23)
  • 收藏
  • 关注

转载 关于数字签名挺有意思的解释

1. 鲍勃有两把钥匙,一把是公钥,另一把是私钥。 2. 鲍勃把公钥送给他的朋友们----帕蒂、道格、苏珊----每人一把。 3. 苏珊要给鲍勃写一封保密的信。她写完后用鲍勃的公钥加密,就可以达到保密的效果。 4. 鲍勃收信后,用私钥解密,就看到了信件内容。这里要强调的是,只要鲍勃的私钥不泄露,这封信就是安全的,即使落在别人手

2011-12-15 19:21:31 772 4

Python 面向对象编程

Python 面向对象编程

2013-05-20

教你透彻了解红黑树

教你透彻了解红黑树

2013-04-17

贪心算法的应用

贪心算法的应用 贪心算法的应用 贪心算法的应用 贪心算法的应用

2011-09-30

Posix多线程编程学习笔记

Posix多线程编程学习笔记,包含多线程编程的众多知识

2011-09-01

Make和makefile

makefile makefile makefile makefile

2011-08-29

重构-改善既有代码的设计-中文版

Martin Fowler和《重构:改善既有代码的设计》(中文版)另几位作者清楚揭示了重构过程,他们为面向对象软件开发所做的贡献,难以衡量。

2011-04-09

python 3.0

从2007年8月,Python经过5个Alpha,3个Beta,3个RC版。Python 3.0 正式版(a.k.a. "Python 3000" or "Py3k")终于发布!注意这个版本与2.X的语法有很多不兼容的地方。

2010-03-10

弗里德尔著作——精通正则表达式

正则表达式是一种用来操作文本和数据的强大工具。近年来,它们快速广泛传播,并被多种流行工具和语言作为标准特性提供,如Perl、Java、VB.NET、C#(及任何使用.NET框架的语言)、PHP...

2010-01-12

微软C语言编程精粹——Microsoft编写优质无错C程序秘诀

大名鼎鼎的微软公司出品C语言编程精粹,Microsoft编写优质无错C程序秘诀,这份电子书籍由PC Home俱乐部、C++ Bulider讨论区数位网友分别整理完成,基本上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。

2009-12-17

SUN公司云计算概念介绍

大名鼎鼎的sun公司对当下最火的云计算的介绍与定义,大体上把握云的本质~~

2009-11-25

Programming.Principles+and+Practice+Using+C++

Bjarne Stroustrup, "Programming: Principles and Practice Using C++"Addison-Wesley Professional | 2008 | ISBN: 0321543726 | 1272 pages | PDF | 129 MBAn Introduction to Programming by the Inventor of C++Preparation for Programming in the Real WorldThe book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.Focus on Fundamental Concepts and TechniquesThe book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.Programming with Today’s C++The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start, introducing the C++ standard library to simplify programming tasks.For Beginners–And Anyone Who Wants to Learn Something NewThe book is primarily designed for people who have never programmed before, and it has been tested with more than 1,000 first-year university students. However, practitioners and advanced students will gain new insight and guidance by seeing how a recognized master approaches the elements of his art.Provides a Broad ViewThe first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics, such as text processing and testing, and provides abundant reference material. Source code and support supplements are available from the author’s website.Part 1depositfiles.comuploading.commirrorPart 2depositfiles.comuploading.commirrorNot all books on AvaxHome appear on the homepage.In order not to miss many of them follow ebooks section (see top of each page on AH)and visittoo :)NO MIRRORS according tothe rules

2009-11-10

Programming: Principles and Practice Using C++

Bjarne Stroustrup, "Programming: Principles and Practice Using C++"Addison-Wesley Professional | 2008 | ISBN: 0321543726 | 1272 pages | PDF | 129 MBAn Introduction to Programming by the Inventor of C++Preparation for Programming in the Real WorldThe book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.Focus on Fundamental Concepts and TechniquesThe book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.Programming with Today’s C++The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start, introducing the C++ standard library to simplify programming tasks.For Beginners–And Anyone Who Wants to Learn Something NewThe book is primarily designed for people who have never programmed before, and it has been tested with more than 1,000 first-year university students. However, practitioners and advanced students will gain new insight and guidance by seeing how a recognized master approaches the elements of his art.Provides a Broad ViewThe first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics, such as text processing and testing, and provides abundant reference material. Source code and support supplements are available from the author’s website.Part 1depositfiles.comuploading.commirrorPart 2depositfiles.comuploading.commirrorNot all books on AvaxHome appear on the

2009-11-10

Programming: Principles and Practice Using C++

Bjarne Stroustrup, "Programming: Principles and Practice Using C++"Addison-Wesley Professional | 2008 | ISBN: 0321543726 | 1272 pages | PDF | 129 MBAn Introduction to Programming by the Inventor of C++Preparation for Programming in the Real WorldThe book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.Focus on Fundamental Concepts and TechniquesThe book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.Programming with Today’s C++The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start, introducing the C++ standard library to simplify programming tasks.For Beginners–And Anyone Who Wants to Learn Something NewThe book is primarily designed for people who have never programmed before, and it has been tested with more than 1,000 first-year university students. However, practitioners and advanced students will gain new insight and guidance by seeing how a recognized master approaches the elements of his art.Provides a Broad ViewThe first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics, such as text processing and testing, and provides abundant reference material. Source code and support supplements are available from the author’s website.Part 1depositfiles.comuploading.commirrorPart 2depositfiles.comuploading.commirrorNot all books on AvaxHome appear on the

2009-11-10

Programming.Principles+and+Practice+Using+C++

This book is based on a course I designed for engineering freshmen at Texas A&M University. It has now been taught by me and others for three years and to more than 1200 students. It is currently available in (physical and web) book stores. I wrote an academic paper to explain a possible role for the book/course in a more complete education: Programming in an undergraduate CS curriculum

2009-11-10

Programming.Principles+and+Practice+Using+C++

Bjarne Stroustrup经典再现 Bjarne Stroustrup, "Programming: Principles and Practice Using C++"Addison-Wesley Professional | 2008 | ISBN: 0321543726 | 1272 pages | PDF | 129 MBAn Introduction to Programming by the Inventor of C++Preparation for Programming in the Real WorldThe book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.Focus on Fundamental Concepts and TechniquesThe book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.Programming with Today’s C++The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start, introducing the C++ standard library to simplify programming tasks.For Beginners–And Anyone Who Wants to Learn Something NewThe book is primarily designed for people who have never programmed before, and it has been tested with more than 1,000 first-year university students. However, practitioners and advanced students will gain new insight and guidance by seeing how a recognized master approaches the elements of his art.Provides a Broad ViewThe first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics, such as text processing and testing, and provides abundant reference material. Source code and support supplements are available from the author’s website.Part 1depositfiles.comuploading.commirrorPart 2depositfiles.comuploading.commirrorNot all books on AvaxHome appear on the homepage.In order not to miss many of them follow ebooks section (see top of each page on AH)and visittoo :)NO MIRRORS according tothe rules

2009-11-10

学习bash第二版中文版

ORELLY出版社的书,内容不必多说,精品,学习bash必备品,想成为linux高手起步书。

2009-08-25

编程的那些事儿.pdf

编程高手通过自身的知识面,给菜鸟们的详尽的教学,看看有对于成为一名高手,呵呵

2009-08-19

Linux那些事之我是U盘

作者从U盘说起,详尽的介绍了Linux下基于U盘的工作原理,对于做驱动开发的程序员,有必要好好看看

2009-08-19

建站资料——Apache建站配置指南

Apache是世界排名第一的web服务器,本资料详细介绍了Linux下apache的配置问题

2009-02-27

C#进阶书——C#完全手册

C#在Microsoft.net初始版本中占中心位置,是Microsoft公司开发的一种最新的面向对象编程语言,它结合了C++的强大功能和Visual Basic的易用性。本书分为三部分来帮助读者学习C#语言。第一部分提供了对C#语言的全面讨论,描述了C#语言里定义的关键字、语句和特性。同时介绍了I/O、文件处理、映射和预处理程序。第二部分讨论了C#类库,它也是.NET框架类库。由于篇幅有限,本书重点讲述了包含在系统名字空间里的核心类库,这部分的内容几乎每个C#程序员都会用到。第三部分包括C#应用的实例。 本书内容由浅入深,适用范围广,同时适用于没有编程基础的读者和对C++或Java有一定基础的程序员。

2009-02-27

k-means算法

基于色彩的kmeans分割算法

2008-07-19

空空如也

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

TA关注的人

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