-
-
[
Visual C++ (VC++)]
graph.rar
Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict accordance with the preparation of books for beginners to learn the computer ...
-
[
C#(.net)]
suferapplication.rar
Provided in the web environment sufer graphics examples sufer covers the basic functions in C# in the use of methods, including data preparation, data whitening, contour mapping, graphics rendering, graphics output, etc.
-
-
[
Unix_Linux]
draw.rar
... ]
else {
printf["No such mode\n"]
exit[1]
}
//取得信息
width = vga_getxdim[]
height = vga_getydim[]
colors = vga_getcolors[]
//绘图
for[i=0 i<colors i++]{
vga_setcolor[i]
vga_drawline[0, i, width-1, i]
} ...
-
-
[
Matlab]
huitu.rar
Implementation mapping function, is a rare procedure Oh well, I hope you can help
-
[
Visual C++ (VC++)]
ddraw04.rar
A use of VC++ development environment, the preparation of the graphics program to simulate the implementation of some of the more basic function!
-
[
Java/JSP]
MyPaint.rar
Writing JAVA, and a simple mapping software. Interface refreshing simplicity. Suitable to use for novice
-
-
[
Visual C++ (VC++)]
draw.rar
Using single document to realize a function of drawing.It can draw the line,ellipse,rectangle,and so on.It also has the function of paint pen, paint brush and eraser.