ProjectCode.zip
文件大小: 37k
下载次数:4
开发平台:

C/C++

源码售价: 5 个金币 积分规则     积分充值
资源说明:The objective is to find out the time at which the rocket reaches a speed of 1000m/s (3600km/hr). Analysis We know the following: * Initial mass of the rocket and fuel, 160000kg, or 160 metric tons. * Fuel combustion exhaust velocity relative to the rocket is assumed to be constant at 2200m/s * Fuel combustion rate is a constant 2680kg/sec2 * Gravitational acceleration is 9.8m/sec2 The following formula is used to calculate the upward velocity of the rocket while the fuel is providing thrust: V = u*loge(m0/(m0-qt))-g*t Now substituting the values in the formula we get: 1000 = 2200*log(160000 / (160000 – 9.8*t)) – 9.8*t which is too difficult to solve analytically so we use Bisection root-finding method. The source code is for a program that solves this problem with the given parameters.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • Bayer.rar基于Bayer彩色滤波阵列插值算法的研究,原本为收费文档。
  • BCMATH.rar// 《用C++语言编写数学常用算法(修订版)》Borland C++程序的源代码 ...
  • java.rarpublic class BubbleSort{ static String printArray(int[] a){ String result="" ...
  • asdf.rar用C语言编写的程序,多维数组按列相加,可以得到必要的结果
  • TRIAN_REPLACE.rar列火车要将n节车厢分别送往n个车站车站按1~n的次序编号,火车按照n, n-1,…, 1的编号 ...
  • lx.rar背包问题,回溯算法,用VB描述的材料,源程序十分详细
  • 1.rar一本对ACM国际大学生程序设计竞赛试题与解析,深入浅出
  • kalman_filter.rar可以实现kalman滤波的c++代码,函数部分采取了简化处理,输入不一改动昂 ...
  • 895.rarn个野人n个传教士过河问题的代码,文件输出结果
  • acm1.rarabove average acm大赛题目。有待改进。