搜索资源列表
zuoye2
- 计算机图形学作业二: 中点画圆法:圆心(300,400),半径150。
SIEMENSS7-300
- 西门子S7-300系列PLC电气控制原理图
APISOFT-VB
- Apisoft VB 曲线控件 6.0 Apisoft Data analysis Activex 提供了91种二维和三维的图表样式,并提供了30种数学和统计函数供您选择,支持无限个多轴线及21种候选颜色。Apisoft Data analysis Activex 是一个使用XP基本风格(线图,条形图,区域图,饼状图,点图) 计和运行时均易于使用Apisoft Data analysis Activex 包含强大而全面的针对几乎所有的控件和子控件的编辑器对话框。这些编辑器在程序设计和运行时都可使
VBDRAW
- VB函数画图形的源码示例,生成图形的VB绘图实例,设置Picture1控件使其中心点坐标为(0,0),Picture1.Cls清除其他图形,以下三行VB代码实现在Picture1中绘制黑色的水平坐标轴和垂直坐标轴。 Picture1.ForeColor = &H0 Picture1.Line (-300, 0)-(300, 0) Picture1.Line (0, 300)-(0, -300) 开始绘制白色函数图形-The VB function to d
Nieuw-Rich-Text-document
- #include<graphics.h> #include<conio.h> main() { int gd = DETECT,gm,left=100,top=100,right=200,bottom=200,x= 300,y=150,radius=50 initgraph(&gd, &gm, C:\\TC\\BGI ) rectangle(left, top, right, bottom) circle(
例2-4
- 绘制左上角点为P0(100,100),右下角点为P1(600,300)的矩形。矩形边界线为1像素宽的蓝线,矩形内部填充为绿色(Draw the left upper corner is P0 (100100), the lower right corner is P1 (600300) rectangle. The rectangle boundary line is 1 pixels wide blue line, and the inner rectangle is filled with