-
实现了缩略图的显示和窗口的分割。实现鼠标的tooltip显示
实现了缩略图的显示和窗口的分割。实现鼠标的tooltip显示-Achieved a thumbnail display and the window segmentation. To achieve the mouse tooltip display
- 2023-06-15 05:45:04下载
- 积分:1
-
随着鼠标位置的不同,鼠标的形状也相应的变化,请尝试
随着鼠标位置的不同,鼠标的形状也相应的变化,请尝试-position with the different mouse, the mouse in the shape of the corresponding changes, please try
- 2023-07-24 15:20:02下载
- 积分:1
-
Image Processing of a complete set of procedures for image display, enforceable
图像处理中的一段完整的程序,用于图像的显示,可执行-Image Processing of a complete set of procedures for image display, enforceable
- 2022-03-01 14:52:53下载
- 积分:1
-
straight line, circle, rectangle belong to the rules of graphics, this program w...
直线,圆,矩形等都属于规则的图形,本程序教你产生任意折断的线条,多边形等图形-straight line, circle, rectangle belong to the rules of graphics, this program will teach you have any broken lines, polygons, etc. Graphics
- 2022-02-22 10:36:04下载
- 积分:1
-
image with the mouse to create the hotspots
用鼠标创建图象中的热点区域-image with the mouse to create the hotspots
- 2022-02-22 11:29:01下载
- 积分:1
-
此为图象编程之五,适合于刚入门之选手,请好好使用。
此为图象编程之五,适合于刚入门之选手,请好好使用。-image of this program 5, which is suitable for athletes who are just portal, please make good use of.
- 2022-04-02 09:13:22下载
- 积分:1
-
MiniGUI 的最新发布版本是 0.9.96。我们将 0.9.xx 系列版本定位为 MiniGUI 1.0 版本的预览版。在 0.9.xx 版本足够稳定时,我...
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
- 2023-03-31 03:35:03下载
- 积分:1
-
浙江大学程序设计竞赛一等奖作品,tc环境编写运行,有可执行文件以及原码...
浙江大学程序设计竞赛一等奖作品,tc环境编写运行,有可执行文件以及原码-Zhejiang University Programming Contest entries won, tc operating environment preparation, and the original executable code
- 2022-03-14 22:12:44下载
- 积分:1
-
源代码已产生实现线段和
本源码给出了实现线段和矩形的裁剪算法.
包含有一"图形裁剪"文件夹
实验步骤的简要提示的WORD文档--Grphics experiment NO4-图形裁剪.doc
一可执行文件-- 图形裁剪.exe
- The source code has produced the realization line segment and
the rectangle cuts out the algorithm Contains has a "graph to cut
out" folder laboratory procedure brief prompt WORD documents--Grphics
experiment the NO4- graph to cut out doc one may the execution file--
graph cut out exe
- 2022-03-31 20:10:58下载
- 积分:1
-
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对...
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
DWORD bfSize
WORD bfReserved1
WORD bfReserved2
DWORD bfOffBits
}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD b
- 2022-09-19 08:45:03下载
- 积分:1