CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - String类

搜索资源列表

  1. CPP_string

    0下载:
  2. C++string 类的重要操作的列表,程序员课自行查阅-C++ string class, a list of important operations, the programmer access to their own class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:12819
    • 提供者:
  1. Zifu

    0下载:
  2. 字符串处理,调用String类,stringbuffer类方法,stringtokenzier类方法。提取关键字,运算符等。-java,string,stringbuffer, stringtokenizer.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2254
    • 提供者:李欢
  1. ss

    0下载:
  2. 大整数乘法源码,输入两个大整数并返回相乘的结果。使用String类来实现,可进行高精度的乘法运算。-Large integer multiplication source, enter the two big integers and returns the result of multiplying them. Achieved the String class, high-precision data multiplied.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2278
    • 提供者:fangjunjie
  1. CPP_String2.1

    0下载:
  2. 深入学习C++_String2.1版,对要学习string类得朋友或许有帮助-Depth study of the string class ,I hope it may have a good help to you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:323184
    • 提供者:pzhysuo
  1. c_string

    0下载:
  2. 这是一个c++的string类的常用函数,很好的-this is a user document,it contains a lot of functions about the class of string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:12787
    • 提供者:073821040
  1. strrep_

    0下载:
  2. 实现string类中的strrep(char *a,char *b,char *c) 在a字符串中查找b并替换成c-strrep function program
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:924
    • 提供者:lxd
  1. a-check-string-class

    0下载:
  2. 自己写的一个类,实现对字符串的检测。(C++语言) 可以检查字符串是否满足某种指定的类型格式, 指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等, 同时允许把字符串转换成相应的数据类型, 可用于对用户输入字符串的检验和转换等。 该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等, 仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。 资源中包括使用说明,数个(.h)和(.cpp)文件 在VC6和VS2010上都可调试通过,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:18162
    • 提供者:商城豪
  1. String

    0下载:
  2. 自己写的一个Sting类 c++代码 主要可以练习c++运算符重载等知识 适合新手-A Sting class to write their own C++ code can practice the knowledge of c++ operator overloading for novice
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:8191
    • 提供者:tianqiujie
  1. JSPLogion-Application-

    0下载:
  2. 主要结合JSP的request对象、forward语法和JAVA中String类的基本方法完成的登陆程序,用户名和密码固定,之后进行验证 -With the JSP request object forward syntax and JAVA String class to complete the landing procedure, a fixed username and password, then verify the
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-17
    • 文件大小:131030
    • 提供者:李强
  1. StdString_src

    0下载:
  2. 一个string类的实现,挺巧妙的,可以用来学习-A string class, very clever, can be used to study
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:34365
    • 提供者:wulala
  1. Mystring

    1下载:
  2. 这是我自己编写的一个string类,给初学者一个参考。-A string class build by myself.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-03-31
    • 文件大小:821
    • 提供者:大地
  1. JavaAPI

    0下载:
  2. ①阅读Java API文档,掌握借助API编程的方法。 ②掌握String类的常用方法 ③掌握Date类以及Calendar类的常用方法; -① read the Java API documentation, to master the method with API programming. ② master the String class to grasp the common method ③ Date and Calendar classes class common m
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10661
    • 提供者:朴敏
  1. libunistring-0.9.3.tar

    0下载:
  2. 实用的string 类,这个通常用于UTF-16 UTF-32 ANSI 等之间的转换-Practical string class, the normally used UTF-16 UTF-32 ANSI conversion between such
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2555215
    • 提供者:林克
  1. MyCASIO

    0下载:
  2. 实现计算器的主类,入口是一个string类变量,表示数学表达式。输出一个double变量。-Realize calculator main class, the entrance is a string class variable representing mathematical expressions. Output a double variable.
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:97095
    • 提供者:John
  1. cPP

    0下载:
  2. 模仿C++库中的string类,声明一个C++字符串类string,该类基本框架-To imitate C++ library string class the to declare a C++ string class string class basic framework
  3. 所属分类:assembly language

    • 发布日期:2017-12-07
    • 文件大小:1188
    • 提供者:smile920
  1. xstring

    0下载:
  2. 自定义string类 包括运算符的重载函数-Custom string class
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-07
    • 文件大小:1247
    • 提供者:梦宝
  1. string

    0下载:
  2. C++设计字符串类1) 能够用 “+” 来处理两个字符串的相加;2) 具有在一个字符串中搜索一个字符的功能;3) 具有在一个字符串中搜索另一个字符串的功能;4) 实现去除字符串最前面和最后的空格的功能;5) 编写一个main()函数,测试你的字符串类的各种功能。-C++ design string class 1) can use " +" to deal with the addition of two strings 2) has a function to search
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:910909
    • 提供者:许珂
  1. FulFilString

    0下载:
  2. string 类的完全实现, 包括构造, 复制, 操作符重载等等, 能正确地释放内存-the string fully realized, including the structure, replication, operator overloading, etc.
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:2856
    • 提供者:wenjie
  1. operation1

    0下载:
  2. 实现计算器加减乘除和括号,用到栈和string类的方法-Calculator, Math and brackets, used in the stack and the string class methods
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:3974254
    • 提供者:张文强
  1. 1

    0下载:
  2. 使用string类和STL相关容器统计输入文本中所有单词出现的次数。要求:(1)单词统计不分大小写,如Cambridge和CAMBRIDGE是同一单词;(2)标点符号“,. !?”需要过滤;(3)输出结果按照字母大小从小到大排列且输出单词必须是小写,如Cambridge应转化为cambridge后输出。-Use string class and STL the relevant container Statistics input text, the number of all the word
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1024
    • 提供者:zhang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 45 »
搜珍网 www.dssz.com