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

搜索资源列表

  1. 15577661

    0下载:
  2. 递归求字符串长度 许多公司的面试题目,找工作的人可以-recursive string length for the many interview subjects, people looking for work can s
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8976
    • 提供者:李乘风
  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. common_subsequence

    0下载:
  2. 计算两个字符串的最长公共子字符串的长度,使用动态规划。-Calculation of two of the longest common sub-string length of string, the use of dynamic programming.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-01
    • 文件大小:809
    • 提供者:金鹰翰
  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. WindowsApplication14

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

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

    0下载:
  2. 浮点数到字符串 length为小数长度,具体见说明-Decimal floating-point number to the length of the string length, specific See note
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:824
    • 提供者:张涛
  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. LCS

    0下载:
  2. 利用动态规划技术和递推的办法,求出两个字母表A和B的最大公共字串长度。-The use of dynamic programming techniques and recursive approach to find the two alphabets A and B, the largest public string length.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:963218
    • 提供者:孙静
  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. C

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

    • 发布日期:2017-04-03
    • 文件大小:55955
    • 提供者:cuijianzhou
  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. Dec

    0下载:
  2. 一个将十六进制数的字符串转化为十进制整数的功能函数,可以是任意的字符串长度-A string of hexadecimal numbers into decimal integer performance function, can be any string length
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2939
    • 提供者:郁寒
  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. WinTest

    0下载:
  2. ComboBox显示图片及下拉框根据字符串长度动态伸缩-ComboBox drop-down box to display pictures and dynamic stretching under the string length
  3. 所属分类:ComboBox

    • 发布日期:2017-03-30
    • 文件大小:50132
    • 提供者:宝宝
  1. achieve-the-hex-string-to-decimal-

    0下载:
  2. 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Descr iption: can be any hex conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:723
    • 提供者:Lzhou
  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 7 8 9 10 »
搜珍网 www.dssz.com