搜索资源列表
Hough变换的源程序
- 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 \"sit
XYMoQiu
- 鼠标x-y原理与绘图, (1)CButton 显示ico/bmp, (2)多个按钮共享MessageHandler GetDlgItem,SetIcon,MoveTo/LineTo -mouse x-y Principle and Mapping, (1) CButton show ico / bmp, (2) various buttons sharing MessageHandler GetDlgItem, SetIcon, MoveTo / LineTo
LogisticEq
- 混沌(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
Vesa_w
- 函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot) 采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct * dot DOT) Bresenham algorithm used to create line and the coordinates of
经过扩展的CGraph类及示例工程源代码
- 作者将一个CGraph类由像素模式下,扩展到逻辑模式下,并加了x,y轴的箭头,可以添加曲线名称。使用的方法: 复制Graph.h,Graph.cpp GraphLegend.cpp.GraphLegend.h GraphSeries.cpp,GraphSeries.h六个文件到相应的目录下,然后把他们加入到工程中,修改相应的头文件。在示例工程中作者提供了绘制饼图和直方图的代码。-CGraph author of a category by the pixel mode, the logica
lftxz
- ∷“计算机图形学——立方体旋转”软件简介∷ 立方体沿轴X,Y,Z旋转,但没有对代码作出注释,不过大家应该能看得懂!!
ImageTest4
- 注意事项: 1>在进行DFT时,强烈建议选用64*64的图像,选用256*256的图像,**时间太长,中间可能导致死机**。 2>程序中在显示频谱图像时有两种方式,即移至中心和未移至中心,可以通过将/** pow(-1, x+y)*/的注释去掉来进行转换。 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 -Note : 1
WaveSin
- 在内存中进行绘图,使得在刷新屏幕后仍然没有任何的不适感。以sin(x)或例子进行绘画。-in memory for graphics, making the screen refresh after no discomfort. To sin (x) or examples of painting.
2346213846239471294124-
- UNIX下用C语言编写的基于NANO-X的扫雷程序,很象MICROWINDOWS下的经典扫雷游戏.-Unix with C language-based NANO-X demining process, much like the classic MICROWINDOWS mine games.
200622517248951
- x.264的最新VC编程代码,希望对大家有用-x.264 the latest VC programming code, useful for all
Graphics-dengzi
- 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的DDA程序,并包括如下功能: 1. Window(x1,y1,x2,y2) 2. Viewport(x1,y1,x2,y2) 3. MoveTo2(x,y) 4. MoveBy2(x,y) 5. LineTo2(x,y) 6. LineBy2(x,y) 7. Shift2(dx,dy) 8. Pivot2(x,y) 9. Rotate2(angle) 10. Scale2(S
CPG
- 计算机图形学——立方体旋转 立方体沿轴X,Y,Z旋转,但没有对代码作出注释,不过大家应该能看得懂!! 转载自: 开源盛世-源代码下载网 -computer graphics -- rotating cube cube along the axis X, Y and Z rotation, but no code to make notes, but we should be able to be able to read! ! reprinted
draw_project(LJ)
- 1. 根据csv文件数据内容绘图。csv文件内容包括:图形类型(横线,竖线,横半圆弧,竖半圆弧),长度(线长度,半圆半径)。根据csv文件中提供的数据,在dialog中绘制出相应的图形。如果要绘制的图形超出dialog的 x轴边界,则从x=0,y不变的坐标开始绘制该图形;如果超出了y轴边界,则从x不变,y=0坐标开始绘制。-1. According csv document mapping data elements. Csv file contents include : graphic ty
XZZhuoZi
- vb做的立体桌子,可以旋转,可以按X轴旋转可以按Y轴旋转,可以按Z轴旋转,每个面有自己的颜色-vb do three-dimensional table, rotating, with the X-axis rotation according to Y-axis rotation, in accordance with a Z-axis rotation, Each face has its own color
Linedetection_Java
- Line detection and image convolution code in Java. Line detection is made by size x size convolution (size in generally 3). Java code.
SmithChart-VC
- 使用Visual C++ 6.0 开发的史密斯圆图演示程序。类CSmithChart为圆图类,其方法包括确定圆图范围,计算归一化阻抗,放射系数,画X圆,画R圆等。-6.0 using Visual C development of the Smith Chart Demonstration Program. Class CSmithChart round of graphs, including a round map to determine the scope of the calculat
DrawTime
- 电子表控件,根据字库生成原理制作成0-9的电子表字库(二维数组).其中经典代码为读字模部分和透明显示部分.读者需要自己调用void _DrawTime(HDC hdc,int X,int Y,unsigned long color) 说明:参数color为字体颜色. 测试一下,是不是时间变漂亮了
bitmap-Multi
- VC6.0程序,该源代码,实现了bmp格式位图的矢量化显示,可以对位图在x和y方向,任意拉伸
WritePIXEL
- 在指定坐标写真彩色(24bit)象素点子程序 入口: BMP_R 红色, BMP_G 绿色, BMP_B 蓝色 CX 指定点的X坐标, DX 指定点的Y坐标
wxWidgets-2.8.7
- wxWidgets是一个开源的跨平台的C++构架库(framework)(主页http://www.widgets.org),它可以提供GUI(图形用户界面)和其它工具。目前的2.x版本支持所有版本的Windows、带GTK+或Motif的Unix和MacOS。一个支持OS/2的版本正在开发中。