搜索资源列表
liujunpeng03081528
- 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
0514001
- 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
MyCellDemo
- 一个测试用友华表cell控件的程序示例。可以全面的学习cell控件的基本用法,使你在最短的时间掌握该控件的用法。主要操作包括打开cll文件、写入文件、计算表格数据等-UF Chinese table cell a test procedures for the control sample. To fully study the basic usage of cell control, so that you in the shortest possible time to grasp the
RGBpeise
- 非常实用的配色表,方便j2me程序员调色。节省开发时间-A very useful color table to facilitate j2me programmers color. Save development time
animation
- 程序实现实时动画处理过程,屏幕上设置了一个白色小球,并使它象乒乓球一样在屏幕上作弹跳运动。-Process real-time animation process, the screen set up a small white ball, and make it the same as table tennis for bouncing movement on the screen.
hough3
- 利用Hough变换实现直线的快速精确检测 利用Hough变换对直线进行检测,通常存在“速度缓慢、结果不够精确”的问题,确检测成为可能。-Using Hough transform line detection using Hough transform fast and accurate detection of a straight line, usually there is " slow, the result is not precise enough" issue, this pap
SUSAN
- 一种改进的快速SUSAN角点检测算法. SUSAN角点检测算法对图像中的每个像素都要进行36次查表和比较的运算,浪费了大量的时间,快速SUSAN角点检测算法的具体步骤如文章所示-An improved rapid SUSAN corner detection algorithm. SUSAN corner detection algorithm for each pixel in the image should be 36 times more computing table look-up
duomeiti
- 对于24bit的彩色lena.bmp,设计一个中值区分算法,并由此设计出颜色查找表。同时将之转换成8位索引图.-For 24bit color lena.bmp, to design a value distinction between algorithms, and design a color lookup table. At the same time to convert them to 8 index maps.
Lightclock
- 用opengl做时钟的旋转表,增加一些光照效果和时间上的计算-Rotating table, increasing the calculation of some of the lighting effects and time clock with opengl
Electronic-albums
- 管理图片功能,如存贮照片,添加照片的时间和说明,按分类进行播放-Management picture functions, such as storage photos, add photos of time and that, according to the classification of each table of the play increase removing check operation
TransparentBitmap
- 位图透明化显示:实现这种透明有两种方法,一种是让背景色成为白色,然后与对话框背景色进行与运算;还有一种是让背景色成为黑色,然后与对话框背景色进行或运算。这样位图的背景色就消失了。 1)创建一张大小与需要绘制图像相同的位图作为“掩码”位图; 2)将新创建的“掩码”位图存储至掩码位图的设备描述表中; 3)把位图设备描述表的背景设置成“透明色”,即不需要显示的颜色; 4)复制粘贴位图到“掩码”位图的设备描述表中,这个时候“掩码”位图设备描述表中存放的位图与位图设备描述表中的位图一样;
Teapot
- 适合于计算机图形学初学者,运用opengl中的平移变化,旋转变换,一个桌子和一个茶壶可以同时旋转。-Computer graphics suitable for beginners to use opengl shift change, rotation transformation, a table and a teapot can rotate at the same time.
vwrite
- 使用*vwrite写入数据文件 Menu Paths Utility Menu>Parameters>Array Parameters>Write to File *vwrite命令用于把数组中的数据按照指定的格式(表格式)写入数据文件中。它一次最多可以写入19个参数,并写到由*cfopen命令打开的文件中。写出的格式由*vwrite命令行下一行的FORTRAN77数据描述符的确定(注意:该操作不能通过ansys命令输入窗口进行执行)。数组矢量要指定起
TinyCAD_2.80.04
- TinyCAD 是一个易于使用的程序,能够绘制电路图俗称原理图。能够输出网络表用于PCB布线。VS2010下测试可以编译。编译时根据BuildIDTemplate.h文件创建BuildID.h文件。VS2010不使用预先生成事件。-TinyCAD is an easy to use program, can draw circuit diagram or schematic diagram. Can output table for PCB routing network. You can co
prime1
- 实现素数的求解方法,利用素数表进行线性时间筛选-Solving the achievement of prime numbers, using prime time table for the linear filter
modis_lut
- 反演气溶胶光学厚度,建立查找表,节省循环时间-Retri of aerosol optical thickness, establish look up table, save cycle time
Abspeecessing
- A fast connected component labeling algorithm based on FPGA is presented for high speed image processing on the condition that the images are continuous without horizontal blanking. Using run length code to optimize image labeling, the labels’num
test
- 将VS第一次配置时OpenCV的项目属性表保存下来,每次新建项目时引用即可。右击新建的项目,选择属性管理器,在Debug目录下添加现有项,选择该压缩文件中的OpenCV_Debug。这里配置的OpenCV的版本是2.4.11。(Save the item property table of OpenCV when VS is configured for the first time, and reference every time the new project is built. Righ
最短路径和导航-源码和文档
- 采用Visual Studio 2010基于ArcEngine 10.1开发,采用C#开发语言,基于.Net Framework 4.0运行环境.可以打开ArcGIS支持的所有数据格式,支持将数据保存为mxd地图文档。支持图层移动,渲染功能,支持常用的GIS操作,如放大、缩小、漫游等。能够查看矢量图层的属性表,并进行条件选择,在地图上高亮显示。能够显示鼠标当前所指的要素属性信息,鼠标滑过教学楼可以显示其名字和类型(通过配置实现,本软件只配置了建筑物图层)。能够进行最短路径分析,根据手动选取的起止
