- 博客(3)
- 收藏
- 关注
原创 用指针实现库函数strncpy strncmp strncat
#include <stdio.h> #define MAX 1000 void strncat(char *s,char *t,int n); int strncmp(char *s,char *t,int n); void strncpy(char *s,char*t,int n); int len(char *s); int main(void)
2016-08-06 16:37:25
2164
原创 文章标题
#include <stdlib.h> //为了使用atof函数 #include <stdio.h> #include <math.h> #include "op.h" #include "stack.h" #define MAXOP 100 //操作数或运算符的最大长度 #define NUMBER '0' // 标识找到一个数// S-sin E-exp P-pow int getop(
2016-07-29 18:18:22
146
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅