CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - missile

搜索资源列表

  1. 导弹试验模拟系统

    2下载:
  2. 这是一个仿真导弹试验模拟系统。在工程设计领域,设计人员可以利用可视化技术提早发现设计的缺陷,从而改进设计方案。-this is a missile simulator .in engineering design, the designer can find its defects and improve their design whith the assist of visual design techlog.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:223988
    • 提供者:李玲
  1. 导弹发射演示

    5下载:
  2. 基于opengl的三维导弹发射演示,其中包括尾焰的粒子系统,导弹爆炸时的效果演示,多种视角的变换等等,比较真实的再现了导弹的发射.-3D demo missile launchers, including Mei Yan, the particle system, the missile exploded demonstration effect, the transformation of diverse perspectives, etc., true reproduction of the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2788573
    • 提供者:李培军
  1. missilecommand

    1下载:
  2. I have just written this to acompany the asteroids example program. Its a simple PURE VB APP, no api or directx etc. Simply shoot the moving baddies, they stop at random intervals at this time they cannot be shot. So its a bit more strategic
  3. 所属分类:模拟服务器

    • 发布日期:2008-10-13
    • 文件大小:5576
    • 提供者:chen
  1. 导弹打飞机

    1下载:
  2. 这是模拟物理中导弹打飞机现象的小程序。运行的时候需要把CCBP文件夹包含在头文件中。-This is the simulation of a missile attack against physics phenomena of small aircraft procedures. When run with the need to CCBP folder contains the first document.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:153004
    • 提供者:梁晓军
  1. 科技(1) B 064 04

    0下载:
  2. 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统,但是这样的导弹拦截系统有个缺陷,虽然他的第一发炮弹能够达到任意高度,但是以后每一发炮弹都不能高于前一发的高度。某一天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。输入导弹依次飞来的高度(雷达给出高度数据是不大于30000的整数),计算这套系统最多能拦截多少导弹,如果要拦截所有的导弹最少配备多少套这种导弹系统。 三;问题分析: 该系统的第一发炮弹能够达到任意高度,所以要求出系统最多能够
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6478
    • 提供者:王俊
  1. kitty

    2下载:
  2. 一. 追踪模型 以(x , y)代表飞机的坐标,v代表飞机的速度;以(X ,Y)代表导弹的坐标,u代表导弹的速度。 由于导弹时刻指向飞机,故有 dY/dX=(y-Y)/(x-X) 记k=u/sqrt((y-Y)*(y-Y)+(x-X)*(x-X)) 则有 dY/dt=k(y-Y) dX/dt=k(x-X) 故有叠代方程 Y=Y+k*(y-Y)*dt X=X+k*(x-X)*dt (程序中以t代dt) 程序中第一个for循环代表发射导弹打飞机,第二个
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:803
    • 提供者:白小欣
  1. sampleR

    1下载:
  2. 利用图片技术进行可视化编程,本例是一个导弹发送工程的模拟-Photo technology for the use of visual programming, which in this case is to send a missile engineering simulation
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1144274
    • 提供者:王杰
  1. MissileHitPlane

    1下载:
  2. 一个用j2me写的导弹打飞机演示程序,画面很好,算法很经典-use J2ME write a missile aircraft demonstration program, a very good picture, the algorithm classic
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:5964
    • 提供者:刘和
  1. FractalTerrain

    1下载:
  2. 利用opengl开发导弹发射模拟系统 VC++下平台开发 请站长多多支持-use opengl development of the missile launching system simulation platform VC requested the head of the generous support
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:71834
    • 提供者:肖锋
  1. VERSION1212

    1下载:
  2. 丹江口浮夸风困乏狂放开发狂的可可的空对空地空导弹-Danjiangkou exaggeration Wild Wind sleepy mad cocoa development of air-to-air missile
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:1897
    • 提供者:傅杰
  1. warplane

    2下载:
  2. 基于DirectX编写的一个飞机游戏源码,实现了导弹的跟踪,是学习C++ DX游戏编程的好例子!-prepared by an aircraft source games to achieve the missile tracking, learning C programming DX game a good example!
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:211279
    • 提供者:
  1. lanjiedaodan

    1下载:
  2. 拦截导弹输入 第一行为导弹的个数 第二行为使用逗号分隔的导弹依次飞来的高度(雷达给出的高度数据是不大于30000 的正整数) 输出 这套系统最多能拦截多少导弹 -importation of the first missile interceptor missiles acts Number second acts use comma-separated missiles were flying in the height ( given the high
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1021
    • 提供者:allen
  1. zarchan_the_fourth_edition

    3下载:
  2. 这是本战略战术导弹制导的书中的matlab程序,比书中的 forchan程序简单易懂-This is the strategic and tactical missile guidance book of Matlab procedures, the book than a simple understandable forchan
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:77675
    • 提供者:王利芳
  1. MISSILETEST

    1下载:
  2. 一个导弹发射程序,可多视角观察-a missile launch procedures, Revisited
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:763164
    • 提供者:王王
  1. 追踪C~1

    1下载:
  2. 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档-a C language prepared by the aircraft missile tracking the source and path used by the algorithm WORD
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:332734
    • 提供者:徐杰猛
  1. TexturedMultipatch

    0下载:
  2. 纹理显示所弹道 导弹 弹道-texture shows ballistic trajectory ballistic missile trajectory out-and-out
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:883722
    • 提供者:slq
  1. myjob

    3下载:
  2. 无控纵向导弹弹道计算。用四阶龙库、阿当姆斯积分法,运行时间短,效果好。-no control ballistic missile vertical calculation. With the four-Long, Adam Shams integral method, a short running time, the effect is good.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2790
    • 提供者:
  1. tanchuang

    1下载:
  2. 价值2000元的商业软件.绝对好东西.不看看是你的损失!可以说是一种弹窗流氓软件.-2,000 yuan worth of commercial software. Absolutely good thing. You do not see is the loss! It can be said is a rogue missile windows software.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:357458
    • 提供者:sunny
  1. radarModel

    1下载:
  2. 这是一个OpenGL实现雷达与导弹飞行的小程序。-This is an OpenGL radar and missile flight procedures small.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:109807
    • 提供者:qljs_1984
  1. TrackBulletplace

    1下载:
  2. 导弹跟踪飞机游戏,有兴趣的可以看看哦,如果还能进行改进的就更好啦-aircraft missile tracking games, are interested can look at, oh, if still much more to improve Well
  3. 所属分类:射击游戏

    • 发布日期:2008-10-13
    • 文件大小:27378
    • 提供者:beibeidai
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 35 »
搜珍网 www.dssz.com