-
VBA+AO常用代码 VBA+AO常用代码
VBA+AO常用代码 VBA+AO常用代码-VBA code used AO++ AO VBA code used VBA code used AO+
- 2022-02-10 10:07:05下载
- 积分:1
-
在vc的环境下,关于bezier曲线的实现,可以用鼠标在屏幕上任意给出控制点的位子....
在vc的环境下,关于bezier曲线的实现,可以用鼠标在屏幕上任意给出控制点的位子.-vc in the environment, on the realization of bezier curves, you can use the mouse on the screen any given place at the control point.
- 2022-07-24 18:46:39下载
- 积分:1
-
这是一个调色板程序,用红绿蓝三基色调出各种颜色,用滚动条来改变三基色的值....
这是一个调色板程序,用红绿蓝三基色调出各种颜色,用滚动条来改变三基色的值.-This is a palette procedures, using red, green and blue-tinted out three different colors, with the rolling of the three primary colors to change the value.
- 2023-03-06 13:35:03下载
- 积分:1
-
Computer graphics based drawing bezcurve curve in the streets.
计算机图形学基础,在街面上绘制bezcurve曲线。-Computer graphics based drawing bezcurve curve in the streets.
- 2023-01-05 20:50:03下载
- 积分:1
-
the procedure is one of the drawing process, the user can draw all kinds of grap...
这个程序是一个有关画图的程序,使用者可以画出各种图形,并且此程序里面就有很多内置的图形。-the procedure is one of the drawing process, the user can draw all kinds of graphics, inside this procedure and there are many built-in graphics.
- 2022-03-28 11:07:33下载
- 积分:1
-
实现了位图的任意缩放(邻点法和线性插值法),任意旋转(邻点法和线性插值法),全部源代码,没有使用其他库,是纯粹代码实现的...
实现了位图的任意缩放(邻点法和线性插值法),任意旋转(邻点法和线性插值法),全部源代码,没有使用其他库,是纯粹代码实现的 -Realize the arbitrary bitmap scaling (o-point method and linear interpolation), arbitrary rotation (o-point method and linear interpolation method), all source code, do not use the other library, the code is purely to achieve
- 2023-04-26 09:55:04下载
- 积分:1
-
基于VC的位图图像处理程序,可实现以下功能:
1.图象参数统计:最大值,最小值,均值,直方图;
2.对比度增强:直方图均衡;
3.图象平滑:中值滤波...
基于VC的位图图像处理程序,可实现以下功能:
1.图象参数统计:最大值,最小值,均值,直方图;
2.对比度增强:直方图均衡;
3.图象平滑:中值滤波;
4.图象锐化: Sobel算子;
5.图像旋转:将图像旋转任意角度并显示;
6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
-VC bitmap-based image processing procedures, can realize the following functions: 1. Image parameters statistics: maximum, minimum, average, histogram 2. Contrast enhancement: histogram equalization 3. Image Smoothing: median filter 4. Image sharpening: Sobel operator 5. Image Rotation: Rotate the image at any angle and shows 6. Image Transformation: The image sub-block (8* 8), for the DCT transform, and IDCT
- 2022-04-25 03:53:21下载
- 积分:1
-
本程序是VC图像处理程序,是学习游戏开发不可多得的资料!
本程序是VC图像处理程序,是学习游戏开发不可多得的资料!-VC image processing procedures, the development of the game is a rare study of information!
- 2023-07-08 02:15:03下载
- 积分:1
-
主要讲述内容:概述
函数定义的一般形式
函数的参数和函数的值
函数的调用
函数的嵌套调用
函数的递归调用
数组作为函数参数
局部变量
主要讲述内容:概述
函数定义的一般形式
函数的参数和函数的值
函数的调用
函数的嵌套调用
函数的递归调用
数组作为函数参数
局部变量和全局变量
变量的存储类型
内部函数和外部函数
如何运行一个多文件的程序
-Focuses on the content: an overview of the general form of function definition function parameters and function of the value function call function call function nested recursive calls as a function parameter array of local variables and global variables variable storage type internal function and external function how to run more than one document the procedures
- 2023-04-15 03:45:03下载
- 积分:1
-
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这...
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle:
Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact.
And this programme is to find out the longest line in the image.
- 2022-09-05 00:30:03下载
- 积分:1