-
程序实现了反色,注意其中真彩图和调色板位图处理时的差别。...
程序实现了反色,注意其中真彩图和调色板位图处理时的差别。-program of anti-color, true color pictures attention Bitmap and palette handling differences.
- 2023-05-05 08:10:03下载
- 积分:1
-
实现图像亮度调节,VC6下运行正常,实时查看运行结果,直观。...
实现图像亮度调节,VC6下运行正常,实时查看运行结果,直观。-Achieve the image brightness adjustment, VC6 to run properly, real-time view the results, and intuitive.
- 2023-03-23 11:15:04下载
- 积分:1
-
摄像机标定
摄像机标定-Camera calibration
- 2022-02-14 19:16:38下载
- 积分:1
-
这是一个用vc编写的画虚的直线和曲线的程序示例
这是一个用vc编写的画虚的直线和曲线的程序示例-This is a preparation using vc painting imaginary straight line and curve of the sample programs
- 2022-07-18 07:31:14下载
- 积分:1
-
online FLASH website procedure is a lot, but mostly by the success of other syst...
网上的FLASH网站程序虽多,但多是由其它系统修改成功,非正规的FLASH站程序,修改过程中多有不正规处。再者,一个网站,直接和用户接触的前台是最重要的,用户看到的感觉到的,才是最重要的。网上发布的FLASH站前台代码混乱,界面传统,使用不正规的HTML标签-online FLASH website procedure is a lot, but mostly by the success of other system changes, non-formal FLASH stations, the process of amending the many informal Department. Furthermore, a website, direct contact with customers and prospects is the most important, users see the feel is the most important. FLASH online publication of code to accomplish confusion, the traditional interface, the use of formal HTML labels
- 2022-01-31 11:03:50下载
- 积分:1
-
字体旋转的VC源码程序
字体旋转的VC源码程序-font rotation VC-source programs
- 2022-03-05 15:01:03下载
- 积分:1
-
BMP图像封装代码.rar
BMP图像封装代码.rar-BMP images Packaging code. Rar
- 2022-04-01 03:12:49下载
- 积分:1
-
是腐蚀,膨胀,细化算法
命令行编译过程如下
vcvars32
rc bmp.rc
cl morph.c bmp.res user32.li...
是腐蚀,膨胀,细化算法
命令行编译过程如下
vcvars32
rc bmp.rc
cl morph.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c: est.bmp必须存在-Is the erosion and dilation, thinning algorithm command-line compiler as follows vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib Note: run-time, the file c: test.bmp must exist
- 2023-06-24 19:35: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
-
这是一个超级伟大的图形演示代码,需要的同志可以借鉴
这是一个超强大的绘图演示代码,需要的同志可以借鉴-This is a super great graphics demo code, the need for comrades can learn from
- 2022-08-03 10:18:36下载
- 积分:1