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

搜索资源列表

  1. multiinterfaces

    0下载:
  2. multiinterfaces.zipgBuffer searchMe = new StringBuffer( \"peter piper picked a peck of pickled peppers\") int max = searchMe.length() int numPs = 0 for (int i = 0 i < max i++) { //interested only in p s if (searchMe.charAt
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:672
    • 提供者:张竹
  1. Java聊天室程序

    1下载:
  2. 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new Da
  3. 所属分类:JSP源码/Java

  1. 细分时钟刻度算法.txt

    0下载:
  2. import java.awt.*; import javax.swing.*; public class Exercise8_12 extends JFrame { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { // Declare hour, minute, and seco
  3. 所属分类:WEB源码

  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. 实现生产者和消费者问题

    1下载:
  2. 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string array, for example, {" ab
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-27
    • 文件大小:778
    • 提供者:
  1. jtjavaswingcxsj

    0下载:
  2. 精心制作真心回报网友精通javaswing程序设计.rar精通程序设计如怎么计算中英文合并的字符串的长度-Elaborate truly proficient users return javaswing programming. Rar proficient in programming in English, such as how the calculation of the combined length of the string
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:146878
    • 提供者:crazywind
  1. Java

    0下载:
  2. Web应用程序在浏览器中显示字符串时,由于显示长度的限制,常常需要将字符串截取后再进行显示。 本文实现用Java实现按字节长度截取字符串。-Web applications in the browser to display the string, due to length restrictions, and often need to show the string after the interception. In this paper, using Java to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4925
    • 提供者:王平
  1. C06

    0下载:
  2. java中的字符串的输出以及java中的字符长度的函数-java string in the output, as well as java characters in length function
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:763
    • 提供者:章飞
  1. StringTools

    0下载:
  2. 该程序是测试字符串用的,来统计字符串的长度,以及去掉字符串中的空格字符!-The procedure used to test the string to string the length of Statistics, as well as the string to remove the space character!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2560
    • 提供者:杨德伟
  1. trietreeJava

    0下载:
  2. trie的原理是利用字符串集合中字符串的公共前缀来降低时间开销以达到提高效率的目的。 它具有以下性质:1,根结点不包含任何字符信息 2,如果字符的种数为n,则每个结点的出度为n(这样必然会导致浪费很多空间,这也是trie的缺点,我还没有想到好点的办法避免) 3,查找,插入复杂度为O(n),n为字符串长度。-The principle is the use of a string trie collection of string prefix to reduce the time overh
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2529
    • 提供者:李庆文
  1. Prerequisites

    0下载:
  2. 学生成绩计算的算法实现,根据Prerequisites题目编写完成的.- Problem Statement         ***Note: Please keep programs under 7000 characters in length. Thank you Class Name: Prerequisites Mathod Name: orderClasses Parameters: String[] Re
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:990
    • 提供者:姜水烈山
  1. HowEasy

    0下载:
  2. 还是topcoder的一个问题,HowEasy编写的,用JAVA实现- Problem Statement         ***Note: Please keep programs under 7000 characters in length. Thank you Class Name: HowEasy Method Name: pointVal Parameters: String Returns: int
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:670
    • 提供者:姜水烈山
  1. LongestPiece

    0下载:
  2. 对一个长整型的数,请输出其二进制序列,并计算序列中最长连续1串长度,和最长连续0串长度。-A long integer number of output binary sequence, and calculate the length of the longest consecutive string sequence, and the longest consecutive 0 string length.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:1036
    • 提供者:da
  1. The-string

    0下载:
  2. 这是一个Java字符、字符串、数组操作的一些实例源码,主要有数组的复制、反转字符串中的字符、命令行参数、求字符串的长度及每一个位置上的字符、数组的排序、String类数组的操作等-Some examples of source code of a Java character string, array operations, array replication, reverse the characters in a string, command line parameters, find
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:13499
    • 提供者:qoqo233
  1. WordCounter

    0下载:
  2. 对键盘输入一整串长的数据进行处理判断并计算出有多少个合法单词-The keyboard to enter a string length of the whole data processing to determine and calculate the number of valid words
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:554
    • 提供者:吕伟涛
  1. string-add

    0下载:
  2. Generate ascii and non ascii strings from length 0 to 20.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:1185
    • 提供者:zudinwu
  1. string-validate-input

    0下载:
  2. Returns a string equal in length to the length of the result of converting this object to a string.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3718
    • 提供者:vunyairie
  1. string-charat

    0下载:
  2. This test verifies that the Array.length property is not Read Only.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1365
    • 提供者:kongfanbie
  1. string-indexof-2

    0下载:
  2. test a lot of substrings of differing length and start-position.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1182
    • 提供者:zideicue
  1. 仿转转源码

    2下载:
  2. <?php $conn=mysql_connect("localhost","用户名","l数据库密码"); mysql_select_db("用户名",$conn); mysql_query("set names utf8"); function getstr($string,$length,$encoding='utf-8') { $string = trim
  3. 所属分类:PHP源码

« 12 3 »
搜珍网 www.dssz.com