gibbs
吉布斯定轨法。
输入:轨道上任意三个点的位矢(R1,R2,R3);
输出:质点在R2端点时的速度V2;ierr是个判断符号,返回的ierr是零的话,就说明‘R1,R2,R3’共面,如果ierr是1的话说明‘R1,R2,R3’不共面(正常情 况下,要构成轨道的话,‘R1,R2,R3’一定共面 ,即ierr是零,如果ierr是1的话说明输入的‘R1,R2,R3’不共面不能构成轨道。
此函数用于:任意给定三个空间共面的向量,可以确定质点在R2处的速度V2,也就得到了轨道上的一个状态向量(R2,V2),调用前面的函数就可以确定其轨道,及任意时刻的状态。(Gibbs set the track method. Input: track any three points of the bit vector (R1, R2, R3) output: particle at R2 endpoint speed V2, ierr is a judgment symbol, The ierr that is returned is zero, then, it means' of R1, R2,, R3, ' coplanar, if ierr is 1, then description' of R1, R2,, R3, ' not a total surface (under normal circumstances, you want to constitute a track, then,' of R1, R2, R3, ' a certain total surface, ierr is zero, if ierr is an instructions to enter the words ' of R1, R2, R3' coplanarity can not constitute a track. This function is used: for any given three space vector of the surface, can determine the particle at the speed V2, R2 also track a state vector (R2, V2), call the previous function can determine its orbit, and at any time of the state.)
- 2012-07-22 22:17:35下载
- 积分:1
road
BP神经网络预测公路运量
1.问题的描述
公路运量主要包括公路的客运量和公路货运量两个方面。据研究,某地区的公路运量主要与该地区的人数、机动车数量和公路面积有关,表1给出了20年得公路运量相关数据,表中人数和公路客运量的单位为万人,机动车数量单位为万两,公路面积的单位为万平方千米,公路货运量单位为万吨。
根据有关部门数据,该地区2010年和2011年的人数分别为73.39和75.55万人,机动车数量分别为3.9635和4.0975万辆,公路面积将分别为0.9880和1.0268万平方米。请利用BP神经网络预测该地区2010年2011年得公路客运量和公路货运量。
(BP neural network to predict the road traffic (1) description of the problem of road traffic including road passenger and road freight volume two. According to research, an area of road traffic and the number of the region, the number of motor vehicles and road area, Table 1 shows the 20 years have to road traffic-related data, the table number and road passenger traffic units for people , million two units of the number of motor vehicles, road area in square kilometers, the highway freight volume was 10 000 tons. According to relevant data, the number of people of the region in 2010 and 2011 were 73.39 and 75.55 million, the number of motor vehicles were 3.9635 and 4.0975 million units, the road area were 0.9880 and 1.0268 million square meters. Please use the BP neural network in the region in 2011, 2010 have highway passenger volume and road cargo.)
- 2012-08-13 20:09:28下载
- 积分:1