搜索:strcmp
找到约 6 项符合「strcmp」的查询结果
结果 6
https://www.eeworm.com/dl/654/155562.html
数据结构
常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)
常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)
https://www.eeworm.com/dl/957600.html
技术资料
三国志源代码C
if (strcmp(emperor,"曹操")==0) paint(YELLOW,x+153,y,LIGHTGRAY);
if (strcmp(emperor,"孙权")==0) paint(YELLOW,x+153,y,GREEN);
if (strcmp(emperor,"刘备")==0) paint(YELLOW,x+153,y,RED);
free(buffer);
https://www.eeworm.com/dl/619/386155.html
Linux/Unix编程
#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( ...
https://www.eeworm.com/dl/995681.html
技术资料
C语言字符串函数功能简介
这份资料深入浅出地介绍了C语言中常用的字符串处理函数,包括但不限于strcpy、strcat和strcmp等。它不仅解释了每个函数的基本用法,还通过实际代码示例展示了如何在项目中有效地应用这些工具,非常适合初学者快速上手以及进阶开发者回顾基础知识。 ...
https://www.eeworm.com/dl/509083.html
C/C++语言编程
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; ...
https://www.eeworm.com/dl/502/26944.html
单片机编程
C函数速查手册全书下载
C函数速查手册
出版社:人民邮电出版社
《C函数速查手册》中所讲的C语言函数按照功能顺序和字母顺序进行排序,读者既可以按照功能顺序查找,也可以按照字母顺序学习。《C函数速查手册》不仅适合于C语言初学者学习使用,而且也可以作为中、高级C语言开发人员的参考手册。
目录 第1章 数学函 ...