⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit.java

📁 用java做的平面珩架结构有限元分析软件。 基本性能如下:结点数<500,单元数<1000
💻 JAVA
字号:
/**
 * Insert the type's description here.
 * Creation date: (Sep 2005)
 * @author: Administrator
 */
class Unit {
	
	public int ID = 0;
	public int Node1 = 0;
	public int Node2 = 0;
	public int A = 1;//Area
	public int E = 1;//Elasticity
/**
 * Unit constructor comment.
 */
public Unit(int id1,int id2) {
	//super();
	Node1=id1;
	Node2=id2;
}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -