文件名称:jsfjjfjfjf
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:291.33kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
该程序在显示三角形时的顺序是从顶点到底边,首先得定位顶点像素的坐行列坐标(dx,cx)则接其后的像素起始坐标为(dx+1,cx-1),终点坐标为(dx+1,cx+1),再接着的下一行像素的起始坐标为(dx+2,cx-2),终点坐标为(dx+2,cx+2),再下一行始终点坐标分别为(dx+3,cx-3),(dx+3,cx+3).依此类推直到最后一行的始终坐标分别为(dx+n,cx-n),(dx+n,cx+n).在写同行像素时用cmp cx,cx+n jnz Y 来实现循环,所以在这个循环过程中注意保护cx。-The program is displayed at the time of the order of triangle vertices in the end from the side, first of all have to sit pixel vertex positioning coordinates of the ranks of (dx, cx) is then the subsequent pixel coordinates for the start (dx+ 1, cx-1), end point coordinates for (dx+ 1, cx+ 1), followed by the next line starting pixel coordinates (dx+ 2, cx-2), end point coordinates (dx+ 2, cx+ 2), and then the next line always points coordinates, respectively (dx+ 3, cx-3), (dx+ 3, cx+ 3). and so on until the last line is always the coordinates were (dx+ n, cx-n), (dx+ n, cx2B ! n). At the time of writing pixels to use peer-cmp cx, cx+ n jnz Y to achieve the cycle, so in this cycle of the process of attention to the protection of cx.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
汇编课程设计报告.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.