登录
首页 » 图形图像 » The specific format of 3D model is displayed, and can use the keyboard and mouse...

The specific format of 3D model is displayed, and can use the keyboard and mouse...

于 2022-02-15 发布 文件大小:539.85 kB
0 112
下载积分: 2 下载次数: 1

代码说明:

把特定格式的3D模型显示出来,并且能用键盘和鼠标控制。3D文件已包含在压缩包里(abc.obj。-The specific format of 3D model is displayed, and can use the keyboard and mouse control. 3D document has been included in the compression bag (abc.obj.

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

发表评论

0 个回复

  • 基于神经网络的聚类
    Neural Network Based Clustering using Self Organizing Map (SOM) in Excel Here is a small tool in Excel using which you can find clusters in your data set. The tool uses Self Organizing Maps (SOM) - originally proposed by T.Kohonen as the method for clustering. * Neural Network based Clustering tool in Excel (209 KB in Zipped format. 947 KB when unzipped.) Inside the downloaded zip file, you will find the Excel file containing the application. Before running it, I suggest that you go through the ReadMe worksheet. It contains brief instructions on how to run the tool. If you are interested in building Prediction and Classification models in Excel using Feedforward-Backpropagation Neural Network, here are two small Excel based tools for you. Also, if you are interested in Tree based Classification models, here is a Tree based classifier in Excel. -Neural Network Based Clustering using Self Organizing Map (SOM) in Excel Here is a small tool in Excel using wh
    2022-08-14 21:32:45下载
    积分:1
  • c# 编写的类似媒体播放器(MediaPlayer)离子特效的演示程序, 同时实现了 GDI+ 和 DDraw 两套呈现引擎....
    c# 编写的类似媒体播放器(MediaPlayer)离子特效的演示程序, 同时实现了 GDI+ 和 DDraw 两套呈现引擎. -c# prepared in similar media player (MediaPlayer) ion effects of the demonstration program, while achieving the GDI and DDraw has two engines.
    2022-10-13 20:30:04下载
    积分:1
  • 可控鼠标进行象编程示例
    可控鼠标进行图象编程示例-mouse controllable images Programming Example
    2022-05-22 07:43:53下载
    积分:1
  • this as a 3D game programming skills Master Chapter VII of the source code conta...
    此为3D游戏编程大师技巧第七章的源代码 其中包含引擎代码。-this as a 3D game programming skills Master Chapter VII of the source code contains the engine.
    2022-07-21 07:04:34下载
    积分:1
  • Diday s dynamic algerothm
    Diday s dynamic algerothm-adapted"s dynamic algerothm
    2022-08-26 13:15:40下载
    积分:1
  • in Java applications created images, without serious sacrifice performance under...
    在 Java 应用程序中创建图像 ,在不严重牺牲性能的前提下绘制和着色简单的图形图像 -in Java applications created images, without serious sacrifice performance under the premise of drawing and coloring simple graphics
    2022-01-31 22:57:01下载
    积分:1
  • 《分算法与程序设计――Visual C++实现》的第八章源码
    《分形算法与程序设计――Visual C++实现》的第八章源码 -"fractal algorithm and program design-- Visual C realization," the eighth chapter FOSS
    2022-02-01 15:32:03下载
    积分:1
  • 区域填充法填充多边。鼠标交互输入多边边界。无解压密码...
    区域填充法填充多边形。鼠标交互输入多边形边界。无解压密码-filled polygon. Mouse interactive input polygon boundary. Without extracting passwords
    2022-03-21 00:34:37下载
    积分:1
  • BM3D 降噪
    三维块匹配(BM3D)算法:它首先把图像分成一定大小的块,根据图像块之间的相似性,把具有相似结构的二维图像块组合在一起形成三维数组,然后用联合滤波的方法对这些三维数组进行处理,最后,通过逆变换,把处理后的结果返回到原图像中,从而得到去噪后的图像。该方法确实有效,它不仅有一个较高的信噪比,而且视觉效果也很好。因此研究者提出了很多基于BM3D的去噪方法,例如:基于小波变换的BM3D去噪,基于Anscombe变换域BM3D滤波等等。这个算法的大概实现过程如下:对一幅加噪图像,连续地取出参考块,对每一个参考块,执行以下操作:步一. 基础估计1) 逐块估计。对含噪图像中的每一块i) 分组。找到它的相似块然后把它们聚集到一个三维数组。ii) 联合硬阈值。对形成的三维数组进行三维变换,通过对变换域的系数进行硬阈值处理减弱噪声,然后逆变换得到组中所有图像块的估计,然后把这些估计值返回到他们的原始位置。2)聚集。对得到的有重叠的块估计,通过对他们进行加权平均得到真实图像的基础估计。步二. 最终估计1) 逐块估计。对基础估计图像中的每一块i) 分组。通过块匹配找到与它相似的相似块在基础估计图像中的位置,通过这些位置得到两个三维数组,一个是从含噪图像中得到的,一个是从基础估计图像中得到的。ii) 联合维纳滤波。对形成的两个三维数组均进行三维变换,以基础估计图像中的能量谱作为能量谱对含噪三维数组进行维纳滤波,然后逆变换得到组中所有图像块的估计,然后把这些估计值返回到他们的原始位置。2)聚集。对得到的有重叠的局部块估计,通过对他们进行加权平均得到真实图像的最终估计。
    2022-02-16 00:53:20下载
    积分:1
  • 使用matlab进行边缘检测,部分来源于网上,做了一些修改,希望对大家有帮助...
    使用matlab进行边缘检测,部分来源于网上,做了一些修改,希望对大家有帮助-Using matlab to edge detection, and some from the Internet, do some modifications, in the hope that we have to help
    2022-08-06 11:24:42下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载