-
实现标准库函数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编写的windows平台下的桌面监控软件。很少见的。
VC编写的windows平台下的桌面监控软件。很少见的。-VC prepared under windows platform for desktop monitoring software. Very rare.
- 2022-10-17 17:15:03下载
- 积分:1
-
window平台下实现tail 类似unix下的tail功能,实时跟踪显示文本文件的改变,常用于显示日志文件。...
window平台下实现tail 类似unix下的tail功能,实时跟踪显示文本文件的改变,常用于显示日志文件。-window platform to achieve similar unix tail under the tail function, real-time tracking shows the change text files, which are often used to show the log file.
- 2023-01-08 04:10:03下载
- 积分:1
-
一个罪恶的功能,在控制台上实现动态的正弦函数
一个sin函数,实现在控制台上动态正弦函数-A sin function, to achieve dynamic sine function on the console
- 2022-01-27 20:01:06下载
- 积分:1
-
一个文本编辑器,压缩包里包含源程序和可执行文件。
一个文本编辑器,压缩包里包含源程序和可执行文件。-A text editor, contains source code and executable file.
- 2023-08-30 17:05:04下载
- 积分:1
-
这是一个运用堆栈和队列编写的程序,主要是对一种语言的解释...
这是一个运用堆栈和队列编写的程序,主要是对一种语言的解释-A program written for stack and queue, explained a specific language
- 2023-06-21 02:10:03下载
- 积分:1
-
h323协议的介绍,有极高的价值,请各位阅读
h323协议的介绍,有极高的价值,请各位阅读-h323 protocol introduction, there are high value, please read
- 2022-08-03 03:13:45下载
- 积分:1
-
在MATLAB中,字音建立藏族语言转换…
在matlab下,构建了一个藏语字音转换系统-In matlab, the divergence in pronunciation to build a Tibetan language conversion system
- 2022-03-23 07:26:05下载
- 积分:1
-
莫尔斯电码翻译
您好世界!这是写在 c + + 编程语言的方案。它是关于莫尔斯电码翻译。要运行此代码,您需要有 Microsoft Visual Studio 2010 版或更高版本的软件。它是一个控制台应用程序。希望它会对你有所帮助。享受你编码的生活 !
- 2022-04-26 21:51:52下载
- 积分:1
-
银行系统
银行系统的单用户
您可以添加一个客户。
与帐户相关的详细信息。
选择帐户类型。(储蓄或检查)
1.存款现金
2.支取现金
3.查看客户充分详细信息
4.查看客户余额
- 2022-12-15 07:40:03下载
- 积分:1