码迷,mamicode.com
首页 >  
搜索关键字:gets    ( 3597个结果
FATFS 初学之 f_gets/ f_putc/ f_puts/ f_printf
f_gets: 1 /*-----------------------------------------------------------------------*/ 2 /* Get a string from the file ...
分类:其他好文   时间:2014-08-14 14:02:38    阅读次数:2074
DataSet DataRelation
DataTable.ChildRelations Gets the collection of child relations for this DataTable.A DataRelation defines the relationship between two tables. Typical...
分类:其他好文   时间:2014-08-14 00:52:37    阅读次数:335
poj 2886 Who Gets the Most Candies?(线段树+约瑟夫环+反素数)
Who Gets the Most Candies? Time Limit: 5000MS   Memory Limit: 131072K Total Submissions: 9934   Accepted: 3050 Case Time Limit: 2000MS Description N children are s...
分类:其他好文   时间:2014-08-13 22:33:17    阅读次数:281
String LD
Time Limit:1000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionStringld (left delete) is a function that gets a string and d...
分类:其他好文   时间:2014-08-13 17:56:36    阅读次数:304
cin.get(),cin.getline(),getline(),gets(),getchar()
-----------------------1.cin.get()(1).cin.get()-------提取单个字符,可以提取回车、空格a=cin.get();(2) 同(1)---------------提取单个字符,可以提取回车、空格cin.get(a);(3).--------------...
分类:其他好文   时间:2014-08-13 14:26:36    阅读次数:190
快速切题 poj3026
感受到出题人深深的~恶意这提醒人们以后。。。数字后面要用gets~不要getchar此外。。不要相信那个100?Borg MazeTime Limit:1000MSMemory Limit:65536KTotal Submissions:8524Accepted:2872DescriptionThe...
分类:其他好文   时间:2014-08-13 13:01:36    阅读次数:351
gets和fgets函数的区别
1. gets与fgets gets函数原型:char*gets(char*buffer);//读取字符到数组:gets(str);str为数组名。 gets函数功能:从键盘上输入字符,直至接受到换行符或EOF时停止,并将读取的结果存放在buffer指针所指向的字符数组中。 读取...
分类:其他好文   时间:2014-08-12 21:27:24    阅读次数:303
题目558-一二三-nyoj20140812
#include #include int main(){ int n,l; char a[10]; scanf("%d",&n); getchar(); while(n--) { gets(a); l=strlen(a); if(l==5) printf("3\n"); else if(l==3)...
分类:其他好文   时间:2014-08-12 18:04:14    阅读次数:195
C 语言文件拷贝
相关的方法:int fputs(const char*s,FILE *stream);int gets(char *s,int size,FILE *stream);具体代码如下/***@author cody*@date 2014-08-09*@description copy text file...
分类:其他好文   时间:2014-08-09 18:09:58    阅读次数:207
CF#260 C.Boredom
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to play it. Given a sequence a consisting of n integ...
分类:其他好文   时间:2014-08-09 11:42:48    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!