-
VC例程:用VC编写有关视频图像采集的全部源代码
VC例程:用VC编写有关视频图像采集的全部源代码-vc example: all vc source codes about video image collection
- 2022-01-25 21:42:36下载
- 积分:1
-
simple greedy snake game in win32
simple greedy snake game in win32
- 2022-03-20 17:55:10下载
- 积分:1
-
直线的Bresenham算法
直线的Bresenham算法-linear Bresenham algorithm
- 2023-04-08 11:00:03下载
- 积分:1
-
抓图程序和源程序catchscr.rar 自己打开看吧
抓图程序和源程序catchscr.rar 自己打开看吧-procedures and open source catchscr.rar sees himself!
- 2022-03-23 06:34:42下载
- 积分:1
-
MiniGUI release of the latest version 0.9.96. We will be positioning version 0.9...
MiniGUI 的最新发布版本是 0.9.96。我们将 0.9.xx 系列版本定位为 MiniGUI 1.0 版本的预览版。在 0.9.xx 版本足够稳定时,我们将发布 MiniGUI 1.0 版本,同时,目前的代码不会再进行重大调整。在 MiniGUI 1.0 版本发布之后,我们将立即着手开发 MiniGUI 2.0 版本。该版本预期将在体系结构上进行重大调整-MiniGUI release of the latest version 0.9.96. We will be positioning version 0.9.xx series of MiniGUI 1.0 version of the preview version. The 0.9.xx version stable enough, we will release version 1.0 MiniGUI, and the current code will not be further significant adjustments. MiniGUI in version 1.0 was released, we will immediately proceed with the development of version 2.0 of MiniGUI. This version of the system is expected to undergo major structural adjustment
- 2022-03-09 21:05:32下载
- 积分:1
-
高级颜色选取控件,对源来的弹出颜色选取对话框时,当焦点失去时问题的处理。...
高级颜色选取控件,对源来的弹出颜色选取对话框时,当焦点失去时问题的处理。-High color selection controls, the right to the source of pop-up color selection dialog box, and when lost focus when issues.
- 2022-07-10 09:37:24下载
- 积分:1
-
编程包含一个单选按钮组和一个普通按钮,
//单选按钮组中包含三个单选,文本说明分别为
//“普通”、“黑体”和“斜体”。选择文本
//标签为“普通”...
编程包含一个单选按钮组和一个普通按钮,
//单选按钮组中包含三个单选,文本说明分别为
//“普通”、“黑体”和“斜体”。选择文本
//标签为“普通”的单选按钮时,普通按钮中
//的文字为普通字体,选择文本标签为“黑体”
//的单选按钮时,普通按钮中的文字的字体为黑体
//,选择文本标签为“斜体”的单选按钮时,
//普通按钮中的文字的字体为斜体。-Programming includes a radio button group and a normal button,// radio button group contains three radio, text notes for the// " normal" , " bold" and " italics." Select the text// labeled as " normal" radio button, the normal buttons// font for ordinary text, select the text label for " bold" // radio button, the button text in normal font in bold//, select the text label as " italic" radio button,// normal button, the text in the font in italics.
- 2022-03-25 07:08:58下载
- 积分:1
-
图象处理软件比如平移,比例,旋转,错切,裁剪,填充,反走样等等.具体操作鼠标左键画多边行的各个顶点,右键连线形成多边行...
图象处理软件比如平移,比例,旋转,错切,裁剪,填充,反走样等等.具体操作鼠标左键画多边行的各个顶点,右键连线形成多边行-image processing software such as translation, proportion, rotation, the wrong cutting, cutting, filling, anti-aliasing, etc.. The specific mouse button paintings in various multilateral OK vertices, right connections formed multilateral OK
- 2022-01-25 20:53:07下载
- 积分:1
-
VC++编写的如何显示倾斜文字
VC++编写的如何显示倾斜文字-VC show how prepared the text tilt
- 2022-03-19 23:36:20下载
- 积分:1
-
从BMP文件加载位图并显示BMP文件有四个部分。第一个我..
从BMP文件中装入位图并显示
the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more rgbquad structures the final section is the actual bits that define the bitmap image.
by the way, the bmp file holds a device independent bitmap and sometimes the extension used is dib.
the steps outlined below is valid for both windows 95 and windows nt. on windows 95, you can also use the loadimage() function to load a bitmap from a file. although windows nt also supports this function, it does not support the lr_loadfromfile flag. -from BMP file loaded bitmap and show the bmp file has four sections. The first is bitmapfileheader. This contains t
- 2022-03-02 16:58:15下载
- 积分:1