搜索资源列表
jsfjjfjfjf
- 该程序在显示三角形时的顺序是从顶点到底边,首先得定位顶点像素的坐行列坐标(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 来实现循环,所以在这个循环过程中注意
MASM5
- 汇编语言的集成开发环境MASM,对学习汇编的同行有帮助-Assembly language integrated development environment MASM, assembly of the peer-learning help
CC2420
- CC2420通信代码,远程通信,获得信号。代码是点对点测试程序。-CC2420 communication code, telecommunications, access to the signal. Code is peer test procedures.
Hash-131117
- 汇编写的SHA-1 MD5校检程序 支持拉拽 剪切板比对等-Written in assembler SHA-1 MD5 checksum program supports peer than pulling clipboard
2013.11.20
- 可按要求生成不同行数的数组,并找出对角线上的最大或最小元素-According to the number of generated no peer array, and the maximum or minimum of the diagonal elements.
