-
实现标准库函数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
-
单片机程序
单片机89C52,郭天祥hl8051开发板通用,从2013年实验板以前基本通用,程序精简,效率高,简洁明了,注释清除 适合初学者学习,高手可以帮忙给改进按键部分。。谢谢
- 2022-07-11 13:03:57下载
- 积分:1
-
A small program using threads, you can definitely do it
一个使用 线程的小程序,可以作到抛砖引玉吧-A small program using threads, you can definitely do it
- 2022-08-19 04:22:29下载
- 积分: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
-
也是用贪心算法,来求解一个最优解,不过,它是根据当前的最好加油位置,来决定下一个加油位置;...
也是用贪心算法,来求解一个最优解,不过,它是根据当前的最好加油位置,来决定下一个加油位置;
- 2023-01-20 16:00:04下载
- 积分:1
-
matlab 5.3中菜单unicontrol设计中如何传递变量。本人写了一个非常简单的界面程序,请大家帮忙建评一下一下。...
matlab 5.3中菜单unicontrol设计中如何传递变量。本人写了一个非常简单的界面程序,请大家帮忙建评一下一下。-menu design unicontrol how to pass variables. I wrote a very simple interface program, we help build commentary about what.
- 2022-09-18 13:15:03下载
- 积分:1
-
this program will set icon in system tray and it will list the programs on top
this program will set icon in system tray and it will list the programs on top
- 2022-11-05 11:10:03下载
- 积分:1
-
串口编程,通过串口可以监视串口文件,可以ASCII与十六进行进行观测数据,传入二进行制数据并且可以保存成object.bin文件...
串口编程,通过串口可以监视串口文件,可以ASCII与十六进行进行观测数据,传入二进行制数据并且可以保存成object.bin文件-serial programming, serial port can monitor serial documents, ASCII and can be conducted for 16 observational data into two data for the system and can save documents into object.bin
- 2022-11-02 08:05:03下载
- 积分:1
-
学生考勤系统在C++中
应用背景这是一个用涡轮写的学生考勤系统。这是一个控制台应用程序,可以在任何领域使用它。它使用的结构和数组来完成任务,在将来你可以把它连接到数据库。默认情况下,100是学生的最大数目,可以根据你的要求来改变;关键技术学生的最大数量是固定的。你可以输入新的记录和显示在屏幕上输入学生班数。你也可以更新一个学生记录。 ;封面设计中的图形。你可以存储学生的字符姓名、地址、姓名、地址及姓名班级人数为40。与之和;
- 2022-02-03 22:34:02下载
- 积分:1
-
实现多项式的相加 解决了某一范围内的多项式相加 有些不完善 SORRY...
实现多项式的相加 解决了某一范围内的多项式相加 有些不完善 SORRY-The realization of the sum polynomial solution of a polynomial within the scope of the sum of some imperfect SORRY
- 2022-08-12 10:46:19下载
- 积分:1