登录
首页 » 图形图像 » 地形程序 适合初级学者 这个是OGRE的地形实现方式 具体内容可以下载OGRE的官方版本 希望可以给大家带来帮助...

地形程序 适合初级学者 这个是OGRE的地形实现方式 具体内容可以下载OGRE的官方版本 希望可以给大家带来帮助...

于 2022-09-09 发布 文件大小:2.91 kB
0 210
下载积分: 2 下载次数: 1

代码说明:

地形程序 适合初级学者 这个是OGRE的地形实现方式 具体内容可以下载OGRE的官方版本 希望可以给大家带来帮助-Terrain suitable for junior scholars program Ogre terrain this is the way to achieve the specific content can be downloaded Ogre

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

发表评论

0 个回复

  • source目录下为本章介绍的源程序功能是象的检测,模板匹配...
    source目录下为本章介绍的源程序功能是图象的检测,模板匹配-source directory for the chapter describes the functions of the source image detection and template matching
    2022-02-01 08:13:36下载
    积分:1
  • 利用.plt文件和plot绘制工程
    利用.plt文件和plot绘制工程图形-use. Plt documents and plot graphics mapping project
    2023-08-04 23:20:02下载
    积分:1
  • 97年的Mekka ’97 4K Intro比赛的一等奖作品,整个程序全长4095字节...
    97年的Mekka ’97 4K Intro比赛的一等奖作品,整个程序全长4095字节-97 of Mekka 4K Intro"97 won the competition works, the whole process byte length 4095
    2022-10-04 05:25:03下载
    积分:1
  • can also showed 24 Figure 3 color R, G, B Histogram
    能同时显示24位图三色R、G、B的直方图-can also showed 24 Figure 3 color R, G, B Histogram
    2022-04-12 07:26:06下载
    积分:1
  • 使用C#实现验证码识别,带有完整的教程文档。
    使用C#实现验证码识别,带有完整的教程文档。-The use of C# Realize Verification Code identification, with a complete tutorial document.
    2022-07-22 21:33:18下载
    积分:1
  • barcode generation principle : bar code data of the first part by the seven figu...
    条形码的生成原理: 条形码的第一数据部分是由 7个数字形成的,其形成的方法详述如下: n 首先使用 产生和 匹配的字母码,该字母码有6个字母组成,字母限于A和B。产生字母码的列表如下 字母码 0 AAA 1 AABABB 2 AABBAB 3 AABBBA 4 ABAABB 5 ABBAAB 6 ABBBAA 7 ABABAB 8 ABABBA 9 ABBABA 表一 映射表 n 将 和 产生的字母码按位进行搭配,来产生一个数字-字母匹配对。并通过查表来得到 形成的条形码第一数据部分。 将 和C进行搭配,并通过查表得到 形成的条形码的第二数据部分。 该映射表如表二所示: 数字-字母匹配对 二进制信息 0A 0001101 0B 0100111 0C 1110010 1A 0011001 1B 0110011 1C 1100110 2A 0010011 2B 0011011 2C 1101100 3A 0111101 3B 0100001 3C 1000010 4A 0100011 4B 0011101 4C 1011100 5A 0110001 5B 0111001 5C 1001110 6A 0101111 6B 0000101 6C 1010000 7A 0111011 7B 0010001 7C 1000100 8A 0110111 8B 0001001 8C 1001000 9A 0001011 9B 0010111 9C 1110100 表二 数字-字母映射表 n 绘制条形码:通过映射表二得到的二进制数码进行绘制,1对应黑线,0对应白线。 -barcode generation principle : bar code data of the first part by the seven figures formed, and the formation of detailed as follows : n the first use of the alphabet and matching code, the code l
    2022-01-25 20:25:14下载
    积分:1
  • JAVA片(位)轮廓提取 JAVA片(位)轮廓提取 JAVA片(位)轮廓提取...
    JAVA图片(位图)轮廓提取 JAVA图片(位图)轮廓提取 JAVA图片(位图)轮廓提取-DSFSAD
    2022-01-26 07:42:01下载
    积分:1
  • 计算机学作业,主要是利用栈的扫描线算法
    计算机图形学作业,主要是利用栈的扫描线算法-Computer graphics work, mainly using stack scan line algorithm
    2022-07-25 15:57:52下载
    积分:1
  • 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法...
    可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。解压密码 本站默认解压密码:www.supcode.com -many people may have thought about the need to achieve some of the relatively large number of factorial. But C is the standard data types of its storage space is too small, it is impossible to achieve. We can through other methods to achieve this procedure with a very simple algorithm for the factorial, the procedures are short, is also very simple, and Notes everywhere, I believe we can easily understand them Download source VC6.0 after the open and then compile it to run. After some procedural changes can achieve greater number of factorial, interested readers at the end of the procedure after a try hands, Fun for all at! ! Hope this process will give us some help. There may be many procedural deficiencies that warm welcome to you all
    2022-01-25 17:48:42下载
    积分:1
  • do with java, drawing the software will have the following functions :
    用java做的,画图方面的软件,有以下的功能:可拖拉式创建组件(目前包括按钮文本框图片组件)等。-do with java, drawing the software will have the following functions :-tractor can create components (including the current button textboxes Photo components).
    2022-03-28 22:53:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载