自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

QRLOG

qurui`s blog

  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 Python3

3 of 52 [+, -, /, *, %, <, >, <=, >=] print “I will now count my chickens:” print “Hens”, 25 + 30 /6 print “Roosters”, 100 - 25 *3 %4 print “Now I will count the eggs:” print 3+2+1-5+4%2-1/4+6 p

2017-04-03 22:37:03 159

原创 Python2

2 of 52 Acomment,thisissoyoucanreadyourprogramlater.A comment, this is so you can read your program later. Anything after the isignoredbypython.print“Icouldhavecodelikethies.” is ignored by python.

2017-04-03 22:27:23 123

原创 Python1

1 of 52 print ”Hello world!” print “Hello Again” print “I like typing this.” print “This is fun.” print ‘Yay! printing.’ print “I’d much rather you ‘not’.” print ‘I “said” do not touch this.’sav

2017-04-02 22:25:21 136

C++对象模型

经典书籍,从编译器的角度观察C++可以使你知其然并知其所以然.本书探讨了大量的C++面向对象程序设计的底层运作机制,包括构造函数,函数,临时对象,继承,虚拟,模板的实例化,异常处理,运行期类型识别等,另外还介绍了一些在实现C++对象模型过程中做出的权衡折衷.喜欢刨根问底的C++程序员可以从中了解了无数的编译器解释源代码的细节,以及记忆体分配的细节..

2013-05-06

Geometric Tools for Computer Graphics.pdf

Geometric Tools for Computer Graphics 图形学领域的经典几何工具书,包含非常多的算法(英文版)

2008-12-02

空空如也

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

TA关注的人

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