CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - strings

搜索资源列表

  1. String_Array

    0下载:
  2. Java 字符、字符串和数组相关操作例子源码-Java characters, strings and arrays related operations example source
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11380
    • 提供者:H
  1. javasimpleexample

    0下载:
  2. java一些例子,包括从键盘接收输入字符串,并将其转换成整数的例子,产生一个随机数的例子-java examples include receiving input from the keyboard strings, and converting it into integer example, Generate a random number of examples, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7238
    • 提供者:丁如敏
  1. 字符串和数组

    0下载:
  2. java中字符串和数组的介绍-strings and arrays were introduced to the
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13481
    • 提供者:greatxiaotong
  1. 字符串

    0下载:
  2. java字符串应用与学习-strings and learning
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5856
    • 提供者:张琪
  1. TextFindReplace

    0下载:
  2. java写的查找替换程序,本程序实现像word一样的查找替换功能 create()方法用于创建主界面和创建有关查找和替换字符串结果信息的对话框-written procedures for the replacement search, the program like the same word search function replacement create () method is used to create the main interface and the creation o
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5588
    • 提供者:sheron
  1. StringTest.rar

    0下载:
  2. 编写一个Java应用程序,实现如下功能:   1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”;   2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同;   3)按字典顺序比较两个字符串”你”和”我”的大小关系;   4)将数字型字符串”100”和”123.678”转换为数字;   5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-30
    • 文件大小:752
    • 提供者:Allan
  1. palindrome

    0下载:
  2. 判断输入是否是一个回文串(即向前和向后读都是一样的字符序列)。 每个输入仅为一个字符串序列【即ID】,可以把ID看成任何以一个字母或下划线开头、由字母或者数字组成的字符串,字符串长度不超过50。每个测试数据为一行,要求程序能够一次处理多行测试数据。-Determine whether the input string is a palindrome (ie, read the same forward and backward sequence of characters). Each in
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:99366
    • 提供者:陈竑睿
  1. stroperate

    0下载:
  2. 统计一段英文文章中指定单词出现的次数,以" "为界限把文章分割成若干字符串。-Statistics for some English words in the article specified the number of occurrences of " " the limit of the articles are split into several strings.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1130
    • 提供者:Shirley
  1. SpinnerDemo

    0下载:
  2. SpinnerDemo演示了Java的微调控制(javax.swing.JSpinner使用)在Matlab应用。该演示包括三个纺纱用不同的数据模型:列表(细胞的字符串数组),数量和日期。纺纱厂是相互关联的使用,使他们的StateChangedCallback修改一个自动微调影响其他人。 此外,此实用工具演示如何分配键盘助记符(热键),以一个标签,并将它附加到微调控制。网页工具提示也显示在标签上()。 此实用程序还演示了如何设置,关闭与一个数字窗口有用的特性<ESC>关键。
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3277
    • 提供者:薛少杰
  1. javabase64-1.3.1

    0下载:
  2. Java Base64编码库使您的Java应用程序进行编码和解码的Base64字符串和流。-The Java Base64 library enables your Java application to encode and decode base64 strings and streams.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:65636
    • 提供者:menghongbing
  1. Java编程测试源代码

    0下载:
  2. 一个简单的例子,在它里面用到一个Factory类. 假设规定名字的输入格式可以是: fisrtname lastname lastname,firstname 我们需要一个父类Namer,Namer中有字符串类型的成员: frName与lsName,有成员函数getFrname() 和getLsname(),通过继承Namer定义以上两种名字格式的子类:FirstFirst与LastFirst. Factory类提供一个函数,它根据输入的参数判断输入的名字是哪种格式,然后
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-26
    • 文件大小:875
    • 提供者:ED
  1. strings

    0下载:
  2. 一些关于javaString的小实例,希望对大家有帮助-JavaString small number of examples, we hope to help
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:14930
    • 提供者:高蕊
  1. aa

    0下载:
  2. 串的基本操作 主要是对串的比较,求串长等-The basic operation of the main string of string comparison, and long strings
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4048
    • 提供者:lhy
  1. esql

    0下载:
  2. ESQL包 PostgreSQL jsp servlet javaBean 数据库访问 存取数据-queries the library database for the titles and ISBNs of all books in the library. The titles should be displayed to the user and the ISBNs may be used as form parameters. The JavaBean should be named
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-28
    • 文件大小:601680
    • 提供者:ssd3
  1. PassDec

    0下载:
  2. A java class that decodes base64 encoded strings
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1100
    • 提供者:kakaouskia
  1. PassEnc

    0下载:
  2. A java class that encodes strings to base64 encoding - Should be used along with PassDec class (decoding class) - also uploaded here-A java class that encodes strings to base64 encoding- Should be used along with PassDec class (decoding class)- also
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1274
    • 提供者:kakaouskia
  1. Oreilly.Java.Script.And.DHTML.Cookbook.eBook-LiB.

    0下载:
  2. On numerous online forums for Javascr ipt and DHTML, the majority of questions begin with "How do I...?" This new Cookbook provides the answers with a comprehensive collection of problems, solutions, and practical examples. The book s recipes range f
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:1541464
    • 提供者:mojtaba
  1. Arrays-and-strings-program

    0下载:
  2. 这是“数组和字符串编程”的实验报告,其主要目的:1通过实验,掌握java语言中数组、字符串程序设计的基本方法。 2较熟练地掌握java程序数组的应用、字符串处理操作的方法应用。 -This is the "programming arrays and strings," the lab report, and its main objectives: 1 through experiments, to master the java language arrays, the basic
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:69407
    • 提供者:牛力敏
  1. strings

    0下载:
  2. dividen of strings in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:566
    • 提供者:konst.web
  1. Wrapper-classes-and-strings

    0下载:
  2. 大学Java课程ppt,着重介绍了Wrapper类与字符串,适合大学生学习Java时使用。-University of Java courses ppt, highlighting Wrapper classes and strings for use when students learn Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:104488
    • 提供者:乔富
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com