搜索资源列表
2
- Chapter 2: Working with Characters and Strings
5
- 1 请编写一个函数fun,它的功能是:比较两个字符串的长度,(不得调用c语言提供的求字符串长度的函数),函数返回较长的字符串。若两个字符串长度相同,则返回第一个字符串。-1 Write a function fun, its functions are: to compare two string length, (not available in the language requirements call c function of the length of the string), th
daima3
- 找出两个字符串中的最大公共字串,如"abccaddde"和"dgcacadde"的最大公共字串是"cadd"-Identify the largest public string two strings, such as the largest the " abccaddde" and " dgcacadde" public string " cadd"
daima4
- 求三个字符串中最长单词的长度的程序,可以实现-Seeking the length of the longest word in the three strings program, can achieve
inalito
- parate de un proyecto que permite la lectura de datos desde un string programa muy basico en java que podria ser utilzado para repasar split y strings
programs
- this folder includes programs such as, compare strings, pointers as functions, increment pointer, define function, friend class for each other
digest
- Standard C++ not only incorporates all the Standard C libraries (with small additions and changes to support type safety), it also adds libraries of its own. The string class member functions provide a fairly comprehensive set of tools for creating,