题意:给一个字符串str,求出既是前缀又是后缀的所有长度。这一题是KMP的next数组的应用。...
分类:
其他好文 时间:
2014-10-19 11:36:30
阅读次数:
173
这里有一个我们经常提出的问题就是fread,read的区别。(当然这两个分别代表了操作文件系统的两套不同的函数,包括open,read, write, seek 等)。
一.他们的区别就是一个(read)是UNIX 中的系统调用,是类UNIX系统,提供给程序员操作文件的接口(要不然你如何操作文件?);而另外一个则是C语言提供的读取文件的函数库,自然这个函数库(ANSI)的实现是以对应的系统调用为...
分类:
其他好文 时间:
2014-10-09 16:59:37
阅读次数:
124
3402: [Usaco2009 Open]Hide and Seek 捉迷藏Time Limit:3 SecMemory Limit:128 MBSubmit:51Solved:40[Submit][Status]Description贝茜在和约翰玩一个“捉迷藏”的游戏.她正要找出所有适合她躲藏的...
分类:
其他好文 时间:
2014-10-05 10:06:08
阅读次数:
291
Seek the Name, Seek the FameTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:275264-bit integer IO format:%lld Ja...
分类:
其他好文 时间:
2014-09-18 21:55:34
阅读次数:
180
本文介绍在windows下面建立GO语言的开发环境。实现可以编译windows-386、linux-386、linux-arm平台的程序。这三种情况是有本人亲自测试通过的。
获取安装软件,均可直接安装到windows下面
http://download.csdn.net/detail/seek_0380/7924665
http://download.csdn.n...
分类:
其他好文 时间:
2014-09-16 16:01:32
阅读次数:
184
http://poj.org/problem?id=2752
分析:...
分类:
其他好文 时间:
2014-09-14 22:09:47
阅读次数:
256
Description
The little cat is so famous, that many couples tramp over hill and dale to Byteland, and asked the little cat to give names to their newly-born babies. They seek the name, and at the sa...
分类:
其他好文 时间:
2014-09-13 10:40:55
阅读次数:
197
fseek(文件指针,偏移量,基准); //偏移量的单位是字节函数执行成功返回0,执行失败返回一个非0值注意下面的特殊现象:返回值是0 fseek(p,2,SEEK_END): 到终点了往后跳是成功的返回值是-1 fseek(p,-2,SEEK_SET);在起始点往前面跳非法windows的 b 模...
分类:
其他好文 时间:
2014-09-12 01:04:52
阅读次数:
205
传送门Seek the Name, Seek the FameTime Limit: 2000MSMemory Limit: 65536KDescriptionThe little cat is so famous, that many couples tramp over hill and dal...
分类:
其他好文 时间:
2014-09-04 22:03:40
阅读次数:
240
今天用av_seek_frame后,调用av_read_frame返回了错误码,花了点时间才确定错误码啥意思。 先记一下,方便以后查询和补充。 #include <stdio.h>
#define MKTAG(a,b,c,d) ((a) | ((b) << 8) | ((c) << 16) | ((u...
分类:
其他好文 时间:
2014-09-03 17:01:47
阅读次数:
770