自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (14)
  • 收藏
  • 关注

空空如也

Linux 101 Hacks 中英版

Linux 101 Hacks中英版 If you are a developer, or system administrator, or database administrator, or IT manager, or just someone who spends a significant amount of time on UNIX / Linux, you should become proficient in Sed and Awk.

2017-11-06

Elements of Programming

Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, must be based on a solid mathematical foundation. The book shows that algorithms implemented in a real programming language, such as C++, can operate in the most general mathematical setting. For example, the fast exponentiation algorithm is defined to work with any associative operation. Using abstract algorithms leads to efficient, reliable, secure, and economical software. This is not an easy book. Nor is it a compilation of tips and tricks for incremental improvements in your programming skills. The book’s value is more fundamental and, ultimately, more critical for insight into programming. To benefit fully, you will need to work through it from beginning to end, reading the code, proving the lemmas, doing the exercises. When finished, you will see how the application of the deductive method to your programs assures that your system’s software components will work together and behave as they must. Following key definitions, the book describes a number of algorithms and requirements for types on which they are defined that exemplify its abstract mathematical approach. The code for these descriptions—also available on the Web—is written in a small subset of C++ meant to be accessible to any experienced programmer. This subset is defined in a special language appendix coauthored by Sean Parent and Bjarne Stroustrup. Whether you are a software developer, or any other professional for whom programming is an important activity, or a committed student, you will come to understand what the book’s experienced authors have been teaching and demonstrating for years—that mathematics is good for programming, that theory is good for practice.

2017-10-18

IOS7 programming cookbook

最新版的IOS7编程图书原版,希望大家有用,讲的很详细包含了IOS7基础知识,网络编程,线程,合界面等比较不错的一本书。重要是不要分,而且资源很好,我是从10分的地方下载下来分享给大家的

2014-10-11

OSG实现的太阳系模型

用OSG三维引擎写的一个非常简单的太阳系模型,只有太阳,地球和火星,不过贴图的话我没有太多资源,所以三个球都只有一种贴图,只是大小不一样而已,刚入门的可以看看,老手就算了。本人所用环境为vs2012,如果用比这要老的vs的话,需要自己手动新建工程、添加文件。

2013-01-04

简单的alpha-beta剪枝算法

比较简单的alpha-beta剪枝算法,帮助理解,代码中的树需要自己构造

2012-12-02

平面三角剖分算法

平面三角剖分的经典算法,很多三维绘图都运用了此原理来构图,将图形划分为很多的小三角形,从而构造出三维物体

2012-09-27

HTML5与CSS3

HTML5与CSS3的一本非常好的教程,清晰度还很不错

2012-09-27

minix最新版操作系统3.11源代码

unix操作系统的始祖,minix操作系统最新版本源代码,要研究的请下

2012-09-04

openGL超级全的库,有GL.h、GLAUX.h/lib、GLU.h/dll等等十多个文件,超级全

openGL超级全的库,有GL.h、GLAUX.h/lib、GLU.h/dll等等十多个文件,超级全。你想要的openGL的库都在这里,没有你找我

2012-08-31

C++编程思想

c++编程思想,c++高级编程必读书籍,没看过这本书,c++你就还只是入门

2012-06-22

SQLite源代码

非常火的一个超轻量级的数据库,很多地方都用到它,学习数据库的,看这个不错,代码只有一万多行

2012-06-16

编程的设计模式

计算机书籍的经典之作,大师之作,强烈推荐阅读,收益无穷,熟练掌握,必定成为软件高手

2012-06-15

空空如也

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

TA关注的人

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