搜索资源列表
图形图像编程篇(示例包)
- 图形图像编程篇(很多示例程序,good)-Programming in Graphics & Images (Sort of examples ,good)
RandDraw
- 主要在window窗口绘制随机数据排序后的图像-Mainly in the window after window, draw random data to sort the images
cbj
- 查图中各种直径的圆个数,可以快速查出图上有几种直径,并统计出各种直径的数量-(DEFUN C:cbj () (PRINC "查直径及个数") (setq ss (ssget ((0 . "CIRCLE")))) (setq i 0 n 0 zj-j nil) (repeat (sslength ss) (setq el (entget (ssname ss i))) (setq zj (read (rtos (cdr (assoc 40
basic-web-server-Test
- In this day and age you will find yourself at times needing to set a color in two different ways. If you are doing any sort of web development you will find that often you are referring to colors using a code that looks something like this #0066FF .
MyDrawTool
- C++编写的一个画图工具,可以实现对画图历史的排序等功能-The c++ write a drawing tool, can realize sort of drawing history, and other functions