package yanxi;public class yanxi { public static void main(String[] args) { //循环 int i = 10; while(i >...
分类:
其他好文 时间:
2015-12-04 09:11:57
阅读次数:
141
public class lianxi { public static void main(String[] args) { // TODO 自动生成的方法存根 //身高,体重 //1.设置真实的身高,体重,性别 ...
分类:
其他好文 时间:
2015-12-04 09:11:25
阅读次数:
137
package hello;public class Sanjiao { public static void main(String[]args){ for(int i=1;i0;j--){ System.out.print(""); ...
分类:
编程语言 时间:
2015-12-04 09:10:14
阅读次数:
162
public static void loadFillForm(Panel panel, System.Windows.Forms.Form frm) { if (frm != null && panel != null) { ...
public class tz{ public static void main(String[] args){ int sg=165,tz=52; if (tz-(sg-115)>3) { System.out.println("体重偏胖...
分类:
其他好文 时间:
2015-12-04 09:08:34
阅读次数:
100
1,iOS设置UITableView不显示多余的空Cellself.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];2,iOSUIWebView高度大小自适应- (void)webViewDidFinishL...
分类:
移动开发 时间:
2015-12-04 01:02:56
阅读次数:
191
public class Lingxing { public static void main(String[] args) { // TODO 自动生成的方法存根 for (int A = 2; A > -1; A--) { for (int...
分类:
编程语言 时间:
2015-12-04 00:40:40
阅读次数:
209
#include#define MAX 100typedef struct //构造一个邻接表 用于存储NFA{char name;char line[MAX]; }node; void tran(){ //专门做语句的转换操作 } void automata(char R[],int i){...
分类:
其他好文 时间:
2015-12-03 23:18:14
阅读次数:
168
public class Test { public static void main(String[] args) { System.out.println("Test is ok"); // t 由客户输入的值 int t = 100; ...
分类:
编程语言 时间:
2015-12-03 23:17:21
阅读次数:
219
思路:简单的利用一个多重 if 结构就可以解决。 CODE:import java.util.Scanner;public class Character{ public static void main(String[] args){ System.out.println ("...
分类:
其他好文 时间:
2015-12-03 23:15:45
阅读次数:
192