代码搜索结果
找到约 10,000 项符合
Test 的代码
test.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming 2nd Edition>
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
test.txt
--------------- 函数f(t)=t的图形
origin is (200, 300); -- 设置原点的偏移量
/****** abcdef *****/
rot is pi/6; -- 设置旋转角度
scale is (2, 1); -- 设置横坐标和纵坐标的比例
/*****/
for T from 0 to 200 step 1