-
简单的作图例子,实现画线、圆、矩形等功能
简单的作图例子,实现画线、圆、矩形等功能-Simple mapping example, the realization of drawing a line, round, rectangular and other functions
- 2022-07-11 02:50:07下载
- 积分:1
-
vc written with a simple graphics system, all graphics display has been used to...
用vc写的一个简单的图形系统,所有图形的显示都是用采用自己写的算法-vc written with a simple graphics system, all graphics display has been used to adopt its own written algorithm
- 2022-03-15 05:44:02下载
- 积分:1
-
著名的八叉树算法,vc++,opengl编成。
著名的八叉树算法,vc++,opengl编成。-Well-known octree quantization, vc++, opengl compiled.
- 2022-04-20 15:56:01下载
- 积分: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
-
用VC++编写一个圆,并使其沿正弦曲线运动,在此过程中,圆的大小不断地变化,并在左上角显示几行的不同字体的字...
用VC++编写一个圆,并使其沿正弦曲线运动,在此过程中,圆的大小不断地变化,并在左上角显示几行的不同字体的字-prepared a VC round, and it sine curve along the campaign, in the process, won the size changes constantly, and in the upper left corner shows a few lines of the different font characters
- 2022-03-23 18:03:35下载
- 积分:1
-
VC&matlab混合编程的研究
VC&matlab混合编程的研究-VC
- 2022-02-07 23:38:37下载
- 积分:1
-
这是一个很好的图像处理类的介绍!通用性很强,有代码!
这是一个很好的图像处理类的介绍!通用性很强,有代码!-This is a very good introduction for Image Process Classes,and have code for them.
- 2022-10-01 18:00:03下载
- 积分:1
-
一个二值图象的滤波、分割
一个二值图象的滤波、分割-a binary image filtering and segmentation
- 2022-02-01 08:37:59下载
- 积分:1
-
本代码例子提供了利用过滤方式实现位图平滑缩放方法
本代码例子提供了利用过滤方式实现位图平滑缩放方法-provide examples of the code using filters to achieve smooth bitmap scaling method
- 2022-08-20 07:13:03下载
- 积分:1
-
clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1...
clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1
sig=double(data) [M,N]=size(sig)
sig_fft=fft(sig) clear sig data -clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1
sig=double(data) [M,N]=size(sig)
sig_fft=fft(sig) clear sig data
- 2022-10-23 08:30:04下载
- 积分:1