-
实现标准库函数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
-
机器学习课要求编写3*3棋盘对弈程序。
该程序中一个对弈者通过神经网络方式实现
另一个通过机器学习的方式加以改进...
机器学习课要求编写3*3棋盘对弈程序。
该程序中一个对弈者通过神经网络方式实现
另一个通过机器学习的方式加以改进-3*3 chessboard vs program.One player is implement by neural net ,the other is implement by machine learning.
- 2022-02-16 05:43:33下载
- 积分:1
-
一个学生成绩管理系统,使用链表实现对数据的插入,发展。
学生成绩管理系统,应用链表实现对数据的插入,删除,查找,排序。-A student achievement management system, uses linked list for data inserting, deleting ,sorting and querying
- 2022-03-07 01:01:34下载
- 积分: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
-
Arbol binario
Aplicacion que crea 联合国乔木 binario 讨论 uso de nodos y apuntadores,se entra el arbol en inorden y este es mostrado el arbol en posorden
- 2022-02-03 08:55:13下载
- 积分:1
-
brjtag v1.9o 源代码
Broadcom EJTAG Debrick 实用程序-由 hugebird创作
- 2022-02-06 19:31:11下载
- 积分:1
-
服务器目录索引工具源代码
资源描述基于XML技术的服务器目录索引工具
> 程序调用文件基于asp
- 2022-03-23 04:02:09下载
- 积分:1
-
简单的windows下的arp扫描程序,可以查询网段内的主机
简单的windows下的arp扫描程序,可以查询网段内的主机-Simple arp scanner under windows, you can query the host network segment
- 2022-07-28 06:55:08下载
- 积分:1
-
统计文件的类型,对于不同的C++或Java等文件统计注释等行数
统计文件的类型,对于不同的C++或Java等文件统计注释等行数-Statistics document the type, for different C++ Or Java and other documents, such as the number of rows and Statistics Notes
- 2022-05-24 12:05:20下载
- 积分:1
-
Guinness dos batch command, which is very wide, basically should be good enough...
dos批处理命令大全,里面内容很全,基本上dos编程应该够用了-Guinness dos batch command, which is very wide, basically should be good enough for dos programming
- 2022-05-06 06:31:18下载
- 积分:1