Welcome![Sign In][Sign Up]
Location:
Search - Answer C2

Search list

[ConsoleAnswer C2

Description: 实现标准库函数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.
Platform: | Size: 2964 | Author: 王鹏 | Hits:

[ConsoleAnswer C2

Description: 实现标准库函数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.
Platform: | Size: 3072 | Author: 王鹏 | Hits:

[OtherC2

Description: 收集了目前大学期末考试中18个重要的C程序源代码例题解答,还有24个待续。题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月    后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?-Collected at the end of the current university examinations 18 important example C source code to answer, there are 24 adjourned. Title: Classical problem: a pair of rabbits, from the birth of the first 3 months of each month from birth to a pair of rabbits, a small rabbit to the first three months after a long month again with a pair of rabbits, if not dead rabbit and asked monthly total of the number of rabbits?
Platform: | Size: 1024 | Author: ning | Hits:

[Otherc

Description: C2期末考试复习上机练习部分答案 D1033 P211 P216 P217 P222 P257 P311 P312(C2 final exam, review the exercises part of the answer)
Platform: | Size: 3072 | Author: 908026210 | Hits:

CodeBus www.codebus.net