资源列表
test1.3.1
- 设计文法类,实现对文法G[S]=(Vt, Vn, P, S)的文件读写 文法的文件表示形式以及内存表示形式可自定义 文法就是3个集合+1个符号,重点(难点)就是产生式集合 产生式具有结构,可用于推导,是要特别注意的地方 如约定只读写产生式集合,一个示例如下(文件内容): S -> a S -> aSb 也即首个非终结符S为开始符号,然后分析得到里面的终结符集={a, b},非终结符集={S},产生式集(略)。 文法的文本形式可根据自己需要自由定义
yepianyingli
- 计算给定条件下的航空发动机叶片的正应力和切应力,用MATLAB编程-Calculation for normal stress and shear stress aeroengine blade under the given conditions, using MATLAB programming
test1.3.2
- 在1.3.1的基础上,实现课本算法2.1(消除不可终止符号) 产生式的表示很关键, 一开始存放简单(例如一个字符串),后面就处理起来相对麻烦; 一开始处理复杂(例如形成产生式类和对象),后面相对容易 类具有一些方法。例如堆栈,那可以进行出栈入栈操作。 把简化结果,用1.3.1把文法写入文本文件的方法,输出 -In 1.3.1, based on the realization of textbooks algorithm 2.1 (elimination of non-t
test1.3.3
- 在1.3.1、1.3.2的基础上,实现课本算法2.2(消除不可达符号) 把简化结果,用1.3.1把文法写入文本文件的方法,输出 -Methods 1.3.1,1.3.2 based on the realization of textbooks algorithm 2.2 (elimination of unreachable symbols) to simplify the results, with 1.3.1 the grammar to a text file, the outp
Geodetic-coordinate-transformation
- 将大地坐标转换到大地空间直角坐标,即将大地纬度,大地经度,大地高转换到X,Y,Z,采用的是克拉索夫斯基椭球-Will the earth coordinate transformation to the space rectangular coordinate, the earth is the latitude and longitude of the earth, the earth high transition to the X, Y, Z, USES a carat SuoFuSi e
coordinate-tremsformer
- 将地平坐标转换到赤道坐标,可以反算,有界面-At the equator coordinates of the horizontal coordinate transformation, a interface
Two-body-problem
- 二体问题的求解,以读文件的形式输入,解算结果为6个开普勒轨道根数-Two body problem solving, in order to read documents in the form of the input, the calculating results for root number six Kepler orbit
DOP
- 卫星单点定位中的精度衰减因子GDOP值的计算,需要观测文件和导航电文-Single point positioning precision of satellite attenuation factor GDOP value calculation, need observation file and navigation message
Star-apparent-position-calculation
- 已知恒星的赤经和赤纬,计算恒星的视位置,在DOS窗口输出-The right ascension and declination of stars known, calculated depending on the position of the stars, the DOS window output
Fragment-transtra
- fragment和viewpager配合使用,使用fragment事物替换的方法实现-fragment replace
HumanTest
- 大学生心理健康测试源码,涉及安卓数据库编程-human test
VSS
- 通信原理数字带通系统仿真实验,有眼图,功率谱,星座图等-Communication principle of digital bandpass system simulation experiment, the eye diagram, power spectrum, the constellation diagram, etc
