-
实现标准库函数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
-
project is 8 queen with c++
这个项目是8皇后与c++的编程和结构
- 2022-05-31 03:05:34下载
- 积分:1
-
用des方法实现加密,在控制台下指定要进行加密的文件,再指定输出文件名,可以得到对任意文件进行的des加密....
用des方法实现加密,在控制台下指定要进行加密的文件,再指定输出文件名,可以得到对任意文件进行的des加密.-used encryption method, designated under the console to encrypt a document and then designated output file name, which can be arbitrary files on the DES encryption.
- 2022-02-22 05:46:44下载
- 积分:1
-
遗传算法库
应用背景开发商想开发基于遗传算法的教授麻省理工学院开发的程序遗传算法库关键技术关键技术落后,这是能够将遗传算法库在你的源代码主要是用C++开发的
- 2022-02-05 06:42:21下载
- 积分:1
-
大地主题解算,包括正算和反算,公式使用的是简化后的适合编程用的公式...
大地主题解算,包括正算和反算,公式使用的是简化后的适合编程用的公式-Earth theme solver, including the positive operators and anti-calculation, the formula using a simplified formula used for programming
- 2022-01-22 07:26:13下载
- 积分:1
-
控制台在命名空间中封装的颜色设置
控制台颜色设置封装在一个命名空间,直接实用命名空间就能改变控制台输出字体属性-Console color settings encapsulated in a namespace
- 2023-02-06 04:25:03下载
- 积分:1
-
RUNGE-KUTTA-FEHLBERG
RUNGE-KUTTA-FEHLBERG
- 2023-08-26 19:35:04下载
- 积分:1
-
定时关机系统,能够完整地按照设定的时间自动关机,这样就可以提前下班,而不必担心计算机下载完的关机。...
定时关机系统,能够完整地按照设定的时间自动关机,这样就可以提前下班,而不必担心计算机下载完的关机。-Timing shutdown systems, to complete in accordance with the set time automatically shut down so that you can work ahead of time worrying about computer shutdown after download.
- 2022-02-05 04:34:05下载
- 积分:1
-
VC++语言界面较为简单的通讯录,以备STO…
用vC++文字界面编写的较为简单的通讯录,实现存储,查找,删除等功能。-VC++ language interface with a relatively simple address book to prepare for storage, search, delete functions.
- 2023-07-03 11:35:03下载
- 积分:1
-
表达式求值(C语言)
输入完成后直接回车进行计算 前后均不需要#...
表达式求值(C语言)
输入完成后直接回车进行计算 前后均不需要#-Expression evaluator (C language) input directly after the completion of return calculated both before and after do not need#
- 2023-09-07 18:30:03下载
- 积分:1