Qingqin Hua


  • Home

  • About

  • Course Work

  • Project

  • Archives

Code Complete read note

Posted on 2019-03-25
This topic is written in Chinese, keep updating… 第九章 伪代码编程过程9.2 伪代码编写原则 避免使用编程语言中的语法元素,伪代码能让我们在比代码本身略高的层次上进行设计。 用伪代码描述解决问题的方法的意图,而不是描述怎么使用某种编程语言。 伪代码在 ...
Read more »

AVL Tree Analysis

Posted on 2019-02-27
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 ...
Read more »

CGIII Notes

Posted on 2019-02-04
I uploaded my note for CGIII course (course page )part1 part2 part3 which include following topics: Definition and property of: Radiance, BRDF ...
Read more »

Small PT in Pascal

Posted on 2019-01-31
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 ...
Read more »

CGIII Assignment I

Posted on 2018-10-28
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 ...
Read more »

debug commands

Posted on 2017-05-07
在win10中使用debug模式的方法: 1. 下载dosbox以及debug.exe 2. 输入 mount:c _debug_file_dir_ eg. d:asm 3. 定位到虚拟c盘 4. -debug DEBUG模式命令D命令查看内存中的内容 -d 1000:0 E命令1 ...
Read more »

Computer Organization and Design Chapter1

Posted on 2017-05-05
名词解释 throughput 吞吐率 = 带宽(bandwidth) 性能的度量参数,表示单位时间内完成的任务数量 response time 响应时间 = 执行时间(excution time) 完成任务所需总时间,包括硬盘访问,内存访问,I/O活动,操作系统开销和CPU执行时间等。 CPU ...
Read more »
Q. HUA

Q. HUA

7 posts
3 tags
© 2016 - 2019 Q. HUA
Powered by Hexo
Theme - NexT.Pisces