资源列表
c.painter
- 一个简单的绘图程序,实现了一个画板的最基础的功能,希望对初学者有帮助-A simple drawing program to achieve the most basic features of a drawing board for beginners. . .
GDIFont
- VC++基本绘图练习,包括绘制三角形、园等-some basic vc++ code about how to draw pictures
GDIPlot
- VC++基本绘图练习,包括绘制三角形、园等-some basic vc++ code about how to draw pictures
TestAPI
- vc++基本图形绘制 API的基本应用-about how to use api
vcPPdraw
- 这段代码的功能主要是进行绘制,绘制贝塞尔曲线的初步尝试-The founction of this code is draw a Bezier curve
mapper9
- 画图工具集,模仿windows自带的mspaint,半成品-Drawing toolset, imitating the windows built-in mspaint in semi-finished products
edjh
- ACIS是美国spatial technology公司的产品,是应用于CAD系统开发的几何平台。它提供从简单实体到复杂实体的造型功能,以及实体的布尔运算、曲面裁减、曲面过渡等多种编辑功能,还提供了实体的数据存储功能和SAT文件的输入、输出功能。-ACIS is a product of the spatial technology company, is applied to the geometry of the CAD system development platform. It from
XLPE_2_layers.
- XPLE cable model in PSCAD.
PVExample_GNU.
- PV model in PSCAD,Fortran is used
p
- 画直线, 圆,计算机图形学作业,非程序自带的命令-line circle
freescale
- 用picturebox编写一个画温度曲线的单片机上位机,简单易懂,适合初学者-The picturebox write a single-chip host computer to draw temperature curves, easy to understand for beginners
WINTC-GUI
- WINTC GUI,模仿WINTC界面。文本模式下的GUI设计时,主要要用到这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打印文本的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函数,就可以实现文本窗口的保存与恢复。比如,在每次显示菜单,之前先把,菜单将要覆盖的文本窗口内容用gettext() 保存到内存中,然后显示菜单,在退出菜单时使用puttext() 把覆盖的文本内容还原,刚进入GUI程