搜索资源列表
duobianxing
- 最近学习计算机图形学,写了个多边形扫描转换算法,贴出来分享一下-Recent study in computer graphics, writing a polygon scan conversion algorithm, and pasted them to share
4
- 在计算机辅助设计(CAD)中,有一个经典问题:消除隐藏线(被其它图形遮住的线段)。你需要设计一个软件,帮助建筑师绘制城市的侧视轮廓图。为了方便处理,限定所有的建筑物都是矩形的,而且全部建立在同一水平面上。每个建筑物用一个三元组表示(Li,Hi,Ri)其中Li和Ri分别是建筑物i的左右边缘坐标,Hi是建筑物i的高度。 -In computer-aided design (CAD), there is a classic problem: the elimination of hidden li
shuzhifenxizaijisuanjihuitu
- 详细的阐述了数值分析在计算机绘图中的应用,并给出了C编写的程序-Detailed descr iption of the numerical analysis in computer graphics application, and gives a program written in C
InterpolacionBezier
- In the mathematical field of numerical analysis, a Bézier curve is a parametric curve important in computer graphics and related fields. Generalizations of Bézier curves to higher dimensions are called Bézier surfaces, of which the Bézier triangle is
Bspline_fitting
- 采用B样条函数拟合数据点,计算机绘图可用-Using B-spline function fitting the data points, computer graphics can be used
wood-splines
- 用龙格-库塔方法计算wooden-splines曲线,并用计算机图形学绘出曲线的图象.-Runge- Kutta method wooden-splines curve and the curve drawn with computer graphics images.
program-design
- MATLAB作为一种广泛应用于科学计算的工具软件,不仅具有强大的数值计算、符号计算、矩阵运算的能力和丰富的绘图功能,还可以像C语言、FORTRAN等计算机高级语言一样进行程序设计,编写扩展名为.m的M文件,实现各种复杂的运算,同时MATLAB自带的许多函数就是M文件函数,用户也可以利用M文件来生成和扩充自己的函数库。-MATLAB as a widely used in scientific computing tools, not only has the great numerical ca
spline-fitting
- 计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
CubicSpline
- 计算机图形学中的三次样条曲线插值拟合算法,希望对大家有所帮助-Computer graphics, cubic spline interpolation and hope it s helpful
graphics-fill-the-regular-hexagon
- 图形填充计算机图形学图形填充,计算机图形学,图形填充正六边形-Filling of computer graphics graphics fill, computer graphics, graphics fill the regular hexagon
bianhuan
- 这是一个计算机图形学的图形变换程序,包括平移旋转等。-This is a the graphics transformation process of the computer graphics, including translation and rotation.
PYTHON-programming
- This book is designed to be used as the primary textbook in a college-level first course in computing. It takes a fairly traditional approach, emphasizing problem solving, design, and programming as the core skills of computer science. However, these
pathTracing
- Simple C++ Implementation of the path-tracing algorithm for computer graphics. It requires no extra libraries.