2013年10月19日

摘要: import java.io.*;public class yanghuisanjiao {/** * @param args */ public static void main(String[] args) throws IOException{ // TODO Auto-generated method stub int i,n; String str; while(true){BufferedReader buf; buf=new BufferedReader(new InputStreamReader(System.in)); System.out.println("输入一 阅读全文
posted @ 2013-10-19 21:53 梦溪薇夏 阅读(120) 评论(0) 推荐(0) 编辑
 
摘要: 更改字体 中华人民共和国 在vs2010中新建网站,写入上述代码,网站->添加现有项--选择changefont.js文件 阅读全文
posted @ 2013-10-19 21:46 梦溪薇夏 阅读(176) 评论(0) 推荐(0) 编辑
 
摘要: 更改字体 中华人民共和国 阅读全文
posted @ 2013-10-19 21:37 梦溪薇夏 阅读(308) 评论(0) 推荐(0) 编辑
 
摘要: 给你一个十进制数字,请你将其转换成m进制import java.io.*;public class jinzhizhuanhuan {/** * @param args */ public static void main(String[] args) throws IOException{ // TODO Auto-generated method stub int n,k=0,m; int a[]=new int[24]; String str; while(true){BufferedReader buf; buf=new BufferedReader(new InputStream.. 阅读全文
posted @ 2013-10-19 20:50 梦溪薇夏 阅读(474) 评论(0) 推荐(0) 编辑
 
摘要: import java.io.*;public class countday {/** * @param args */ public static void main(String[] args) throws IOException{ // TODO Auto-generated method stub int year,month,date,i,day=0; String str; BufferedReader buf; buf=new BufferedReader(new InputStreamReader(System.in)); System.out.println("输 阅读全文
posted @ 2013-10-19 20:44 梦溪薇夏 阅读(1676) 评论(0) 推荐(0) 编辑
 
摘要: import java.io.*;public class yanghuisanjiao {/** * @param args */ public static void main(String[] args) throws IOException{ // TODO Auto-generated method stub int i,n; String str; BufferedReader buf; buf=new BufferedReader(new InputStreamReader(System.in)); System.out.println("输入一个n"); s 阅读全文
posted @ 2013-10-19 20:33 梦溪薇夏 阅读(51) 评论(0) 推荐(0) 编辑