资源列表
chegnxu(5)
- 将图形窗口分割成四个不同的区域,并分别绘制出不同的图形-The graphics window is divided into four different areas and different graphics were drawn
chengxu-(6)
- 正弦信号的时频特性由振幅、角频率和初相位三个量确定,此程序是正弦信号时域波形的绘制-Sinusoidal signal from the time-frequency characteristics of amplitude, frequency and initial phase angle to determine three quantities, this procedure is time-domain sinusoidal signal waveform drawing
0411
- 开发autocad的菜单功能 以方便autocad用户-for the development of autocad
glyph
- 绘制图文,不用系统函数 绘制图文,不用系统函数-Draw graphics, do not draw the graphics system function without the system function
function-mapping
- 一段使用C语言编写的二维函数图形绘制程序,可在tuoboC 上运行,绘制的函数图形清晰、美观,可供C语言爱好者参考学习-Using the C language written in a two-dimensional function graph drawing program can be run in tuoboC, graphics functions to draw a clear, beautiful, available for C language enthusiasts ref
DrawLine
- vc++开发的基于MFC的画图程序,可以完成画圆、直线、曲线、多边形、椭圆等图形的绘制,并对颜色进行处理。-vc++ main()
draw
- 计算机地图制图,仿照cass7.0编写。从*.data文件中读取数据,进行画图操作。-c langruge cass7.0 draw map
MyPen
- VC++ 画笔,铜笔工具,用过PS的大根都知道这功能,另外Windows画图板也有这功能,就是在空白文档上写字,类似手机的手写功能,这只是一个简单的实现,没有什么修饰功能,甚至还没有Windows画图功能多-VC++ brushes, copper pen tool, used PS large roots are aware of this function, other Windows drawing board also has this feature, that is, a blank
Graphic-Draw
- 图形绘制,可设置线宽、颜色、样式,通过本例将了解如何使用自定义画笔定义线体的颜色,线宽,线形等,以及如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-VC++ graphics rendering, can set the line width, color, style, through th
TLE-orbit-draw
- TLE轨道数据画图软件,可根据轨道6要素分类显示,显示的类型有点状分布图、线状分布图和柱状分布图。-TLE orbital data drawing software elements can be classified according to orbit 6 shows the type of show a little bit like maps, linear maps and columnar distribution.
DrawCosCurve
- 在屏幕上用‘*‘横向显示0~360度的cos(x)曲线。此题关键在于余弦曲 线在0~360度的范围内,一行要显示两个点。考虑到cos的对称性,将屏幕的行方向定义为x,列方向定义为y,则0~180度的图形是左右对称的。若将图形的总宽度定义为62列,计算出x行0~180度时y点的坐标m,那么在同一行与之对称的180~360度的y点的坐标就应为62-m。程序中利用反余弦函数acos计算坐标(x,y)的对应关系。 -On the screen using the ' *' hori
ex71
- 一个小的绘图工具,能够进行圆形的绘图,主要是可以帮助熟悉mfc的开发。-A small drawing tool, capable of drawing circles, mainly to help the development of familiar mfc.