string.h

共 12 篇文章
string.h 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 12 篇文章,持续更新中。

字符串函数string.h应用举例---C语言源码

<p>字符串函数string.h应用举例---C语言源码</p><p><br/></p>

300个C51单片机设计proteus仿真源码软件源码: 100000秒以内的计时程序 10秒的秒表

<p>300个C51单片机设计proteus仿真源码软件源码:</p><p>100000秒以内的计时程序</p><p>10秒的秒表</p><p>12864LCD图形滚动演示</p><p>128X64LED</p><p>160128LCD图文演示</p><p>1602字符液晶滚动演示程序</p><p>1602液晶显示的DS1302实时时钟</p><p>16×16点阵(滚动显示)</p><p>16×1

学生成绩管理啊

#include "string.h"<br /> #include "ctype.h"<br /> #include "stdio.h"<br /> search(char pd[])<br /> {FILE *fp;<br /> &nbsp;int time=0,i=0,j=0,add[80],k=0,m;<br /> &nbsp;char *ch,<br /> &nbsp;str[900];

学生成绩查询

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) {

操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct

操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程

#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #defin

#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5

#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #defin

#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5

51单片机实现的RS485通讯程序

<p>  #ifndef __485_C__</p> <p>  #define __485_C__</p> <p>  #include <reg51.h></reg51.h></p> <p>  #include <string.h></string.h></p> <p>  #define unsigned char uchar</p> <p>  #define unsigned int uint<

#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #defin

#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5

数学函数,所在函数库为math.h、stdlib.h、string.h、float.h

数学函数,所在函数库为math.h、stdlib.h、string.h、float.h

#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #defin

#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5

Keil C51开发系统基本知识3

<P><STRONG>Keil C51开发系统基本知识3</STRONG></P> <P>1. 1. 专用寄存器include文件<BR>例如8031、8051均为REG51.h其中包括了所有8051的SFR及其位定义,一般系统都必须包括本文件。<BR>2. 2. 绝对地址include文件absacc.h<BR>该文件中实际只定义了几个宏,以确定各存储空间的绝对地址。<BR>3. 3. 动态内存