-
三维图形变换,可以建模,进行矩阵变换,变换视角,二维映射和透视。...
三维图形变换,可以建模,进行矩阵变换,变换视角,二维映射和透视。-transform 3D graphics, modeling, matrix transformations perspective, and the two-dimensional mapping perspective.
- 2022-01-21 03:04:49下载
- 积分:1
-
Ascii码转换器
由图片生成文本的实用工具
支持彩色转换
Ascii码转换器
由图片生成文本的实用工具
支持彩色转换-Ascii code converter generates the text from the image color conversion utility supports the
- 2023-01-02 07:05:05下载
- 积分:1
-
VC例程:用VC编写有关视频图像采集的全部源代码
VC例程:用VC编写有关视频图像采集的全部源代码-vc example: all vc source codes about video image collection
- 2022-01-25 21:42:36下载
- 积分:1
-
前几天要写一段在Windows CE 下拷屏的程序,但是CE不支持GetDIBits这个API,这可难坏了我,在网上查了半天资料,最后用CreateDIBSec...
前几天要写一段在Windows CE 下拷屏的程序,但是CE不支持GetDIBits这个API,这可难坏了我,在网上查了半天资料,最后用CreateDIBSection搞定,现封装成一个函数SaveDCToBMP,方便大家使用-A few days ago to write a section in the Windows CE screen copy of the procedures, but CE does not support GetDIBits this API, it can be difficult for me out of online information search for a long time, and finally get to use CreateDIBSection, it is packaged as a function SaveDCToBMP, to facilitate the use of U.S.
- 2022-04-25 06:31:20下载
- 积分:1
-
MPEG.org developed procedures MPEG2 decoder, WIN32 run
MPEG.org开发的MPEG2解码器程序,WIN32下运行-MPEG.org developed procedures MPEG2 decoder, WIN32 run
- 2022-05-18 22:16:58下载
- 积分:1
-
VC under load bitmap display and use the timer to achieve a bitmap animation.
VC下实现加载显示位图,并用定时器实现了位图动画.-VC under load bitmap display and use the timer to achieve a bitmap animation.
- 2022-09-30 14:00:03下载
- 积分:1
-
使用eigenimages鲁棒识别
Robust Recognition Using Eigenimages
- 2023-02-07 17:20:04下载
- 积分:1
-
use two basic class library can open png image files. Class included in the docu...
使用两个基本类库可以打开png图片文件.类库文件包含在下载文件当中.-use two basic class library can open png image files. Class included in the documents downloaded documents.
- 2022-01-28 21:02:47下载
- 积分:1
-
一个从文件中抓取icon图标的程序,作者徐景周
一个从文件中抓取icon图标的程序,作者徐景周-A program that catchs icons from a file, writen by XuJinZhou
- 2022-03-22 11:20:43下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一
些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图
的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。
2.使用方法
程序中定义了几个特殊键:
"V”:画笔提起
"W”:开始画图
"R”:开始擦图
"S”:当前图形存入文件
"E”:调出已有文件
"C”:画圆
程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下”W“键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图;当按下”R“键时,画笔符号变为 ,此时可移动方向键来擦图;在画图过程中,按下“C”键,可画出一个半径为20个象素点的圆;当结束画图时,按下“S”键,将画好的图形存盘;按下“E”键可调出已有的图形进行编辑。-c
- 2022-05-21 20:17:39下载
- 积分:1