CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sort
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sort - List
[
Graph Drawing
]
图形图像编程篇(示例包)
DL : 0
图形图像编程篇(很多示例程序,good)-Programming in Graphics & Images (Sort of examples ,good)
Date
: 2026-01-15
Size
: 4.35mb
User
:
wp
[
Graph Drawing
]
RandDraw
DL : 0
主要在window窗口绘制随机数据排序后的图像-Mainly in the window after window, draw random data to sort the images
Date
: 2026-01-15
Size
: 3.74mb
User
:
leiwu_miao
[
Graph Drawing
]
cbj
DL : 0
查图中各种直径的圆个数,可以快速查出图上有几种直径,并统计出各种直径的数量-(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 el)) 2 4))) 获得直径 (print zj) (setq zj-j (cons zj zj-j)) (print zj-j) (setq i (1+ i)) ) (setq zj-h (VL-SORT zj-j <)) (repeat (length zj-h) (setq zj-n (- (length zj-j) (length (vl-remove-if (lambda (x) (= x (nth n zj-h))) zj-j)))) (print (strcat "直径" (itoa (nth n zj-h)) " " (itoa zj-n) "个")) (setq n (1+ n)) ) (princ))
Date
: 2026-01-15
Size
: 2kb
User
:
wu
[
Graph Drawing
]
basic-web-server-Test
DL : 0
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 . On the other hand if you are doing development in Visual Basic it expects you to specify any colors by their Red, Green, and Blue values (hence RGB). Luckily you can write a simple code snippet to convert HTML colors into their RGB equivalents. -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 . On the other hand if you are doing development in Visual Basic it expects you to specify any colors by their Red, Green, and Blue values (hence RGB). Luckily you can write a simple code snippet to convert HTML colors into their RGB equivalents.
Date
: 2026-01-15
Size
: 1kb
User
:
kojemauil
[
Graph Drawing
]
MyDrawTool
DL : 0
C++编写的一个画图工具,可以实现对画图历史的排序等功能-The c++ write a drawing tool, can realize sort of drawing history, and other functions
Date
: 2026-01-15
Size
: 13.25mb
User
:
樊思炜
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.