登录
首页 » 图形图像 » 这是个关于三角形旋转的程序,可以进行三角形的旋转。

这是个关于三角形旋转的程序,可以进行三角形的旋转。

于 2022-04-26 发布 文件大小:2.29 MB
0 137
下载积分: 2 下载次数: 1

代码说明:

这是个关于三角形旋转的程序,可以进行三角形的旋转。-This is a rotation of the triangle procedure can be carried out by rotating triangle.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 3dfx glide2和glide3诊断试剂盒
    3Dfx Glide2 & Glide3 Diagnostics Kit-3Dfx Glide2
    2023-02-14 20:45:12下载
    积分:1
  • 犯错
    扫描线填充法: 1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。 2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。 3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。 边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
    2023-07-27 18:40:02下载
    积分:1
  • 这是一个微的准备
    这是为一个微型gui编写的图形处理库,对于32位位图处理,采用了MMX汇编优化 这是前一次上传的ugui的优化版本,对于linux-gcc嵌入MMX汇编指令的使用 -This is a preparation of micro-gui graphics library for 32-bit bitmap handle using the MMX optimized compilation This is the first to upload ugui Optimization version of linux-gcc for the compilation of embedded MMX instructions use
    2023-01-04 10:45:02下载
    积分:1
  • 大地坐标转换经纬度源码,该源码对搞测绘或地质或GIS、GPS很重要。...
    大地坐标转换经纬度源码,该源码对搞测绘或地质或GIS、GPS很重要。-converting latitude and longitude coordinates of the earth source, the source or engage in geological mapping or GIS, GPS is very important.
    2023-05-10 22:35:03下载
    积分:1
  • SIFT feature extraction and matching
    SIFT特征提取与匹配,根据代码可以实现各种功能,非常全面-SIFT feature extraction and matching
    2022-05-28 22:35:21下载
    积分:1
  • png格式的动画演示 比bmp或jpg更好 因为png格式的具有bmp的清晰 大小却又jpg那么小,比bmp要小很多。 但这个是在wince上...
    png格式的动画演示 比bmp或jpg更好 因为png格式的具有bmp的清晰 大小却又像jpg那么小,比bmp要小很多。 但这个是在wince上运行的 在windows xp下不能直接运行,可供参考。-png ? ?ê ? μ? ? ˉ ???ê ? ± èbmp? ?jpg ? ü o ???? a png ? ?ê ? μ? ? ?ó?bmpμ????ú
    2022-12-01 21:25:03下载
    积分:1
  • [编程语言] ie3,IE4,Internet Explorer 5、NS3、NS4基因[描述]……
    [程序语言] IE3, IE4, IE5, NS3, NS4+ [功能描述]   生成和解决迷宫问题的Java小程序,可以在支持java的浏览器中运行。迷宫以三维形式显示在窗口中。   你可以按下相应的按钮,“New”生成一个新的迷宫,“Solve”按钮用于显示求解一个迷宫问题的路径,“Clear”按钮清除解决迷宫问题的路径。   一旦生成迷宫后,你也可以自己用手工来求解它的路径,你可以使用四个箭头键来画出其路径。   对于每个迷宫问题来说,仅仅提供一种方案。-[programming language] IE3, IE4, Internet Explorer 5, NS3, NS4 [Description] generation and solve the maze of Java programs can support java browsers running. 3D maze to demonstrate the window. You can press the corresponding button, the "New" to create a new maze, "Solve" button for solving a maze shows the path, "Clear" button to remove solve problems in the maze. Once generated maze, you can get a hand to solve its path, you can use the four arrow keys to paint their path. For each maze issue, the mere provision of a program.
    2022-07-19 05:50:41下载
    积分:1
  • 本代码实现了一个地比例尺的功能,方便各种地类型代码的基本控件使用
    本代码实现了一个地图比例尺的功能,方便各种地图类型代码的基本控件使用-This code implements a function of map scale to facilitate a variety of map types of code to use the basic controls
    2022-03-16 23:26:40下载
    积分:1
  • 自己在学位操作时,所作的一个训练题目
    自己在学位图操作时,所作的一个训练题目-degree plan in operation, the subject of a training
    2022-02-28 09:26:17下载
    积分:1
  • Wavelet
    基于小波变换的三维模型提取技术的毕业论文,包括代码和答辩ppt.1.实现了三维模型的表示和规范化预处理过程,在此基础上,开发了进行检索实验的可视化特征提取实验平台。 2.结合球面调和变换获取旋转不变量具有降低特征向量维数的特性,实现了基于光线投射的特征提取方法,通过检索评价实验确定了参数的最佳取值。 3.分析了基本的光线投射方法和改进的光线投射方法的缺陷,提出了一种基于三维小波变换的特征描述方法。对光线投射算法进行了扩展,将切比雪夫采样点序列进行离散小波变换,然后利用球面调和变换获得旋转不变的特征向量。 4.将小波变换引入到体素表示的三维模型中,分别实现了表面体素小波变换和实体体素小波变换的特征提取,通过实验比较分析实体体素小波变换优于表面体素小波变换。 -Wavelet-Based Extraction of three-dimensional model of thesis, including the reply code and ppt.1. Three-dimensional model of the implementation and standardization of the express pre-treatment process, on this basis, developed a visual search experiment of feature extraction experiment platform. 2. Combination of spherical harmonic transform to obtain rotation invariant feature vector with reduced dimension of the characteristics of ray-casting based on the implementation of feature extraction methods, the evaluation by searching the parameters of the experiment to determine the best value. 3. Analysis of the basic ray casting method and the ra
    2022-02-21 11:18:58下载
    积分:1
  • 696516资源总数
  • 106600会员总数
  • 11今日下载