CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - string length

搜索资源列表

  1. Stringencryptionprocess.rar

    0下载:
  2. 字符串加密程序,可设置一位字符或数字密钥加密原字符串,字符串长度无限制,String encryption process, you can set a character or numeric key encryption the original string, string length limit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1136
    • 提供者:STAR
  1. Pointer-seeking-string-length

    0下载:
  2. 运用指针的相关知识进行求取字符串长度的操作。-Knowledge of the use of pointers strike length of the string operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:7099
    • 提供者:
  1. asdsdas

    0下载:
  2. 求字符串长度,发表一个同学写的源码用来学习-For the string length, issued a classmate to write source code used to study
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4678
    • 提供者:戴鹏初
  1. longerstr

    0下载:
  2. 给定一个字符串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
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:996609
    • 提供者:李华
  1. utf8

    2下载:
  2. 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分
  3. 所属分类:Other windows programs

    • 发布日期:2015-12-04
    • 文件大小:183520
    • 提供者:agan
  1. string

    0下载:
  2. 实现字符串拷贝、拷贝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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3563
    • 提供者:黄彩红
  1. compre

    1下载:
  2. 两个字符串的比较.编写一个程序,对键盘输入的两个字符串进行比较,输入的字符串长度不超过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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1457
    • 提供者:sunny
  1. plpro

    0下载:
  2. 一个求多义线各段参数(如果是弧段则有半径弧长)的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,
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1138
    • 提供者:三塔林
  1. strings

    0下载:
  2. 自定义字符串的常用操作:串拷贝、求串长、查找字符串的操作。-The common custom string operation: string copy, find string length, find the string operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:869
    • 提供者:网络风
  1. 11.1

    0下载:
  2. 题目1描述 编程实现在字符串的指定位置进行插入新一字符串,然后再将结果反序输出。例如,现有字符串aaaaa,然后要求在该字符串的第2个字符(从左到右数)的后面,插入新的字符串bbb,则反序输出的结果是aaabbbaa(注意,所有的字符串长度,无论是原本字符串的长度、待添加的字符串长度还是插入后总的字符串长度,都不超过100,而且这些字符串只含有数字字母字符)。-Topic 1 describes the programming insert a new string specified p
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1460
    • 提供者:chen jian sheng
  1. string

    0下载:
  2. 一)创建一个串+求长度+显示 (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
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:897532
    • 提供者:cuixi
  1. String

    0下载:
  2. 使用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
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:132961
    • 提供者:zzw
  1. CSADCWEEW

    0下载:
  2. 输出字符串的长度,判断数是不是回文数,找出1000内的所有元素-All elements of the output string length, the number of judgments is not a palindrome, find out the 1000
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1595
    • 提供者:吴伟
  1. 1130

    0下载:
  2. 统计字符 Acceteped : 85 Submit : 249 Time Limit : 1000 MS Memory Limit : 65536 KB Descr iption 给一个字符串,请找出出现次数最多的大写英文字母。 输入 第一行是一个整数N,表示样例的个数。 以后的每行一个字符串,串长不超过2000,且只含大写英文字母。 输出 每个样例输出一行,先是出现次数最多的大写
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:1276
    • 提供者:flyi
  1. zifuchuan

    0下载:
  2. 求字符串长度,最大字符串长度,最短字符串长度,平均字符串长度。-Find the string length, maximum string length, the shortest string length, the average length of the string.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3567
    • 提供者:张帅
  1. uva10324

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1409085
    • 提供者:蔡侑侖
  1. PA06-2

    0下载:
  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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:89357
    • 提供者:panxiong
  1. last-word-length

    0下载:
  2. 计算字符串最后一个单词的长度,单词以空格隔开。-Calculate the length of the string the last word, the word separated by a space.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:553
    • 提供者:sunhe
  1. shiyan2_1

    0下载:
  2. Write a program used to report its input string length, the longest and the shortest in enter to end the EOF marker.
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:4079616
    • 提供者:jingmisxm
  1. 计算字符长度

    1下载:
  2. 计算字符串长度Calculate string length(Calculate string length)
  3. 所属分类:其他

    • 发布日期:2021-03-09
    • 文件大小:375808
    • 提供者:EdenRuan
« 12 3 4 5 6 »
搜珍网 www.dssz.com