-
this procedure are my last class to do graphics, sounds very good. Especially fo...
这个程序都是我在上图形课做的,挺不错的。特别是那些对于刚学vc图像编程的人特别有用。-this procedure are my last class to do graphics, sounds very good. Especially for those just learning programming vc images of people particularly useful.
- 2022-01-21 00:00:16下载
- 积分:1
-
若干次压缩后图像信噪比的变化情况,有子程序实现
若干次压缩后图像信噪比的变化情况,有子程序实现
-Several compressed image signal to noise ratio of the changes have Subroutine realize
- 2023-04-17 20:35:03下载
- 积分:1
-
matlab program of ballistic missile defense system target identification procedu...
matlab程序 防御系统弹道导弹目标识别方面的matlab程序-matlab program of ballistic missile defense system target identification procedures matlab
- 2022-04-22 20:51:48下载
- 积分:1
-
位图 按钮
实现任意不规则按钮
使用双缓冲技术
不会闪烁...
位图 按钮
实现任意不规则按钮
使用双缓冲技术
不会闪烁-Bitmap button button to achieve arbitrary irregular use double buffering is not blinking
- 2023-03-15 03:40:03下载
- 积分:1
-
实现所给圆的内部的颜色填充,主要是先设置一点,再从上下左右扩充得出....
实现所给圆的内部的颜色填充,主要是先设置一点,再从上下左右扩充得出.-round to achieve the internal color filling, the main point is to set up first and then expand from all around come.
- 2022-03-11 10:54:52下载
- 积分:1
-
该程序实现了对一幅图象进行Walsh变换。首先定义了一个imagewnd类, 该类可用于位图的创建、显示;WALh函数为快速沃尔什
该程序实现了对一幅图象进行Walsh变换。首先定义了一个imagewnd类, 该类可用于位图的创建、显示;WALh函数为快速沃尔什-哈达玛变换,f为时域值,F为变换域值,power为2的幂数,Walsh1函数为二维变换;在该函数中取出了一幅位图的所有像素,用来进行变换.具体算法过于专业,我就不细说了。-the realization of an image Walsh transform. First imagewnd definition of a category, such can be used for the bitmap is created, displayed; WALh function for the rapid Walsh-Hadamard transform, too-valued f, F value of the transform domain, power and the power to two the number Walsh1 function of two-dimensional transform; function in the removal of a bitmap of all pixels, used for transformation. specific algorithm is too professional, I will not elaborate on this.
- 2022-07-10 19:38:16下载
- 积分:1
-
代码编译和调试/ jpeglib2命运jpeglig2.lib文档。
jpeglib2的缘码以及编译好的debug/jpeglig2.lib文件。-jpeglib2 fate code and compiled debug/jpeglig2.lib document.
- 2022-08-18 05:03:43下载
- 积分:1
-
用vc写的关于图像效果的程序,不同的文件里面显示的是不同的图形效果...
用vc写的关于图像效果的程序,不同的文件里面显示的是不同的图形效果-Written by vc effect on the image of the process, different file which shows the different graphical effects
- 2023-08-24 02:15:03下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
简单的绘图程序源代码
简单的绘图程序源代码-simple drawing program source code
- 2023-02-26 21:30:04下载
- 积分:1