-
实现标准库函数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
-
学生信息管理系统
这是一个名为“学生信息管理系统”的程序,您可以对学生信息做一些简单的操作!
- 2022-08-22 04:41:19下载
- 积分:1
-
很好的学习DLL的入门例子,里面讲述了non
很好的学习DLL的入门例子,里面讲述了non-mfc,mfc,mfc-ext等相关dll的编写以及调研例子程序-Good learning example DLL entry, which describes non-mfc, mfc, mfc-ext related dll example of the preparation and investigation procedures
- 2022-03-21 14:15:39下载
- 积分:1
-
霍夫曼编码 提供基本内核 下载后用户可根据需要根改
霍夫曼编码 提供基本内核 下载后用户可根据需要根改-Huffman code, provides the fundamental core, you can modify it as your wish after downloading it.
- 2022-10-02 07:55:03下载
- 积分:1
-
Apriori algorithm source code, in vc++ 6.0 environment to run, compile, there ar...
Apriori算法源码,在vc++6.0环境下运行,编译,有操作界面-Apriori algorithm source code, in vc++ 6.0 environment to run, compile, there are user interface
- 2023-01-11 16:10:04下载
- 积分:1
-
VB interpolation procedures, there are linear interpolation and circular interpo...
VB插补程序,主要有直线插补与圆弧插补,可以设置脉冲当量-VB interpolation procedures, there are linear interpolation and circular interpolation, you can set a pulse equivalent
- 2022-07-17 22:22:43下载
- 积分:1
-
一个文本编辑器,压缩包里包含源程序和可执行文件。
一个文本编辑器,压缩包里包含源程序和可执行文件。-A text editor, contains source code and executable file.
- 2023-08-30 17:05:04下载
- 积分:1
-
Controlling brightness and contrast of image
Controlling brightness and contrast of image
- 2022-02-20 22:19:23下载
- 积分:1
-
Objective: Program calculates the fule effiency of the car on the trip in miles/gallon and the cost
//目标:程序以英里/加仑为单位计算汽车在旅途中的燃油效率和旅途结束时的汽油成本。
- 2022-03-31 21:07:59下载
- 积分:1
-
关于C++顺序表的一个演示代码。欢迎大家下载!
关于C++顺序表的一个演示代码。欢迎大家下载!-C on the order form a demo code. Welcome to download!
- 2022-03-21 22:04:48下载
- 积分:1