排序:上传时间 相关度 下载量 查看数

strcmp 4

按分类查找:

  • 常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)

    常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)

    /dl/155562.html

    标签: strcmp 算法 比较 字符串

    上传时间: 2015-05-21

    上传用户:silenthink

  • C函数速查手册全书下载

    C函数速查手册 出版社:人民邮电出版社 《C函数速查手册》中所讲的C语言函数按照功能顺序和字母顺序进行排序,读者既可以按照功能顺序查找,也可以按照字母顺序学习。《C函数速查手册》不仅适合于C语言初学者学习使用,而且也可以作为中、高级C语言开发人员的参考手册。 目录  第1章 数学函数    1.1 _clear87 ...

    /dl/26944.html

    标签: 函数 书下载 速查手册

    上传时间: 2014-12-25

    上传用户:水口鸿胜电器

  • #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h>

    #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout ...

    /dl/386155.html

    标签: include gt lt limits

    上传时间: 2016-12-31

    上传用户:colinal

  • C语言用户注册及登录

    #include<stdio.h> #include<stdlib.h> #include<conio.h> #include<string.h> main(void) { &nbsp; char new_name[4], name[4]; &nbsp; &nbsp; int new_sn ,sn; &nbsp; &nbsp; printf(" &nbsp; &nbsp; &nbsp; &nbsp;【注册】\n\n"); &nbsp; &nbsp; printf("请输入用户名(四位英文字母):"); &nbsp; &nbsp; scanf("%s", ...

    /dl/509083.html

    标签: C语言

    上传时间: 2015-12-30

    上传用户:gjatd1987