-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
VC interrogation room monitoring software and removing the crew time, temperatur...
VC 审讯室监控软件,取下位机时间,温度,湿度,并显示-VC interrogation room monitoring software and removing the crew time, temperature, humidity, and show
- 2022-03-16 02:07:37下载
- 积分:1
-
红外分析仪
红外分析仪-infrared analyzer
- 2022-04-15 17:51:51下载
- 积分:1
-
是一个不错的tc函数集
是一个不错的tc函数集-function set of tc
- 2022-01-25 16:37:20下载
- 积分:1
-
安捷伦e3631电源的labview库文件
应用背景可 以 直 接 在 l a b v i e w 中 调 用 库 文 件 来 控 制 安 捷 伦的 课 编程 电 源 e 3 6 3 1 , 方 便 简 单 ,现 在 文 件 可 以 直 接 使 用 。关键技术N I 提 供 的 安 捷 伦 e 3 6 3 1 l a b v i e w 库 文 件 , 可 以 用 来 控 制 电 源 的 电 压 和 电 流 , 可 以 读 取 电 压 和 电 流 值 。
- 2022-01-24 13:35:13下载
- 积分:1
-
细胞自动化
一种细胞自动化模拟器与 STL 容器的使用和使用一个数组实现的。很好的教育的目的,若要了解如何在 c + + 中使用的复制和移动的语义,以及 R 和 L 值。
- 2022-03-20 22:17:39下载
- 积分:1
-
用C语言写的《城市信息及最短路径查询系统》,图形界面,功能比较齐全。...
- 2022-05-19 14:23:54下载
- 积分:1
-
一个用java写的非常简单的日历表,个人觉得对于初学都来说不错落...
一个用java写的非常简单的日历表,个人觉得对于初学都来说不错落-A very simple calendar developed with Java,I think it should help newer very much.
- 2022-03-25 17:06:05下载
- 积分:1
-
a group function for converting hexadecimal string octal binary string string to...
一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
- 2022-04-28 06:13:26下载
- 积分:1
-
赛马游戏
应用背景这场比赛是赛马的控制台。如果你 ;输入数马想比赛(max10)和 ;马输入名称(最多3个),你可以赛马游戏控制台。关键技术 ;我用gotoxy编码语法。
- 2022-08-17 01:27:25下载
- 积分:1