搜索资源列表
graph2dapp
- 使用Java书写的图形学2D程序集合(可以用JCreator3.5编译),程序包括交互式编辑,常用曲线(抛物线,三次参数样条,Beizer,B样条),还有多边形填充,2D旋转和字体示例-written in Java 2D graphics procedures set (which can be used JCreator3.5 compiler), including interactive editing procedures, common curve (parabola, the th
mobile_parabola
- J2ME里关于抛物线的代码,包含了角度 力度 阻力等方面-the code about parabola in j2me, includ angle,strength,resistance.
PARABOLA
- c编程环境下做出 抛物线(简单程序),点3个点做出抛物线,仅做初学c图形编程的范例-made under the parabola (a simple procedure), the point made three points parabola only do that when c graphical programming paradigm
powuxian
- 一个用C语言开发的画抛物线的程序,适用于在学习计算机图形学基础的同学-a C-language development paintings parabola procedures applicable to the study of computer graphics based on the students
paowuxiao
- 用C写的抛物线程序,用比较简单的数学运算将效果提现出来,抛物线的颜色和弧度都可以修改。-C parabola written procedures, using relatively simple arithmetic will show results to mention, the color and parabolic arc can be amended.
parabola(computergraphics)
- 本程序是计算机图形学中的抛物线的c语言程序,通过输入X,Y的值来确定抛物线的形状.-computer graphics of the parabola c Language Program, through the importation of X and Y to determine the value of the parabolic shape.
tuxingxuedazouye
- 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
03081402
- 包括中点算法、dda算法、直接求交算法画直线,并附有中点算法、正负法法画抛物线,并可进行时间运算,比较几种算法。-including midpoint algorithm, the algorithm dda directly intersecting line painting, together with the midpoint algorithm, positive and negative parabola France and France painting, to carry ou
gat_shiyan3
- 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
FallingBall
- 用opengl模拟实现物体做自由落体运动的抛物线动画,对初学动画者很有帮助!-use opengl simulation objects do free-fall campaign parabola animation, Animation of a novice who helpful!
GangGangHao5
- C#抛物线演示课件C#语言为载体,基于.NET工作平台,将抛物线等图形绘制到界面上、让用户可以看到抛物过程的轨迹、受力分析、以及合速度、水平方向、竖直方向的分速度、还有矢量三角形等。-parabola demo C# C# language courseware for vector-based.NET platforms, parabola, and other graphics will be drawn to the interface, users can see the process
MkPWX_R14
- 在AUTOCAD环境下,动态拖动式的绘制抛物线,可指定义其绘制方式-in AutoCAD environment, dynamic drag-mapping parabola, refers to the definition of its mapping approach
Parabola
- Second degree parabola program
fern-leaves-painted-parabola
- 分形-羊齿叶画抛物线-下雨模拟,是工程制图的一个代码-Fractal- fern leaves painted parabola- rain simulation, a code of engineering drawing
parabola
- dibuja la parabola en visual basic 2010 es muy sensillo pero puede ser de gran ayuda para entender algunos codigos de graficar en Csharp
j2me-achieve-parabola
- j2me实现抛物线j2me achieve parabola-j2me achieve parabola
color-parabola-
- 绘制彩色抛物线 c语言源代码 /*画抛物线的子函数spara()*/ /*row,col代表抛物线顶点的坐标,x1,y1是抛物线起点相对顶点的坐标*/ /*t为抛物线绕顶点旋转的角度*/-To draw color parabola c language source code
inverted-parabola
- inverted parabola is a matlab source code to simulate antenna gain
Parabola-method
- 抛物线法求一维函数的极值,要保证输入的x1<x2<x3,f1>f2<f3,通过自定义函数f(x)来修改所求函数,精度为e-Parabola method for one-dimensional function of extreme, to ensure that input x1 <x2<x3,f1> f2 <f3,通过自定义函数f(x)来修改所求函数,精度为e
parabola
- 抛物线拟合,通过使用最小二乘法最为优化的目标函数,经过三元线性方程组的解法得到抛物线拟合参数。-parabola curve fitting using least square method