摘要: 1. Naming scopes and variable scopes http://blog.csdn.net/jerr__y/article/details/60877873 2. TensorFlow variables are trainable by default, remember 阅读全文
posted @ 2017-07-26 20:16 m.Just 阅读(111) 评论(0) 推荐(0)
摘要: 1. This write "Hello" to the screen with a new line tailed to. Just like puts, but without new line. 2. This output the string length. "wonS noJ" Let' 阅读全文
posted @ 2016-09-05 23:22 m.Just 阅读(123) 评论(0) 推荐(0)
摘要: 1. with-as (context-manager) Example: Codes above do the following: Let instance = function(), where function returns an instantiation of some object, 阅读全文
posted @ 2016-09-01 22:13 m.Just 阅读(218) 评论(0) 推荐(0)
摘要: Classes Python classes provide all the standard features of Object Oriented Programming: the class inheritance mechanism allows multiple base classes, 阅读全文
posted @ 2016-09-01 21:48 m.Just 阅读(290) 评论(0) 推荐(0)
摘要: I. Steps in Texture Mapping To use texture mapping, you perform these steps. 1. Create a texture object and specify a texture for that object. 2. Indi 阅读全文
posted @ 2016-02-22 15:08 m.Just 阅读(468) 评论(0) 推荐(0)
摘要: I. Rasterization 1. Definition Rasterization is the process by which a primitive is converted to a two-dimensional image. Each point of this image con 阅读全文
posted @ 2016-02-18 22:29 m.Just 阅读(273) 评论(0) 推荐(0)
摘要: I. Overview: The Camera Analogy The transformation process used to produce the desired scene for viewing is analogous to taking a photograph with a ca 阅读全文
posted @ 2016-01-27 16:57 m.Just 阅读(230) 评论(0) 推荐(0)
摘要: I. Element of probabilistic models 1. Every probabilistic model involves an underlying process, called the experiment. ( Example. Flip two coins ) 2. 阅读全文
posted @ 2016-01-27 11:44 m.Just 阅读(353) 评论(0) 推荐(0)
摘要: I. Hidden-Surface Removal Purpose: In order to increase performance, it is very important to draw objects that are closer to the viewing position and 阅读全文
posted @ 2016-01-26 21:37 m.Just 阅读(252) 评论(0) 推荐(0)
摘要: 开放图形库(英语:Open Graphics Library,缩写为OpenGL)是个定义了一个跨编程语言、跨平台的应用程序界面(API)的规范,它用于生成二维、三维图像。这个接口由近350个不同的函数调用组成,用来从简单的图形比特绘制复杂的三维景象。OpenGL是行业领域中最为广泛接纳的 2D/3... 阅读全文
posted @ 2016-01-26 19:32 m.Just 阅读(179) 评论(0) 推荐(0)