搜索结果

找到约 903 项符合 stRing-include 的查询结果

Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Every ...
https://www.eeworm.com/dl/619/280847.html
下载: 33
查看: 1053

教育系统应用 c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include &lt

c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <fstream>//输入/输出文件流类 using namespace std const int Maxr=100 //最多的读者 const int Maxb=100 //最多的图书 const int Maxbor=5 //每位读者最多借五本书 //读者类,实现对读者的信息的描述 ...
https://www.eeworm.com/dl/621/304040.html
下载: 55
查看: 1195

数据结构 #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
https://www.eeworm.com/dl/654/155766.html
下载: 162
查看: 1368

数据结构 #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
https://www.eeworm.com/dl/654/155768.html
下载: 164
查看: 1144

数学计算 #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
https://www.eeworm.com/dl/641/155770.html
下载: 50
查看: 1382

人工智能/神经网络 #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
https://www.eeworm.com/dl/650/155771.html
下载: 171
查看: 1057

编译器/解释器 #include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h>

#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////////////////////////////////////////////////////////////////*/ void r ...
https://www.eeworm.com/dl/628/175711.html
下载: 91
查看: 1328

其他 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.

#include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next
https://www.eeworm.com/dl/534/185021.html
下载: 53
查看: 1453

其他嵌入式/单片机内容 ST7920 LCD driver source code, which include the LCD init and output the string to LCD.

ST7920 LCD driver source code, which include the LCD init and output the string to LCD.
https://www.eeworm.com/dl/687/268765.html
下载: 165
查看: 1161

嵌入式/单片机编程 #include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigne

#include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #define wait_time 0x1
https://www.eeworm.com/dl/647/297444.html
下载: 93
查看: 1140