CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - string.h
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - string.h - List
[
Data structs
]
huowuyunshudeyichuansuanfa
DL : 0
#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#define n 29#define p 0.5
Update
: 2025-02-17
Size
: 106kb
Publisher
:
jiangshan
[
AI-NN-PR
]
rengongshenjingwangluodesuanfa
DL : 0
#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#define n 29#define p 0.5
Update
: 2025-02-17
Size
: 1.6mb
Publisher
:
jiangshan
[
ELanguage
]
pa
DL : 0
#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////////////////////////////////////////////////////////////////*/ void readIntoBuffer(char buffer[256]) { char ch1 char temp int i for(i=0 i<256&&!feof(fp) i++) { ch1=fgetc(fp) if(ch1== )-# include "define.h"# include
Update
: 2025-02-17
Size
: 2kb
Publisher
:
dddddddd
[
Internet-Network
]
linux_c_s
DL : 0
基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1-based terminal Dinghua system _socket# include
Update
: 2025-02-17
Size
: 4kb
Publisher
:
xxf
[
Education soft system
]
string.h
DL : 0
学生成绩管理系统,用于添加、删除、修改和整理学生成绩。-student performance management system for the addition, deletion, modification and presentation of the performance of their students.
Update
: 2025-02-17
Size
: 15kb
Publisher
:
白学飞
[
Process-Thread
]
process
DL : 0
#include <string.h> #include <fstream.h> #include <stdio.h> #include <stdlib.h> #define FINISH 0 //完成状态 #define RUNNING 1 //运行状态 #define READY 2 //就绪状态 #define WAITIO 3 //io等待状态 #define WAITREAD 4//读写等待状态 #define WAITOUT 5//中断等待状态 -# Include <string.h># Include <fstream.h># Include <stdio.h># Include <stdlib.h># Define FINISH 0// completion status# Define RUNNING 1// operation status# define READY 2// ready status# define WAITIO 3// io wait state# define WAITREAD 4// read and write wait state# define WAITOUT 5// interrupt wait state
Update
: 2025-02-17
Size
: 2kb
Publisher
:
鹰隼
[
Windows Develop
]
String
DL : 0
自己写的一个String类,功能与String.h差不多,但有些特殊的功能-To write a String class, function and String.h almost, but some special features
Update
: 2025-02-17
Size
: 5kb
Publisher
:
hmw
[
Other
]
debugmalloc
DL : 0
#include <stdlib.h> #include <string.h> #include <stdio.h> //#include <iostream> #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro */ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HEADERSIZE sizeof(struct header) #define FOOTERSIZE sizeof(struct footer)-#include <stdlib.h> #include <string.h> #include <stdio.h> //#include <iostream> #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro*/ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HEADERSIZE sizeof(struct header) #define FOOTERSIZE sizeof(struct footer)
Update
: 2025-02-17
Size
: 3kb
Publisher
:
liucj
[
Linux-Unix
]
shell
DL : 0
#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)==EOF) continue if(fgets(inbuf,MAX_CANON,stdin)==NULL) continue if(strcmp(inbuf,QUIT_STRING)==0) break g_ptr = inbuf g_lim = inbuf + strlen(inbuf) yylex() } return 0 } -# Include <stdio.h># Include <string.h># Include <limits.h># Include <unistd.h># Include <sys/types.h># Define PROMPT_STRING [myshell] $ # define QUIT_STRING exit static char inbuf [MAX_CANON] char* g_ptr char* g_lim extern void yylex () int main (void) (for () (if (fputs (PROMPT_STRING, stdout) == EOF) continue if (fgets (inbuf, MAX_CANON, stdin) == NULL) continue if (strcmp (inbuf, QUIT_STRING) == 0) break g_ptr = inbuf g_lim = inbuf+ strlen (inbuf) yylex ()) return 0)
Update
: 2025-02-17
Size
: 32kb
Publisher
:
李明
[
Linux-Unix
]
framebuffer
DL : 0
帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix -Frame buffer# Include <stdio.h># Include <stdlib.h># Include <string.h># Include <stdint.h># Include <unistd.h># Include <fcntl.h># include <sys/ioctl.h># include <sys/mman.h># include <asm/page.h># include <linux/fb.h># define TRUE 1# define FALSE 2// a framebuffer device structure typedef struct fbdev (int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
Update
: 2025-02-17
Size
: 1kb
Publisher
:
hjintian
[
Windows Develop
]
test
DL : 0
#include "windows.h" #include "stdlib.h" #include "string.h" long WINAPI WndProc(HWND hWnd,UINT iMessage,UINT wParam,LONG lParam)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
dan
[
Sniffer Package capture
]
firm
DL : 0
Bluetooth xfu flash #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <err.h> #include <string.h> #include <assert.h> #include <stdarg.h> #include "dfu.h"
Update
: 2025-02-17
Size
: 5kb
Publisher
:
ulego
[
Education soft system
]
student
DL : 0
学生成绩管理系统 该程序的主要功能为: 0主菜单,1输入学生记录,2插入学生记录,3修改学生记录,4删除学生纪录, 5查询修生记录,6使用帮助文档。另外,该程序主要调用了:I/O函数(stdio.h),其他说明(stdib.h),字符串函数(string.h),屏幕操作函数(conio.h),字符操作函数(ctype.h),清屏函数(windows.h),定义常数。-Student achievement management system
Update
: 2025-02-17
Size
: 1.18mb
Publisher
:
dan
[
Embeded Linux
]
GPS
DL : 0
基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Author: Owen.Lu ** *******************************************************************************/-#include <windows.h> #include "stdio.h" #include "time.h" #include "string.h" #include "assert.h" #include "gps.h" #include "math.h" DCB dcb COMMTIMEOUTS timeouts COMSTAT ComStat HANDLE idComDev unsigned int testCycle = 0 volatile char gpsMessage[1030][2] = {0} volatile int buffHead = 0 volatile int buffEnd = 0 DWORD WINAPI receiveGPSProc(LPVOID) //receive gps data DWORD WINAPI analyseGPSProc(LPVOID) //analyse gps data /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Author: Owen.Lu ** *******************************************************************************/ void g
Update
: 2025-02-17
Size
: 5kb
Publisher
:
月买双
[
SCM
]
string
DL : 0
斯凯mrp开发用的宽字符转换 很有用的 有个头文string.c 和string.h 头文件里有定义-Sky mrp convert wide character to use for development of a useful article string.c head and string.h header files are defined
Update
: 2025-02-17
Size
: 3kb
Publisher
:
xuhoa
[
Other resource
]
c-P-P-lexical-analysis
DL : 0
c++词法分析很简单的代码#include<iostream.h> #include<fstream.h> #include<stdlib.h> #include<stdio.h> #include<string.h> #include<conio.h> #include<process.h> /*头文件*/ -c++ lexical analysis is very simple code# include <iostream.h># Include <fstream.h># Include <stdlib.h># Include <stdio.h># Include <string.h># Include <conio.h># Include <process.h> /* Header file* /
Update
: 2025-02-17
Size
: 3kb
Publisher
:
李亚茹
[
Windows Develop
]
string
DL : 0
string.h头文件几个常用函数的例子,初学者容易混淆的地方-scanf function usage summary, all the basic functions, useful for beginners...
Update
: 2025-02-17
Size
: 155kb
Publisher
:
ZHOULI
[
Linux-Unix
]
Linux-serial
DL : 0
Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Description: To provide underlying serial port function, * for high level applications. * */ #include <termios.h> /* tcgetattr, tcsetattr */ #include <stdio.h> /* perror, printf, puts, fprintf, fputs */ #include <unistd.h> /* read, write, close */ #include <fcntl.h> /* open */ #include <sys/signal.h> #include <sys/types.h> #include <string.h> /* bzero, memcpy */ #include <limits.h> /* CHAR_MAX */ #include "vardef.h" /* INT32, INT16, INT8, UINT32, UINT16, UINT8 */ #include "serial.h"-This directory contains the version 0.0.4 release of the Serial Debugger (SDB). The SDB is free software. If you think it is useful in your applications or solutions, you are admitted to use this source code with the declaration of Copyright to the original author, now Ding Baohua. Install procedure is referred to INSTALL file.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
zhangxiaojun
[
SCM
]
string
DL : 0
user string LYCR you can use this String.h and String.m create yourself strings with custom color
Update
: 2025-02-17
Size
: 23kb
Publisher
:
RenZhenhua
[
Windows Develop
]
cstring-master
DL : 0
C语言实现字符串功能 String.h 纯C语言实现(C language to achieve string function String.h Pure C language implementation)
Update
: 2025-02-17
Size
: 6kb
Publisher
:
杨小小
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.