图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法-linear graphics including DDA, the midpoint algorithm, the midpoint of the round, plus or minus algorithm, linewidth control. Ray fill in the blanks Algorithm
文 件 列 表
Graphics Graphics.cpp Graphics.dsp Graphics.dsw Graphics.h GraphicsDoc.cpp GraphicsDoc.h MainFrm.cpp MainFrm.h ReadMe.txt res Graphics.ico StdAfx.cpp StdAfx.h Graphics.rc resource.h Graphics.opt GraphicsView.h GraphicsView.cpp res
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001228s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.099805s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.002450s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.006748s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.009437s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.005833s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001168s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.005059s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.027610s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.020773s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 123039 [ RunTime:0.027035s ]