上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页
摘要: Square Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 12859 Accepted Submission(s): 4078 Proble 阅读全文
posted @ 2016-07-12 16:35 折腾青春 阅读(289) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <iostream>#include <string.h>#include <stdlib.h>using namespace std;int n,m,t,ax,bx;bool flag;char plot[9][9];int dir[4][2] 阅读全文
posted @ 2016-07-11 14:19 折腾青春 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 非常可乐 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 10349 Accepted Submission(s): 4143 Problem D 阅读全文
posted @ 2016-07-09 15:57 折腾青春 阅读(382) 评论(0) 推荐(0) 编辑
摘要: package cn.hncu.dataStruct.search.topSort; import java.util.Scanner; public class Hdu1285 { static Scanner sc = new Scanner(System.in); static int n,m 阅读全文
posted @ 2016-07-07 21:26 折腾青春 阅读(140) 评论(0) 推荐(0) 编辑
摘要: package cn.hncu.dataStruct.search.dfs;import java.io.File;public class FileDeleteDFS { public static void main(String[] args) { File f = new File("d:/ 阅读全文
posted @ 2016-07-04 21:03 折腾青春 阅读(124) 评论(0) 推荐(0) 编辑
摘要: package cn.hncu.dataStruct; public class SortMethods { /* 算法好坏的评价指标(一般只在n值非常大的时候才会考虑,如n取10万): * 1、时间复杂度: 通俗点,就是指程序运行的快慢(时间) 通常用计算机的运算(算术,赋值)次数来代替 * 2、 阅读全文
posted @ 2016-07-04 20:54 折腾青春 阅读(309) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner;public class Main1241 { public static void main(String[] args) { Scanner cin=new Scanner(System.in); while(cin.hasNext()){ in 阅读全文
posted @ 2016-07-03 16:40 折腾青春 阅读(220) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner;public class Main1016 { public static void main(String[] args) { Scanner cin=new Scanner(System.in); int k=1; while(cin.hasNe 阅读全文
posted @ 2016-07-03 10:57 折腾青春 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 夹角有多大(题目已修改,注意读题) Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 13816 Accepted Submission(s): 5 阅读全文
posted @ 2016-07-02 15:08 折腾青春 阅读(144) 评论(0) 推荐(0) 编辑
摘要: package cn.hucu.swing; import java.awt.Color;import java.awt.Font;import java.awt.GridLayout;import java.awt.event.ActionEvent;import java.awt.event.A 阅读全文
posted @ 2016-06-21 16:17 折腾青春 阅读(160) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页