-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-This is an SDK program. This procedure showed that the mouse coordinates to track the location, at the same time, if the mouse operation can be displayed in the window title bar operating information, if in the window client area to double-click, double-click will show the location of point location information. In addition, customers have two bitmap, when the mouse is in place on the map, it will change the definition for their own cursor. The program for Win32 Programming for beginners, including a large number of Chinese Notes.
- 2022-05-16 15:03:38下载
- 积分:1
-
初步实现"屏幕落雪"效果,按Ctrl+L关闭.
初步实现"屏幕落雪"效果,按Ctrl+L关闭.-initially "screen snow" effect by Ctrl L closed.
- 2023-02-23 11:00:02下载
- 积分:1
-
- 2023-06-09 23:30:02下载
- 积分:1
-
人脸检测 VC++程序。是一款效率很高的人脸识别系统
人脸检测 VC++程序。是一款效率很高的人脸识别系统-face detection
- 2022-07-11 13:22:44下载
- 积分:1
-
Geometry of edge detection is pattern recognition method using chain code have a...
几何图形的边缘检测 模式识别 主要是利用链码方法 还有一些辅助方法-Geometry of edge detection is pattern recognition method using chain code have a number of adjunct
- 2022-07-06 22:14:30下载
- 积分:1
-
A simple procedure for robot hands, only simulate two fingers, the whole process...
一个简单的机器人手的程序,只模拟出两个手指,整个程序着重模型视点变换,对于opengl初学者是个不错的学习材料-A simple procedure for robot hands, only simulate two fingers, the whole process model perspective focused on transformation, opengl for beginners is a good learning materials
- 2022-02-26 04:29:38下载
- 积分:1
-
内存修改器,可以用来修改游戏中的数据,如人物属性,金钱等...
内存修改器,可以用来修改游戏中的数据,如人物属性,金钱等-Modify memory, and can be used to modify game data, such as character attributes, money, etc.
- 2022-12-09 06:35:03下载
- 积分:1
-
有了它就可以知道原来点击放大图象也很简单的啊,随心所欲的放大我的图片。...
有了它就可以知道原来点击放大图象也很简单的啊,随心所欲的放大我的图片。-made it know that it can enlarge images are very simple ah, and to engage in my pictures to enlarge it.
- 2023-04-16 07:50:04下载
- 积分:1
-
矢量图形的绘制 点 线 多变形 椭圆 椭圆弧 面积计算 坐标保存成txt文件...
矢量图形的绘制 点 线 多变形 椭圆 椭圆弧 面积计算 坐标保存成txt文件
- 2022-07-21 20:56:45下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图
的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。
2.使用方法
程序中定义了几个特殊键:
"V”:画笔提起
"W”:开始画图
"R”:开始擦图
"S”:当前图形存入文件
"E”:调出已有文件
"C”:画圆
程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下”W“键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图;当按下”R“键时,画笔符号变为 ,此时可移动方向键来擦图;在画图过程中,按下“C”键,可画出一个半径为20个象素点的圆;当结束画图时,按下“S”键,将画好的图形存盘;按下“E”键可调出已有的图形进行编辑。-c
- 2022-05-21 20:17:39下载
- 积分:1