test.java

来自「这是一个很简单的使用java写的从ase文件中提取tecplot可以使用的格式的」· Java 代码 · 共 25 行

JAVA
25
字号
/*
 * Created on 2006-2-19
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package ase_convertor;

/**
 * @author yb
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class Test
  {

    public static void main(String[] args)
      {
      	AseToTecplot att = new AseToTecplot("a.txt");
      	att.Convert();
      	System.out.println("转换完成") ;	
      }
  }

⌨️ 快捷键说明

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