-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图
的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。
2.使用方法
程序中定义了几个特殊键:
"V”:画笔提起
"W”:开始画图
"R”:开始擦图
"S”:当前图形存入文件
"E”:调出已有文件
"C”:画圆
程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下”W“键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图;当按下”R“键时,画笔符号变为 ,此时可移动方向键来擦图;在画图过程中,按下“C”键,可画出一个半径为20个象素点的圆;当结束画图时,按下“S”键,将画好的图形存盘;按下“E”键可调出已有的图形进行编辑。-c
- 2022-05-21 20:17:39下载
- 积分:1
-
VC&matlab混合编程的研究
VC&matlab混合编程的研究-VC
- 2022-02-21 03:13:03下载
- 积分:1
-
Visual+C++程序开发范例宝典源代码
Visual+C++程序开发范例宝典源代码-vc
- 2022-04-09 02:53:38下载
- 积分:1
-
一个有关轴承变形的识别检测,采用VC++编写,实验原图在压缩包中...
一个有关轴承变形的识别检测,采用VC++编写,实验原图在压缩包中-A deformation of the bearing identification testing, the use of VC++ Prepared, experimental image in the compressed package
- 2022-10-14 13:30:03下载
- 积分:1
-
EVC board to the production of similar ads to the right horizontal scanning, the...
EVC制作类似广告板上以水平方向向右扫描、水平向左扫描、水平百叶窗等效果。-EVC board to the production of similar ads to the right horizontal scanning, the level of the left scanning, such as the effect of the level of blinds.
- 2022-05-29 19:14:32下载
- 积分:1
-
GDI+简单功能实现,实现了一些gdi+的简单功能,对初学者很有帮助...
GDI+简单功能实现,实现了一些gdi+的简单功能,对初学者很有帮助-gdiplus you can study gdi
- 2023-01-24 23:35:03下载
- 积分:1
-
运用分形制作裂纹
运用分形制作裂纹-produced using fractal crack
- 2022-03-13 14:39:42下载
- 积分:1
-
先用C++写了一个可以产生图形的DLL,并用VB来进行调用测试。
先用C++写了一个可以产生图形的DLL,并用VB来进行调用测试。-Using C++ to write a DLL can generate graphics , and VB to call it for test.
- 2022-03-18 10:20:11下载
- 积分:1
-
介绍vc++编程中常用的类 ,还有类中的
库函数等等.
介绍vc++编程中常用的类 ,还有类中的
库函数等等.-Chinese version of VC 6.0 Class Library Reference Manual (under). S.wdl
- 2022-09-05 22:55:03下载
- 积分:1
-
编程包含一个单选按钮组和一个普通按钮,单选按钮组中包含三个单选,文本说明分别为“普通”、“黑体”和“斜体”。选择文本标签为“普通”的单选按钮时,普通按钮中的文字...
编程包含一个单选按钮组和一个普通按钮,单选按钮组中包含三个单选,文本说明分别为“普通”、“黑体”和“斜体”。选择文本标签为“普通”的单选按钮时,普通按钮中的文字为普通字体,选择文本标签为“黑体”的单选按钮时,普通按钮中的文字的字体为黑体,选择文本标签为“斜体”的单选按钮时,普通按钮中的文字的字体为斜体。-Programming includes a radio button group and a normal button, radio button group contains three radio, text notes for the " ordinary" , " bold" and " italics." Select the text label for the " ordinary" radio button, the button text in the ordinary as an ordinary font, select the text label for " bold" radio button, the button text in normal font in bold, select the text label for " italic " radio button, the button text in normal font in italics.
- 2022-08-13 15:28:03下载
- 积分:1