-
这是个很不错的编程代码,是有关于MVC的编程是由中科院的老师亲自编写的...
这是个很不错的编程代码,是有关于MVC的编程是由中科院的老师亲自编写的-this is a very good program code is on the MVC programming from the CAS is personally prepared by the teachers
- 2022-03-23 22:02:43下载
- 积分:1
-
imagegrey图像灰度化的三种常见算法
imagegrey图像灰度化的三种常见算法-imagegrey image of three common algorithms
- 2022-06-03 09:33:46下载
- 积分:1
-
DIB位图显示,图像及调色板,从资源中装入GID位图
DIB位图显示,图像及调色板,从资源中装入GID位图-DIB bitmap display, image and color palette, from the resources put into bitmap GID
- 2022-02-13 18:38:06下载
- 积分:1
-
VC环境里插入图片并得到图中任意四个像素点采样值然后求平均值一消息框的形式出事给使用者...
VC环境里插入图片并得到图中任意四个像素点采样值然后求平均值一消息框的形式出事给使用者-VC environment to be inserted into the picture and map arbitrary 4 pixel sampling then find the average value of a news box in the form of trouble for users
- 2023-01-06 23:50:03下载
- 积分:1
-
GIF format images of this very well, it is how to achieve, and how is the decode...
大家对GIF这种图片格式很了解,它是怎么实现的,又是怎样解码的,偶来告诉您-GIF format images of this very well, it is how to achieve, and how is the decoder, dual to tell you
- 2023-09-08 06:45:03下载
- 积分:1
-
检测屏幕分辨率和(正确)颜色深度检测屏幕大小…
Detecting Screen Resolution and (Correct) Color Depth检测屏幕尺寸和颜色深度(8KB)-Detecting Screen Resolution and (Correct ) Color Depth detect the screen size and color depth (8KB)
- 2022-02-11 23:45:12下载
- 积分:1
-
YUV、BMP转换的小程序
YUV、BMP转换的小程序-YUV, BMP conversion of small programs
- 2022-03-07 00:15:00下载
- 积分:1
-
用Java 实现几何图形的生成,如何来在界面上画一些基本的几何图形,本程序是一示例!...
用Java 实现几何图形的生成,如何来在界面上画一些基本的几何图形,本程序是一示例!-using Java geometry generation, how to interface painting in some of the basic geometric shapes, the procedure is an example!
- 2023-01-31 10:00:04下载
- 积分:1
-
- 2022-04-14 16:14:15下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图
的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。
2.使用方法
程序中定义了几个特殊键:
"V”:画笔提起
"W”:开始画图
"R”:开始擦图
"S”:当前图形存入文件
"E”:调出已有文件
"C”:画圆
程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下”W“键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图;当按下”R“键时,画笔符号变为 ,此时可移动方向键来擦图;在画图过程中,按下“C”键,可画出一个半径为20个象素点的圆;当结束画图时,按下“S”键,将画好的图形存盘;按下“E”键可调出已有的图形进行编辑。-c
- 2022-05-21 20:17:39下载
- 积分:1