搜索资源列表
1
- 任意输入一字符串,输出并统计其字母,数字,空格及其他字符的个数。-A string of arbitrary input, output and statistics of their letters, numbers, spaces, and the number of other characters.
zhengfuzifuzhuanhua
- 计算字符的个数,并且可以自动替换某一个字符,判断字符首字是否为数字及其正负-Calculate the number of characters, and can automatically replace a single character, the character' s first words to determine whether the number of its positive and negative
cPP
- 四项计算器 程序,模拟具有加、减、乘、除四种功能的简单计算器。 // 该程序具体要求如下: // 1. 运行程序,显示当前值及命令提示command>。 // 2. 通过键入字符 + 、 - 、 * 或 / (分别表示加、减、乘或除运算符)响应程序的提示command>,能够支持加、减、乘、除运算。 // 3. 当一个运算符输入后,程序便要求输入同当前值一起运算的第二个数。若给定了第二个数,程序便执行指定的运算,显示新的当前值。 // 4. 在程序提示c
computer
- 计算表达式,连接字符串,计算字符个数;若表达式格式不正确,提示是否继续-computer expression
string_bignum
- 用来实现输入一个乘法或加法,并对其进行计算。参加计算的两个数可以长达50个字符,能够准确计算,而不会出现超长。-Used to implement the input of a multiplication or addition, and its calculation. To participate in the calculation of two numbers can be up to 50 characters, to be able to accurately calculate
caculateword
- 本程序使用状态转换思想统计单词个数,统计单词时共有4种状体可供转化: 1:是字符但不是单词状 2:是字符但是单词状 3:不是字符但是单词状 4:不是字符但不是单词状-This program uses the number of state transitions ideological statistical word statistical word-like body for a total of four kinds of transformation: 1: Yes,
getAllPalindromeSubStr
- 给定字符串,求它的回文子序列个数。回文子序列反转字符顺序后仍然与原序列相同。例如字符串aba中,回文子序列为 a , a , aa , b , aba ,共5个。内容相同位置不同的子序列算不同的子序列。-Given a string, find its number of sub-palindromic sequence. Palindromic sequences reversed the order of characters remains the same as the original
numcode
- 函数功能是计算出一个字符串中每个字符的个数,不区分大小写。-Function is to calculate the number of each character in a string, the case does not distinguish between.
3-8
- 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function that removes all the characters that appear in the S2 the string S1