代码搜索结果
找到约 10,000 项符合
5 的代码
vtb5
function vtb5
% VTB5
%
% VTB5_1 Transmissibility ratio of a SDOF system.
% VTB5_2 Base excitation force transmissibility for a SDOF system.
% VTB5_3 Normalized magnitude of the primary mass for absorb
5.txt
例程5-1
class CompareString
{
public static void main(String[] args)
{
String str = "this is a test";
//不相同,r1为负值
int r1 = str.compareTo("this is a test and more");
//不相同,r2为负值,原因是’n’