搜索资源列表
多边形填充算法
- 计算机图形学原理的一个程序设计,是多边形的填充算法,程序有点大.-computer graphics tenets of a design process that is filled polygon algorithms, procedures are too big.
kriging
- KRIGING插值算法,可用于三维图形产生,有详细说明-Prediction interpolation algorithm can be used to produce three-dimensional graphics, a detailed descr iption
remoteSensing
- 一种新的彩色图像特征检测算法 -学术论文 - 图像图形网-机器视觉,数字水印,遥感,指纹,人脸识别,生物医学,神经网络,人工智能,GIS,小波变换-a new color image feature detection algorithm-academic-Image Network Graphics-machine vision, digital watermark, remote sensing, fingerprint, face recognition, biomedical, neur
control1
- 鲁棒控制理论与应用,关于鲁棒控制理论与应用所有的计算机图形学基础算法!!!!
addMatrixVB
- MatrixVB是MathWorks针对VB提供的一个Matlab库,它提供了600多个函数,包括基本的数学运算和功能强大的信号处理、线性代数、串运算及图形图像处理功能等,为VB提供了强大的功能扩展。在VB中使用该数学工具包可避免重复性劳动,从而减少开发人员实现算法和界面设计的困难。
buffer
- 基于膨胀算法的缓冲区分析的设计与实现,缓冲区分析是典型的GIS分析方法,用到大量图形学的知识,是一个可研究的方向.
fft
- 本实验的目的在于学习FFT 算法,及其在TMS320C54X 上的实现,并通过编程掌 握C54X 的存储器管理、辅助寄存器的使用、位倒序寻址方式等技巧,同时练习使用 CCS 的探针和图形工具。另外在BIOS 子目录下是一个使用DSP/BIOS 工具实现FFT 的程序。通过该程序,你可以使用DSP/BIOS 提供的分析工具评估FFT 代码执行情况。
Matlabjiedianyouhua
- 将潮流计算公式矢量化处理,利用Matlab编写潮流程序,并将Matlab的m文件编译成COM组件,可简单实现 Matlab和其它语言的混合编程。通过简单的函数调用即可完成如稀疏、解方程等一系列数学运算,并可轻易实现相关图形的 绘制。潮流计算中采用AMD算法对修正方程系数矩阵进行节点优化,并采用LDLT算法进行求解,有效地减少了注入元,计 算速度成倍提高。在混合编程的模式下,提高了程序开发速度、程序可靠性、计算效率和保密性。 -Formula for calculating the
Bresenham
- Bresenham算法,椭圆中点Bresenham,是VC++算法,初学计算机图形学的人来说,是一个不错的例子。-Bresenham algorithm, elliptic midpoint Bresenham, are VC++ algorithm, beginner computer graphics of the people, are a good example.
sql2005
- 本实验利用C语言提供的通用软件包,结合图形学中图形绘制流程,综合各图形原理的算法(在此不再祥述),编写程序实现个性化图形软件包的制作。-This experiment using C language to provide a common software package, combined with flow Graphics Rendering, General Principles of the graphics algorithm (in this reference is no lo
DEStest.doc
- DES加密解密j算法用ava实现,无用户图形界面-DES implementation and test
zoom
- 图像缩放的分片连续算法.李将云 杨勋年 汪国昭 浙江大学计算机图像图形研究所-Image scaling algorithm for sub-chip. Lee Yun Yang Xun Guo-Zhao Wang, Zhejiang University in Computer Research Institute of Image and Graphics
basic_graphics
- 图形学基本图形画图,各种算法划直线,圆和椭圆等-graphics draw line Circle
tuxingxueshiyanbaogao
- 大学计算机图形学中的几个常用的算法设计报告。-Several commonly used in computer graphics algorithm for the design
DSPBuilderusemathord
- DSP Builder是一个系统级(或算法级)设计工具,它架构在多个软件工具之上,并把系统级(或算法仿真建模)和RTL级(硬件实现)两个设计领域的设计工具连接起来,都放在了Matlab/Simulink图形设计平台上,而将QuartusII作为底层设计工具置于后台,最大程度地发挥了这种工具的优势。-DSP Builder is a system-level (or algorithm-level) design tool architecture in a number of software
AGG
- 基于AGG 算法库的通用图形接口设AGG algorithm library based on a common graphical interface design-AGG algorithm library based on a common graphical interface design
1111
- 直线,圆,以及图形填充算法的实现原理和相关程序说明。-Straight lines, circles, and graphics fill algorithm to achieve and the related descr iption of the procedures.
the-LCD-Circle-Algorithm
- 嵌入式LCD中画圆算法的改进与实现 用于嵌入式图形绘画-Embedded in the LCD Circle Algorithm and Implementation
regonize
- 对一些人类在视觉上存在明显区别的几何图形, 提出了轮廓搜索 、折点定位的改进算法。通过搜索 出的轮廓折点, 根据它的数量, 以及相邻折点之间连线的相互几何关系, 最后识别出图形的快速算法。本文对大量 几何测试图形用该算法实验, 结果证明该识别算法具有运算速度快, 准确度高的特点, 在图形发生拉伸 、旋转等变 形时也能很好对图形进行识别。-A clear distinction between some human visual geometry, contour search,
计算机图形学概述
- 计算机图形学的主要研究内容就是研究如何在计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法。