不要过于沉溺过去,也不要过于畅想未来,把握现在!

10 2014 档案

摘要:题目链接:POJ 1833/************************************* author : Grant Yuan* time : 2014/10/19 16:38* ... 阅读全文
posted @ 2014-10-19 16:42 coding_yuan 阅读(184) 评论(0) 推荐(0) 编辑
摘要:链接:HDU 1023/**************************************** * author : Grant Yuan * time : 2014/10/19 15:51 * source ... 阅读全文
posted @ 2014-10-19 15:49 coding_yuan 阅读(219) 评论(0) 推荐(0) 编辑
摘要:POJ 2084/**************************************** * author : Grant Yuan * time : 2014/10/19 15:42 * source ... 阅读全文
posted @ 2014-10-19 15:44 coding_yuan 阅读(135) 评论(0) 推荐(0) 编辑
摘要:链接:POJ 1019/***************************************** author : Grant Yuan time : 2014/10/19 14:38 source : POJ 10... 阅读全文
posted @ 2014-10-19 14:34 coding_yuan 阅读(111) 评论(0) 推荐(0) 编辑
摘要:Round NumbersTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 9149 Accepted: 3248DescriptionThe cows, as you know, have no fingers or thumbs ... 阅读全文
posted @ 2014-10-16 17:40 coding_yuan 阅读(106) 评论(0) 推荐(0) 编辑
摘要:create database SPJon primary( name='SPJ', filename='D:\test\SPJ.mdf', size=10mb, maxsize=50mb, filegrowth=5% )log on( name='SPJ_log', ... 阅读全文
posted @ 2014-10-15 13:18 coding_yuan 阅读(368) 评论(0) 推荐(0) 编辑
摘要:CodeTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 8256 Accepted: 3906DescriptionTransmitting and memorizing information is a task that req... 阅读全文
posted @ 2014-10-12 17:04 coding_yuan 阅读(193) 评论(0) 推荐(0) 编辑
摘要:源地址:http://blog.sina.com.cn/s/blog_6730a3aa0100xg2m.htmlJava常用类库--大数处理类--BigInteger (2011-10-13 19:53:18)转载▼标签: java 常用 类库 -- 大数 处理 类 biginteger 杂谈 分类... 阅读全文
posted @ 2014-10-06 23:47 coding_yuan 阅读(173) 评论(0) 推荐(0) 编辑
摘要:A Bug's LifeTime Limit: 10000MS Memory Limit: 65536KTotal Submissions: 28651 Accepted: 9331DescriptionBackgroundProfessor Hopper is researching the se... 阅读全文
posted @ 2014-10-05 11:25 coding_yuan 阅读(120) 评论(0) 推荐(0) 编辑
摘要:Silver Cow PartyTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 13020 Accepted: 5832DescriptionOne cow from each of N farms (1 ≤ N ≤ 1000) ... 阅读全文
posted @ 2014-10-04 23:09 coding_yuan 阅读(374) 评论(0) 推荐(0) 编辑
摘要:动态最值(minmax.Cpp/c/java)(空间限制128M)有一个包含n个元素的数组,要求实现以下操作:DELETE k:删除位置k上的数。右边的数往左移一个位置。QUERY i j:查询位置i~j上所有数的最小值和最大值。【输入】(minmax.in)输入第一行包含两个数n, m,表示原始数... 阅读全文
posted @ 2014-10-04 18:04 coding_yuan 阅读(677) 评论(0) 推荐(0) 编辑
摘要:1021.柱状图时限:1000ms 内存限制:10000K 总时限:3000ms描述写一个程序,读入4行大写字母(每行不超过80个字符),打印出如Sample Output的一个垂直的柱状图显示出每个大写字母出现的次数(只显示大写字母,不显示空格、数字和标点符号等)。输入输入4行ASCII码字符,... 阅读全文
posted @ 2014-10-04 02:15 coding_yuan 阅读(181) 评论(0) 推荐(0) 编辑
摘要:I - kmpTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmitStatusPracticePOJ 3080DescriptionThe Genographic Project is a researc... 阅读全文
posted @ 2014-10-03 21:20 coding_yuan 阅读(150) 评论(0) 推荐(0) 编辑
摘要:OulipoTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 24399 Accepted: 9793DescriptionThe French author Georges Perec (1936–1982) once wrote ... 阅读全文
posted @ 2014-10-03 21:19 coding_yuan 阅读(123) 评论(0) 推荐(0) 编辑
摘要:F - kmpTime Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmitStatusPracticePOJ 2752DescriptionThe little cat is so famous, that ma... 阅读全文
posted @ 2014-10-03 21:15 coding_yuan 阅读(119) 评论(0) 推荐(0) 编辑
摘要:/********************************* author : Grant Yuan algorithm; 双链表、 time ;2014/10/3 20:38 *********************************/ #inclu... 阅读全文
posted @ 2014-10-03 20:27 coding_yuan 阅读(177) 评论(0) 推荐(0) 编辑
摘要:ACM题目分类总结及pku题目分类 回复 收藏楼主 ACM协会 2008-06-01 15:53 只看此人 引用ACM-题型分类的代码主流算法:Ø 1.搜索 //回溯Ø 2.DP(动态规划) Ø 3.贪心 Ø 4.图论 //Dijkstra、最小生成树、网络流Ø 5.数论 //解模线性方程Ø 6.... 阅读全文
posted @ 2014-10-03 00:50 coding_yuan 阅读(279) 评论(0) 推荐(0) 编辑
摘要:Spell checkerTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 19319 Accepted: 7060DescriptionYou, as a member of a development team for a ne... 阅读全文
posted @ 2014-10-03 00:45 coding_yuan 阅读(222) 评论(0) 推荐(0) 编辑

不要过于沉溺过去,也不要过于畅想未来,把握现在!

点击右上角即可分享
微信分享提示