登录
首页 » Visual C++ » planeDoc

planeDoc

于 2010-05-26 发布 文件大小:8155KB
0 324
下载积分: 1 下载次数: 511

代码说明:

  无人机路径规划。在给定的三维空间中搜索一条安全可行的无人机飞行路径(Path Planning. In a given three-dimensional space to search for a safe and feasible UAV flight path)

文件列表:

成果
....\matlb
....\.....\Untitled.asv,2634,2008-05-03
....\.....\Untitled.m,2552,2008-05-03
....\图形
....\....\三维
....\....\....\1

....\....\....\.\1.vsd,76800,2008-05-04
....\....\....\10

....\....\....\..\10.vsd,33280,2008-05-03
....\....\....\11

....\....\....\..\11.vsd,52736,2008-05-03
....\....\....\2
....\....\....\.\2.bmp
....\....\....\.\2.vsd,45568,2008-05-02
....\....\....\3

....\....\....\.\3.vsd,69120,2008-05-04
....\....\....\4

....\....\....\.\4.vsd,53248,2008-05-03
....\....\....\5
....\....\....\.\5.bmp
....\....\....\.\5.vsd,71680,2008-05-04
....\....\....\6

....\....\....\.\6.vsd,56320,2008-05-03
....\....\....\7

....\....\....\.\7.vsd,63488,2008-05-03
....\....\....\9

....\....\....\三维图.doc,1177088,2008-05-03
....\....\三维程序结构图.bmp
....\....\三维程序结构图.vsd,64512,2008-05-04
....\....\二维
....\....\....\1
....\....\....\.\1.bmp
....\....\....\.\1.vsd,54272,2008-05-03
....\....\....\10

....\....\....\..\10.vsd,63488,2008-05-03
....\....\....\11

....\....\....\..\11.vsd,60416,2008-05-04
....\....\....\2
....\....\....\.\2.bmp
....\....\....\.\2.vsd,65024,2008-05-03
....\....\....\3

....\....\....\.\3.vsd,52736,2008-05-03
....\....\....\4

....\....\....\.\4.vsd,61952,2008-05-03
....\....\....\5

....\....\....\.\5.vsd,43008,2008-05-03
....\....\....\7

....\....\....\.\7(A).vsd,42496,2008-05-03

....\....\....\.\7(B).vsd,61952,2008-05-03

....\....\....\.\7(c).vsd,49152,2008-05-03

....\....\....\.\7(d).vsd,54272,2008-05-03
....\....\....\8

....\....\....\.\8.vsd,31232,2008-05-03
....\....\....\9

....\....\....\.\9.vsd,46080,2008-05-03
....\....\....\二维图.doc,348672,2008-05-03
....\....\二维程序结构图.bmp
....\....\二维程序结构图.vsd,59392,2008-05-04
....\....\清华大学数模讲义(姜启源)
....\....\.........................\清华大学数模讲义(姜启源)
....\....\.........................\.........................\1 数学建模.pdf,911232,2002-06-11
....\....\.........................\.........................\10 离散建模之三——冲量分析建模.pdf,699566,2002-06-11
....\....\.........................\.........................\2 初等模型——初等方法建模.pdf,913088,2002-06-11
....\....\.........................\.........................\3 量纲分析法建模.pdf,443302,2002-06-11
....\....\.........................\.........................\4 静态优化建模——微分法建模.pdf,625162,2002-06-11
....\....\.........................\.........................\5 动态模型——微分方程.pdf,1223850,2002-06-11
....\....\.........................\.........................\6 稳态模型——微分方程稳态性方法建模.pdf,826805,2002-06-11
....\....\.........................\.........................\7 随机模型——概率方法建模.pdf,755333,2002-06-11
....\....\.........................\.........................\8 离散模型之一——差分方程建模.pdf,673409,2002-06-11
....\....\.........................\.........................\9 离散模型之二——层次分析建模.pdf,754974,2002-06-11
....\....\.........................\.........................\99年数模竞赛C题.pdf,354509,2002-06-11
....\....\.........................\.........................\习题.pdf,392042,2002-06-11
....\论文.doc,1994752,2008-05-04

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

发表评论

0 个回复

  • LeastSquare
    说明:  给出一些离散的点,根据最小二乘法求出拟合的直线。(If there are some discrete points, you can get a line based on least square method.)
    2011-03-23 16:19:11下载
    积分:1
  • ply2pcd
    点云数据转换文件。可以将PCL转换为PLY文件,反之亦然。其中用到了点云库PCL的代码。(Point cloud data file conversion. PCL can convert PLY files, and vice versa. Which uses a point cloud library PCL code.)
    2021-04-07 12:59:01下载
    积分:1
  • stavddrd
    Demonstrate the effect of the worm s swimming simulation(Demonstrate the effect of the worm s swimming simulation)
    2017-05-06 21:22:47下载
    积分:1
  • project
    说明:  课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统.必做部分: 1、学习3DS Max 的基本功能,并采用3DS Max 对三维场景进行建模,要求 场景中包含建筑物、道路、天空等基本元素,实现场景的纹理贴图功能。 2、通过3DS Loader 读取场景数据。。 3、学习并使用OpenGL 或DirectX 3D 实时绘制上述场景。 4、提供用户界面,并实现场景的交互漫游功能。 选做部分: 1、在场景中添加了三维地形。 2、实现雾这种气象条件的实时绘制。 3、实现计算机动画技术,飞机在天空中飞,圆环在不停的运转。 4、阴影的绘制 5、在场景中添加了喷泉。 6、实现Billboard 绘制技术。 7、添加了美妙的背景音乐。 (The main content of curriculum design for the development of a real-time rendering system of procedures for large-scale three-dimensional scene (running Interface, refer to Figure 1), including part and the election will be made part (where part of the requirements to achieve Optional 2 to 3 Or more than function). Will be part of: 1, learning the basic functions of 3DS Max, and three-dimensional scene using 3DS Max for modeling, requirements Scene includes buildings, roads, skies and other basic elements, to achieve the texture mapping function of the scene. 2, read the scene data by 3DS Loader. . 3, learn and use OpenGL or DirectX 3D real-time rendering the scene. 4, provide the user interface and interaction to achieve the scene roaming. Optional parts: 1, in the three-dimensional terrain scenes added. 2, the fog that weather conditions to achieve real-time rendering. 3, the realization of computer animation technology, aircraft flying in the sky, circle in)
    2011-04-16 21:32:57下载
    积分:1
  • lamp
    一个VRML的示例,通过鼠标点击可以使场景内的灯管发光(An example of a VRML through mouse clicks can make a scene inside the lamp light)
    2013-12-25 21:05:40下载
    积分:1
  • LodTerrain
    实现lod和水面叠加的功能,并可以读入txt各式的水位文件(Lod achieve superposition and surface features, and can read a variety of water into the txt file)
    2009-02-26 21:18:05下载
    积分:1
  • Combat
    说明:  programa escrito en visual basic 6.0
    2019-03-20 05:09:11下载
    积分:1
  • An_example_of_Tetgen
    不是本人编的,转自csdndengpengyong,个人能力有限,望谅解。Tetgen是一个生成四面体网格的开源工具,本实例提供了从网上下载的开源的源码和一个简单的使用的示例,其中附带了Tetgen自带了的一个查看剖分出来的网格的工具TetView.exe,可以运行打开剖分出来的文件查看剖分的结果是否正确。(I was not prepared, carried csdndengpengyong, individual ability is limited, hope and understanding. Tetgen tetrahedral mesh generation is an open source tool, the examples provided from the Internet to download the open source code and a simple example of the use of which comes Tetgen comes out of a mesh grid view tool TetView . exe, you can run out of file viewing open split split the results are correct.)
    2021-03-14 20:49:22下载
    积分:1
  • PersProjDemo
    Teach you the pipeline of 3D object, especially the perpective project
    2013-09-01 12:46:11下载
    积分:1
  • daima
    说明:  三维地形实时动态显示的核心代码---来自<<Visual C++ 编程技巧典型案例解析>>(Real-time dynamic display of three-dimensional topography of the core code--- from <<Visual C++编程技巧典型案例解析>>)
    2008-09-15 21:27:57下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载