-
VC下做的,很绚丽的ppmm,还有很多背景等
VC下做的,很绚丽的ppmm,还有很多背景等-VC done, ppmm very beautiful, there are many background
- 2023-04-01 22:50:03下载
- 积分:1
-
18 kinds of examples of image transitions, including erase, random lines, slides...
18种图像转场的例子,包括擦除,随机线,幻灯片,百叶窗,radial wipe,cicle wipe,透明过渡等.-18 kinds of examples of image transitions, including erase, random lines, slides, blinds, radial wipe, cicle wipe, transparent transition.
- 2022-08-11 14:46:54下载
- 积分:1
-
特殊按钮 挺好的定制按钮功能随您所愿的使用自定义按钮可以定制学习一下。...
特殊按钮 挺好的定制按钮功能随您所愿的使用自定义按钮可以定制学习一下。-special buttons
- 2022-02-27 08:24:03下载
- 积分:1
-
支持多种格式的图像处理库
支持多种格式的图像处理库-Support multiple formats of image processing library
- 2023-08-22 03:40:04下载
- 积分:1
-
带有数据库的图形编辑器源码, 我们的C#课程设计,
带有数据库的图形编辑器源码, 我们的C#课程设计,-database with graphics editor source code, the C# curriculum design,
- 2023-01-30 23:05:03下载
- 积分:1
-
CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TI...
CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.
- 2023-04-07 14:20: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
-
基于递归的简单公式编辑器,可以输入仅含上标的迭代公式
公式的显示格式可以通过自定义常量编辑...
基于递归的简单公式编辑器,可以输入仅含上标的迭代公式
公式的显示格式可以通过自定义常量编辑-Based on a simple recursive formula editor, you can enter on the subject of iteration formulas contain only the display format of the formula can be custom constants Editor
- 2022-03-15 03:00:30下载
- 积分:1
-
一个普通的能看BMP图片的浏览器,源代码发布
一个普通的能看BMP图片的浏览器,源代码发布-Can see a common BMP picture browser
- 2022-04-10 06:38:19下载
- 积分:1
-
Chaos (Chaos), the logistic equation X (n) = k* X (n
混沌(Chaos),Logistic方程
X(n) = k*X(n-1)*( 1-X(n-1) ),即二次函数
f(x) = k*x(1-x), 选择适当的常数k,选择初始值 x0,迭代计算:
x1=f(x0), x2=f(x1), x3=f(x2),...,
序列{ Xn }的整体"状态",敏感的依赖于常数k和初始值x0, 序列可能收敛,也可能,"乱七八糟"地振荡--产生混沌Chaos!-Chaos (Chaos), the logistic equation X (n) = k* X (n-1)* (1-X (n-1)), that is quadratic function f (x) = k* x (1-x), the election Optional appropriate constants k, the initial value of options x0, iterative calculation : x1 = f (x0), x2 = f (x), x3 = f (x2 ),..., sequence) (Xn the overall "state" sensitive dependence on constants k and initial value x0, convergent sequence may also possible, "mess" to the oscillation-- have Chaotic Chaos!
- 2022-04-16 20:00:36下载
- 积分:1