摘要: Bash:Bourne-again shell,所有linux系统中的默认shell。程序名称:bash Shell:通过充当命令处理器以及解释命令的脚本,提供Unix基本界面的程序。 操作系统:运行计算机的总控制程序,主要功能是高效利用硬件——充当硬件基本接口,为使用计算机的用户及正在只需的程序提 阅读全文
posted @ 2017-03-27 23:53 丹尼尔奥利瓦 阅读(852) 评论(0) 推荐(0) 编辑
摘要: As usual先读题。 2.3 Draw a Circle Implement your circle rasterization algorithm in OpenGL. You can only use integer arithmetic in your code. Input: A poi 阅读全文
posted @ 2017-03-27 00:58 丹尼尔奥利瓦 阅读(3280) 评论(0) 推荐(0) 编辑
摘要: 首先来看一下题目要求: 2.2 Draw a Line Implement your line rasterization algorithm in OpenGL. You can only use integer arithmetic in your code. Input: 2 2D point 阅读全文
posted @ 2017-03-27 00:05 丹尼尔奥利瓦 阅读(2917) 评论(0) 推荐(0) 编辑