This topic is written in Chinese, keep updating…
第九章 伪代码编程过程9.2 伪代码编写原则
避免使用编程语言中的语法元素,伪代码能让我们在比代码本身略高的层次上进行设计。
用伪代码描述解决问题的方法的意图,而不是描述怎么使用某种编程语言。
伪代码在
...
Notation:h height of the nodeN number of nodes in one binary search treeN(h) number of nodes on height h
As we know, binary search tree has O(h) runni
...
I wrote a Pascal version smallPT for my Programming assignment and for fun.It can run GI in 126 lines.This work is derived from SmallPt, see reference
...
Goal:Use Corona to render scene in 3DSMAX
First step:Put models into 3DSMAX, the architecture and other items are downloaded from free3D.com.Two camer
...