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

搜索资源列表

  1. repeat

    0下载:
  2. 最长重复子串问题 .问题描述: 在一个特定字符串str 中,多次出现的子串称为重复子串。如果字符串str 中有多个重复 子串,则其中长度最长的子串称为最长重复子串。例如,str=’abcdacdac’ ,则子串’cdac’ 是str 的最长重复子串。 .编程任务: 给定一个字符串str ,编程计算str 的最长重复子串。-longest repeated substrings problems. Problem descr iption : In
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:46483
    • 提供者:无翼
  1. WindowsApplication14

    0下载:
  2. String length, space in string, no of char in string
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:140571
    • 提供者:yeou
  1. C

    0下载:
  2. 个字符串常见算法系统总共包括12个模块。每个模块都是并列的,分别对应相应的字符串算法。只要输入相应的数字就能进入此模块然后进行相应的操作。而输入可以随意输入一个字符串(可以包含空格).我的第一个模块是求字符串的复制;第二个模块是字符串的比较;第三个模块是求字符串的长度 ;第四个模块是连接两个字符串;第五个模块将ch字符转换为小写母 ;是第六个模块是;将ch字符转换为大写字母 ;第七个模块是检查ch是否是字母;-Common algorithm string system includes 12
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:55955
    • 提供者:cuijianzhou
  1. StringHandler

    0下载:
  2. 控制字符串的显示长度,可以自定义需要显示的字符长度-Control the display length of the string, can self-define the need to display the character length
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:792
    • 提供者:John
  1. sicily3

    0下载:
  2. 输入一个字符串(字符串的长度不超过100),求出其中最长的回文子串的长度。子串的含义是:在原串中连续出现的字符串片段。回文的含义是:正着看和倒着看相同,如abba和yyxyy。-Enter a string (the length of the string is not more than 100), calculated the length of the longest palindrome substring. The substring meaning: the string frag
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:6283
    • 提供者:chen jian sheng
  1. main

    0下载:
  2. 发送字符程序,参数为发送字符串的首地址和发送字符串的长度)、换行子程序、空格子程序。--Subroutine to send a string (two ways, one of the first argument is the address to send a string, a string parameter to send the address and send the first string length), wrapped subroutine, subroutines sp
  3. 所属分类:CSharp

    • 发布日期:2017-12-02
    • 文件大小:712
    • 提供者:mao
  1. shiyan2

    0下载:
  2. 运用栈实现表达式开、闭括号是否配对出现算法。先要实现栈的基本操作算法,包括初始化栈、进栈、退栈等。本程序中,表达式中的元素限定为char型,表达式的长度<100。表达式输入的为一个以“#”为结束标志的字符串。若用户输入的表达式中少了左括号或少了右括号,打印“括号不匹配”。若输入的表达式左右括号匹配,打印“括号匹配”。-Use stack to achieve expression open, close parenthesis pair appeared algorithm. The ne
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:765
    • 提供者:陈序员
  1. compare

    0下载:
  2.   该程序功能是比较两个字符串的长度。解题过程是首先分别求得两个字符串的长度,然后对这两个值进行判断,实现两个字符串长度的比较。- The length of the program function is to compare two strings.Problem solving process is first evaluated two the length of the string, and then the two values to judge, compare two stri
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:2957
    • 提供者:张建平
  1. chuanyunsuanqi

    0下载:
  2. 串运算器 实现字符串输入、显示、比较、字符串求长度、字符串连接、字符串置换、求子川、串插入等功能-String operator to achieve a string input, display, compare, find the length of the string, string concatenation, string replacement, Praying Sichuan, insert string functions
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:500725
    • 提供者:李越
  1. chuanshiyan

    0下载:
  2. 实现串的各函数的功能,如返回串的长度以及求两个子串的连接-The function of the implementation of each function, such as two substring returns the length of the string and connection
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:846
    • 提供者:
  1. DAZICHENGXU

    1下载:
  2. 设计一个打字程序。包括随机产生字符串,以及字符串比较和统计。通过此课题,熟练掌握数组、格式输出、字符串处理等。 课题要求: (1)随机产生一字符串,每次产生的字符串内容、长度都不同; (2)根据(1)的结果,输入字符串,判断输入是否正确,输出正确率; (3)具有输入输出界面。 - The design of a typing program. Including random string, and the string comparison and statistica
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:812
    • 提供者:伊力亚尔
  1. HWTest11

    0下载:
  2. 该段代码实现密码截取。对像ABBA,ABA,A,123321这样对称的码串变成12ABBA,ABAKK,51233214之后,找出输入码串中最长的有效码串。如输入 ABBA,输出长度4;输入abaaab,输出长度5(baaab的长度)-This code implements password interception.To like ABBA, ABA, A, 123321 such symmetrical code string into 12ABBA, ABAKK, 512
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2957934
    • 提供者:
  1. QUDC

    0下载:
  2. 数据结构实习四 求字符串从某位置开始截取的一定长度字符串-Data structure to take fixed-length string
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2406
    • 提供者:young
  1. compute-the-length-of-last-word

    0下载:
  2. 计算字符串最后一个单词的长度, -compute the length of last word in a string !
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2851
    • 提供者:萧骁
  1. Series-of-operations-

    0下载:
  2. 窗体形式实现串的长度计算、取子串、插入、删除、模式匹配、复制等功能。-Form form calculate the length of the string in, take a substring, insert, delete, pattern matching, replication, and other functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:285969
    • 提供者:dongli
  1. bi

    0下载:
  2. 采用定长顺序存储表示,由用户创建串s和串t,实现在串s中下标为pos的字符之前插入串t-The use of a fixed length of storage, said by the user to create a string of S and string t, the string s in the string in the string POS string before the insertion string t
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:920
    • 提供者:zhangyix
  1. OperationTXT-4

    0下载:
  2. 这一篇与上一篇比较类似,目的相同,不同之处为读入到了list中,list泛型集合可以当作可变长数组使用。通过StreamReader创建一个流sr,然后通过一个while循环将读得的每行数据放入字符串类型的list中,之后对每个list分割,并返回一个字符串数组,这个字符串数组就可以通过转化为double来计算了,计算完成后可以通过放入sb中统一写入到文本文档中。-This is a comparison similar to the previous one, the same purpose
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:44654
    • 提供者:Baron
搜珍网 www.dssz.com