-
程序打开BMP格式文件,并显示该文件,同时,能对图像进行复制粘贴。...
程序打开BMP格式文件,并显示该文件,同时,能对图像进行复制粘贴。-Program to open BMP format, and display the document at the same time, be able to copy and paste images.
- 2022-12-15 20:45:03下载
- 积分:1
-
a small program, the main achievement of some of the graphical programming inter...
一个java小程序,主要实现一些图形界面的编程-a small program, the main achievement of some of the graphical programming interface
- 2022-06-27 15:24:10下载
- 积分:1
-
This is a realization of the C painting curve procedures, the screen shows a coo...
这是一个用C实现的画曲线的程序,在屏幕是显示一个坐标轴,通过键盘输入的坐标画出曲线.-This is a realization of the C painting curve procedures, the screen shows a coordinate axis through the keyboard input the coordinates paint curve.
- 2022-02-11 16:46:19下载
- 积分:1
-
图形图象的一个小程序,可以绘制点,直线,矩形 和圆 ,快捷简单...
图形图象的一个小程序,可以绘制点,直线,矩形 和圆 ,快捷简单
-Graphic images of a small program, you can draw points, straight lines, rectangular and round, fast and simple
- 2023-05-22 18:55:03下载
- 积分:1
-
实现多边形分割,对于任何的多边形只需输入分割点都可以分割,自相交除外...
实现多边形分割,对于任何的多边形只需输入分割点都可以分割,自相交除外-Realize polygon partition, for any partition of the polygon points only need to input can be divided, except for self-intersection
- 2022-01-26 03:23:51下载
- 积分:1
-
图像合成,将两幅图片合成到一张图片里,需要像素相同的两张图片。...
图像合成,将两幅图片合成到一张图片里,需要像素相同的两张图片。-Image synthesis, synthesis of the two pictures into one image, the need for the same two-pixel images.
- 2022-01-27 10:33:39下载
- 积分:1
-
visual++高级界面特效100例,在visualC++6.0编译通过,对于喜欢Windows 编程的人应该有用处...
visual++高级界面特效100例,在visualC++6.0编译通过,对于喜欢Windows 编程的人应该有用处-visual++ advanced interface effects 100 cases, in visualC++ 6.0 compiler is passed, for those who like Windows programming should have useful
- 2022-03-22 19:09:59下载
- 积分:1
-
bmp_to_c文件夹里面的UC的使用
使用BMP_to_C文件夹里面的uC-GUI-BitmapConvert.exe打开合适液晶屏分辨率的bmp图片,以256色较好,转换成C文件,修改开机画面logo-The use of BMP_to_C folder inside uC-GUI-BitmapConvert.exe open the appropriate screen resolution bmp picture to 256 colors better, converted into C files, modify the boot screen logo
- 2022-04-08 06:22:25下载
- 积分:1
-
Using c language implementation line drawing, repeatable draw, you can also set...
用c语言实现线的绘制,可重复绘制,也可以设置参数对线的颜色等属性进行修改,这是最简单的c实现,其中的BGI必须先初始化,否则程序会报错-Using c language implementation line drawing, repeatable draw, you can also set the parameters on-line to modify the color and other attributes, it is the simplest c implementation, of which BGI must be initialized, otherwise program will complain
- 2023-02-06 03:00:02下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图
的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。
2.使用方法
程序中定义了几个特殊键:
"V”:画笔提起
"W”:开始画图
"R”:开始擦图
"S”:当前图形存入文件
"E”:调出已有文件
"C”:画圆
程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下”W“键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图;当按下”R“键时,画笔符号变为 ,此时可移动方向键来擦图;在画图过程中,按下“C”键,可画出一个半径为20个象素点的圆;当结束画图时,按下“S”键,将画好的图形存盘;按下“E”键可调出已有的图形进行编辑。-c
- 2022-05-21 20:17:39下载
- 积分:1