textread是一个很好用的matlab函数,格式如下: [data1,data2,data3,....] = textread(filename,format,N)其中,属format比较复杂,有点细节需要注意。首先是data1,data2,...的数据格式,如“%s”,"%d"等其次是分隔符,...
分类:
其他好文 时间:
2014-07-27 21:49:09
阅读次数:
441
C - Get-Together at Den's Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice URAL 1864DescriptionAdvertising f...
分类:
Web程序 时间:
2014-07-27 21:28:15
阅读次数:
286
B - 母函数入门1
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
假设有x1个字母A, x2个字母B,..... x26个字母Z,同时假设字母A的价值为1,字母B的价值为2,..... 字母Z的价值为26。那么...
分类:
其他好文 时间:
2014-07-27 11:55:54
阅读次数:
251
基础
Time Limit:5000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
For the daily milking, Farmer John's N cows (1 ≤ N ≤ 50,000) always line up in the s...
分类:
其他好文 时间:
2014-07-27 11:47:53
阅读次数:
229
H - 掉了你 列组
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
In how many ways can you choose k elements out of n elements, not taki...
分类:
其他好文 时间:
2014-07-27 11:46:14
阅读次数:
190
《LYFvs2013转vs2010》1.修改解决方案文件(**.sln) 将------------------------------------------------------------- Microsoft Visual Studio Solution File, Format Ve.....
分类:
其他好文 时间:
2014-07-27 10:37:42
阅读次数:
254
Given an array of words and a lengthL, format the text such that each line has exactlyLcharacters and is fully (left and right) justified.You should p...
分类:
其他好文 时间:
2014-07-27 10:05:32
阅读次数:
352
区间覆盖:数轴上有若干区间,选用最少的线段覆盖指定区间。区间选点:选用最少的区间使每个区间内至少有一个点样题1:J -Muddy roadsTime Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uDescriptionFar...
分类:
其他好文 时间:
2014-07-27 09:41:12
阅读次数:
869
Time Limit:3000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescription很多学校流行一种比较的习惯。老师们很喜欢询问,从某某到某某当中,分数最高的是多少。这让很多学生很反感。不管你喜不喜欢,现在...
分类:
其他好文 时间:
2014-07-26 17:12:51
阅读次数:
271
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=2048一开始用的System.out.printf("%.2f%%\n", result)输出,PRESENTATION ERROR. 换成System.out.println(String.format...
分类:
编程语言 时间:
2014-07-26 17:02:31
阅读次数:
287