当前位置: 技术问答>java相关
雷老虎、铁,还有其他J2ME熟悉的兄弟,帮忙了!!
来源: 互联网 发布时间:2015-02-18
本文导语: 见笑了:(是错误的,调试正常,但是显示不正常)(这是福彩的程序,33选7) 其中的算法我在Delphi里调试正常。 另外在Delphi定义数组:Myarray:array[0..32] of integer在Java里这样定义行吗: int Myarray[]=new int[33]?? import...
见笑了:(是错误的,调试正常,但是显示不正常)(这是福彩的程序,33选7)
其中的算法我在Delphi里调试正常。
另外在Delphi定义数组:Myarray:array[0..32] of integer在Java里这样定义行吗:
int Myarray[]=new int[33]??
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import java.util.*;
import java.lang.*;
import java.util.Random;
import java.lang.Math;
public class bbb extends MIDlet implements CommandListener
{
private Display firstDisplay ;
private Form firstForm ;
private Command doneCommand;
public bbb()
{
int[] xyData1=new int[33];
int[] xyData2=new int[33];
for(int i=0;i
其中的算法我在Delphi里调试正常。
另外在Delphi定义数组:Myarray:array[0..32] of integer在Java里这样定义行吗:
int Myarray[]=new int[33]??
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import java.util.*;
import java.lang.*;
import java.util.Random;
import java.lang.Math;
public class bbb extends MIDlet implements CommandListener
{
private Display firstDisplay ;
private Form firstForm ;
private Command doneCommand;
public bbb()
{
int[] xyData1=new int[33];
int[] xyData2=new int[33];
for(int i=0;i