题目:http://acm.hdu.edu.cn/showproblem.php?pid=1160学的东西还是不深入啊,明明会最长上升子序列,可是还是没有A出这题,反而做的一点思路没有,题意就不多说了,真是怀疑了为什么做这题的时候竟然想用nlog(n)的那个算法,根本不可能有解啊,真想抽自己一下,最...
分类:
其他好文 时间:
2015-03-27 21:55:30
阅读次数:
124
Speed has always been one of Chrome's primary missions, ever since it was included as one of the founding principles in 2008. But speed is about more ...
分类:
编程语言 时间:
2015-03-19 18:15:02
阅读次数:
289
http://acm.hdu.edu.cn/showproblem.php?pid=1160#include #include #include #include #include using namespace std;struct Node{ int w,s,id,fa;};Node mi...
分类:
其他好文 时间:
2015-03-18 01:00:53
阅读次数:
189
SPI是一种全双工串行接口,可处理多个连接到指定总线上的主机和从机。在数据传输过程中总线上只能有一个主机和一个从机通信。在数据传输中,主机总是会向从机发送一帧8到16个位的数据,而从机也总会向主机发送一帧字节数据使用代码如下void SpiInit(SPI_SPEED speed){ u8 div=...
分类:
其他好文 时间:
2015-03-15 02:04:34
阅读次数:
305
#-*-coding:cp936-*-fromPyQt4importQtCore,QtGui,QtclassRotatePage(QtGui.QFrame):def__init__(self,img,x_pos,y_pos,direction=1,speed=30,step=10):super(Ro...
分类:
其他好文 时间:
2015-03-13 20:17:34
阅读次数:
203
速度显示,每隔一秒刷新一次。#include
int main(int argc ,char * argv[])
{
int i;
printf("\r\n");
for(i = 0; i < 100; i++)
{
printf("speed %d",i);
fflush(stdout);
sleep(1)...
分类:
系统相关 时间:
2015-03-13 16:47:03
阅读次数:
184
插入U盘,调试串口会显示:[root@FriendlyARM code]# usb 1-1: new full speed USB device using s3c2410-ohci 4usb 1-1: New USB device found, idVendor=0951, idProduct=1...
分类:
其他好文 时间:
2015-03-05 16:31:38
阅读次数:
148
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1160
FatMouse's Speed
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 9965 Accepted Su...
分类:
其他好文 时间:
2015-03-02 13:15:38
阅读次数:
110
Speed LimitTime Limit:1000MSMemory Limit:30000KTotal Submissions:17704Accepted:12435DescriptionBill and Ted are taking a road trip. But the odometer i...
分类:
其他好文 时间:
2015-02-16 14:12:39
阅读次数:
122
水题,用一个变量存一下上一个时间即可。Speed LimitTime Limit:1000MSMemory Limit:30000KTotal Submissions:17698Accepted:12433DescriptionBill and Ted are taking a road trip....
分类:
其他好文 时间:
2015-02-15 09:23:06
阅读次数:
201