-
PGL是一个库,封装在MFC项目策划能力VC6一…
PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, you can have your app display chart in 5 minutes.
The aim of PGL is not to have a user-friendly environment but rather being able to generate any plot from the source code.
PGL was originally using OpenGL to raster graphics but now it uses GDI+ (so you need to install Microsoft SDK to compile PGL).
- 2023-06-09 07:20:03下载
- 积分:1
-
一个绘制柱形图和折线图的DLL,里面封装了绘制图表的函数,用于绘制图表...
一个绘制柱形图和折线图的DLL,里面封装了绘制图表的函数,用于绘制图表-Drawing a bar graph and line graph DLL, which encapsulates a function of drawing a chart, used for drawing graphs
- 2022-03-21 19:12:53下载
- 积分:1
-
DICOM文件到bmp格式图片的转换,支持DICOM文件VR的读取
DICOM文件到bmp格式图片的转换,支持DICOM文件VR的读取-DICOM files to the Photo bmp format conversion, support for VR DICOM document reader
- 2023-03-28 09:30:04下载
- 积分:1
-
应用VC++开发ObjectARX程序,主要是创建符号表(AutoCAD二次开发)...
应用VC++开发ObjectARX程序,主要是创建符号表(AutoCAD二次开发)-Application VC++ Development ObjectARX program, mainly the creation of symbol table (AutoCAD second development)
- 2022-08-16 19:00:21下载
- 积分:1
-
DCT编码mtalab程序,其中用到matlab的图像编码模块以及一些常用的算法程序...
DCT编码mtalab程序,其中用到matlab的图像编码模块以及一些常用的算法程序-DCT coding procedures which used Matlab image coding module, and some commonly used algorithm!
- 2023-07-13 17:00:08下载
- 积分:1
-
C #画图板做简单的程序,你可以用鼠标拖动…
用C#做的简易画图板程序,可以用鼠标拖动划线,画圆等-With C# Drawing board to do simple procedures, you can use the mouse to drag the line, circle, etc.
- 2022-02-05 18:50:17下载
- 积分:1
-
关于光栅操作的,可以手动控制,VC版本为6.0,编译时有些.H文件可能需自己设置 。...
关于光栅操作的,可以手动控制,VC版本为6.0,编译时有些.H文件可能需自己设置 。-grating on the operation, manual control, VC version 6.0, compiled some. H documents may take yours.
- 2022-10-05 14:20:03下载
- 积分:1
-
实现了图像渐变的效果
实现了图像渐变的效果-gradual realization of the image effect
- 2022-09-29 18:20:03下载
- 积分:1
-
windows下的GDI编程,对学习windows编程的会有点帮忙!
windows下的GDI编程,对学习windows编程的会有点帮忙!-GDI programming under windows, to learn windows programming will be a little help!
- 2022-03-17 19:14:12下载
- 积分:1
-
最近在做一个图片查看器,由于使用一般的PctureBox,在性能和缩放控制上都无法满足预期的要求,因此所有组件的呈现均是通过重写控件的OnPaint事件来绘制。...
最近在做一个图片查看器,由于使用一般的PctureBox,在性能和缩放控制上都无法满足预期的要求,因此所有组件的呈现均是通过重写控件的OnPaint事件来绘制。在查看gif图片时发现Graphics.DrawImage只呈现第一帧,无法满足预期要求,因此经过摸索寻找到了解决自绘gif的较好办法。-At a recent picture viewer, because of the use of general PctureBox, at performance and zoom control are unable to meet expectations, all components are a rewrite control through case OnPaint to draw. Gif picture in view Graphics.DrawImage found only show the first frame, unable to meet expected requirements, therefore, after groping to find a solution since the better way to draw gif.
- 2022-05-19 13:48:54下载
- 积分:1