搜索资源列表
Stringencryptionprocess.rar
- 字符串加密程序,可设置一位字符或数字密钥加密原字符串,字符串长度无限制,String encryption process, you can set a character or numeric key encryption the original string, string length limit
Pointer-seeking-string-length
- 运用指针的相关知识进行求取字符串长度的操作。-Knowledge of the use of pointers strike length of the string operation.
asdsdas
- 求字符串长度,发表一个同学写的源码用来学习-For the string length, issued a classmate to write source code used to study
longerstr
- 给定一个字符串S[1..n]和一个整数T,现在需要在字符串S中找出长度不小于T的一个子串, 使得其在原串中不重叠出现的次数最多,求这个次数。 Input 第一行:一个整数T(T > 1) 第二行:一个字符串S,且仅包含小写字母,字符串长度不超过10000 Output 一个整数。代表出现最多的次数 如果没有满足条件的解则输出0-Given a string S [1 .. n] and an integer T, now need to find the le
utf8
- 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分
string
- 实现字符串拷贝、拷贝size_t大小的字符串、字符串连接、将size_t大小的字符串连接、求字符串长度、字符串比较。-To achieve a string copy, copy size_t size string, string concatenation, the connection string size_t size, find the string length, string comparison.
compre
- 两个字符串的比较.编写一个程序,对键盘输入的两个字符串进行比较,输入的字符串长度不超过80-Comparison of the two strings. Write a program for keyboard input to compare the two strings, the input string length does not exceed 80
plpro
- 一个求多义线各段参数(如果是弧段则有半径弧长)的lisp程序 编号 1:凸度,2:弦长或直段长,3:半径,4:弧长,5:圆心-- 加载程序,运行bulge,则显示上述参数-A request polyline paragraphs parameters (if there arc radius of the arc length) of the lisp program number 1: crown, 2: string length or long straight section,
strings
- 自定义字符串的常用操作:串拷贝、求串长、查找字符串的操作。-The common custom string operation: string copy, find string length, find the string operation.
11.1
- 题目1描述 编程实现在字符串的指定位置进行插入新一字符串,然后再将结果反序输出。例如,现有字符串aaaaa,然后要求在该字符串的第2个字符(从左到右数)的后面,插入新的字符串bbb,则反序输出的结果是aaabbbaa(注意,所有的字符串长度,无论是原本字符串的长度、待添加的字符串长度还是插入后总的字符串长度,都不超过100,而且这些字符串只含有数字字母字符)。-Topic 1 describes the programming insert a new string specified p
string
- 一)创建一个串+求长度+显示 (1)生成一个串; (2)对(1)中生成的串进行显示; (3)对(1)中生成串的长度并显示; -A) create a string of the+ seek length the+ display (1) to generate a string (2) (1) to generate the string to be displayed (3) (1) generated in the length of the string and
String
- 使用c语言编写的处理c中字符串的基本函数,如求长度,去空格,连接等基本函数源代码,已调试~-C c language processing in the basic function of the string, such as for the length, go to basic functions such as space, connecting source code, have been debug to
CSADCWEEW
- 输出字符串的长度,判断数是不是回文数,找出1000内的所有元素-All elements of the output string length, the number of judgments is not a palindrome, find out the 1000
1130
- 统计字符 Acceteped : 85 Submit : 249 Time Limit : 1000 MS Memory Limit : 65536 KB Descr iption 给一个字符串,请找出出现次数最多的大写英文字母。 输入 第一行是一个整数N,表示样例的个数。 以后的每行一个字符串,串长不超过2000,且只含大写英文字母。 输出 每个样例输出一行,先是出现次数最多的大写
zifuchuan
- 求字符串长度,最大字符串长度,最短字符串长度,平均字符串长度。-Find the string length, maximum string length, the shortest string length, the average length of the string.
uva10324
- uva 10324 題目說明 : 給你一連串僅包含0和1的字串(字串長度最大到1000000,字串從第0個字元開始),要請你回答我們在第i個和第j個字元之間 (包含第i個和第j個),是否所有的字元均相同(均為1或均為0)。如果均相同請回答Yes,否則請回答No。 Input 每筆測試資料的第一列為一個僅包含0和1的字串,下一列有1個整數n,代表對於上一列字串以下有n個問題。皆下來的 n 列, 每列有2個非負的整數,分別代表 i和 j。 Outp
PA06-2
- Descr iption 给出大量字符串,要求找出所有两两完全相同的字符串。 Input Descr iption 第1行: 给出字符串的个数N(N < 10^7); 第2~(N + 1)行: 每行一个字符串, 每个字符串的长度不超过10^6个字符, 为了方便起见,字符串中只包含 a~z 的26个小写字母。 每个字符串依次从0到N − 1对应一个原始编号, 在输入中不会体现, 但会在输出中用到。 Output Descr iption
last-word-length
- 计算字符串最后一个单词的长度,单词以空格隔开。-Calculate the length of the string the last word, the word separated by a space.
shiyan2_1
- Write a program used to report its input string length, the longest and the shortest in enter to end the EOF marker.
计算字符长度
- 计算字符串长度Calculate string length(Calculate string length)