-
图片编码与解码 JPEG2BMP
常见的JPEG和JPEG2000严格意义上指的都不是文件格式而是图像压缩标准,此程序将读入一幅JPEG图片,并对其进行解码、编码为BMP图像,此代码用VS2013成功编译并执行。并附有原始图片和注释。
- 2022-03-30 18:50:47下载
- 积分:1
-
VGA IP软核Nios SOPC
vga ip core nios sopc
- 2022-08-03 08:36:53下载
- 积分:1
-
实现缺角立方体旋转,VC,在WinXP下运行,也可以在…
实现缺角立方体的旋转,VC实现,在WINXP上运行,缺角正方体可以绕X,Y,Z和中心进行旋转,画面清晰-realize na corner cube rotation, VC, in WINXP run, and none could be around the corner cube X, Y, Z and the center rotation, clear picture
- 2022-03-12 12:03:43下载
- 积分:1
-
计算机图形学作业,主要是利用栈的扫描线算法
计算机图形学作业,主要是利用栈的扫描线算法-Computer graphics work, mainly using stack scan line algorithm
- 2022-07-25 15:57:52下载
- 积分:1
-
计算机视觉。图像处理程序。Hough变换检测的结构。
计算机视觉.图像处理程序.Hough变换检测直线-Computer Vision. Image processing procedures. Hough transform detection of a straight line
- 2023-08-28 13:30:05下载
- 积分:1
-
读股票卡数据画K线图Delphi源码,请下载,等待
读股票卡数据画K线图Delphi源码,请下载,等待-Reading the stock card data K Line painting Delphi source code, please download and wait for
- 2022-11-14 15:25:04下载
- 积分:1
-
一个关于分形的三角形程序
一个关于分形的三角形程序-on a triangular fractal procedures
- 2023-02-27 22:20:04下载
- 积分:1
-
对字进行点分解,用BEZIER曲线进行联接,而且实现旋专功能
对字进行点分解,用BEZIER曲线进行联接,而且实现旋专功能-right word for the counting of decomposition, using Bezier curves connectivity, but also to the rotation function
- 2023-04-03 10:55:03下载
- 积分:1
-
抓取任意屏幕范围图片
设定屏幕抓起范围的像素坐标后运行可以抓取屏幕中的设定范围的屏幕图片内容
- 2022-01-24 17:25:57下载
- 积分: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