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

搜索资源列表

  1. binaryImg

    0下载:
  2. JAVA将图片转换成二进制字符串、将已有的符合图片格式的二进制字符串转换成图片显示。-JAVA convert the picture into a binary string, would be consistent with existing image formats to convert binary string to display images.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-29
    • 文件大小:1327
    • 提供者:王永山
  1. jQueryAjaxGuestbook

    0下载:
  2. jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:89939
    • 提供者:Lachlan
  1. GB2Acronym

    0下载:
  2. java 将中文字符串转换成首字母简称,同时保留字符型,数字型输入为原始值-Chinese characters will be converted to Pinyin Jane Code, if the figures and characters encountered directly, as Jane Code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1154
    • 提供者:歪子锅
  1. groupLabel.tar

    0下载:
  2. 一个给自己的好友分组按照好友的归属起组名的功能,以好友的特征字符串建立索引表-A grouping according to their friend friends group names since the attribution of features to friend feature string index table
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4202
    • 提供者:翟禹
  1. mc

    0下载:
  2. 野人与传教士 用回溯的方法解决n,k下的传教士野人问题。 输入为n和k, 输出是一个字符串的数组,表示渡河的过程,第i个元素表示第i步摆渡后的状态 第0个元素表示初始状态,如 "(3,3,1)" …………………… 最后一个元素表示最终状态,即 "(0,0,0)" 如果没有解,返回一个只有一个元素"no solution"的字符串数组-Savage and missionaries
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:614
    • 提供者:dsy
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. ASortSoftware

    0下载:
  2. 排序软件,实现了基本数据类型(字符串、数值)、结构、对象、文件的排序。数据的获取可由键盘直接输入或从其他软件获取(Word文档或excel文件),排序后文件可保存到Word文档或excel文件,实现了用Java操作Microsoft office软件。-Sort software, to achieve the basic data types (strings, numeric), structure, object, document sorting. Access to the data
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3347596
    • 提供者:Avenway
  1. Huffmanjava

    0下载:
  2. 利用JAVA程序,接受输入的字符串,输出对应的哈弗曼编码 -Accepting the String imported from keyboard ,then export the huffman code of a correspondence.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:6026
    • 提供者:许陈晨
  1. OracleClob

    0下载:
  2. java中在oracle中保存大对象,用clob非常方便,可以直接存字符串-java stored in the large object in the oracle, with clob is very convenient, you can directly deposit the string
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-06
    • 文件大小:1475862
    • 提供者:何俊彬
  1. StringFindReplace

    0下载:
  2. 在字符串中寻找和替换一些字符.String就是java中的字符串,用双引号引起来的几个字符.如"Abc","一天".   如何创建一个String?   1.String s1 = "ABCD"   2.String s2 = new String("ABCD") -In the string search and replacement of some characters. String is a string in java, use double quotation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:772
    • 提供者:jolly
  1. Chap2

    0下载:
  2. java 字符串处理的一些程序代码 这是java cookbook 第二章的代码-string handling some of the java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:5680
    • 提供者:yiojf
  1. utilTols

    0下载:
  2. 工具包,报告时间类型转化,字符串解析,数字的加减乘除等处理-Tool kit, the report time type conversion, string parsing, numbers, addition and subtraction multiplication and division, to deal with
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14680
    • 提供者:eruda
  1. AppendText

    0下载:
  2. Java中的输入 输出的应用 在字符串后面添加字符-Java, the application of input and output characters in the string appending
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:535
    • 提供者:袁飞
  1. colorstring

    0下载:
  2. 本例是一个java小程序,字符串的颜色可以随着时间的变化而从左到右依次变化-This example is a java applet, the color of the string can change over time changes from left to right
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:13066
    • 提供者:liuliu
  1. dxc

    0下载:
  2. 利用多线程写的字符串移动和小球碰撞-The use of multiple threads to write a string of mobile and small ball collision
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:1635
    • 提供者:jack
  1. JDom--Str

    0下载:
  2. java 制作解析形式XML字符串 必须有JDOM这个包-JDOM TO String
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:798
    • 提供者:jinghouyu
  1. java2

    0下载:
  2. 1、显示星期几对应的英文字符串。 用week表示星期几,可用switch语句将week转换成对应英文字符串,week为整型数据由用户输入。 用户输入参考: -1 shows the corresponding day of the week in English string. With the week, said a few weeks, switch statement can be converted into the corresponding week in Englis
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3604
    • 提供者:胡海
  1. ClassStudent

    0下载:
  2. 输入学生信息,包括学号/姓名/年龄,依次输入一个学生信息, 格式如下:Scanner 1,张三,20 输入完学生信息后,输入over代表结束 要求:保存所有学生的信息(List),并计算出平均年龄 学生类/Test(main) 封装/多态/重写equals hashCode toString/List/Integer 正则校验/字符串拆封 -Enter student information, including Student ID/name/age
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1880
    • 提供者:姬智民
  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. tSignature

    0下载:
  2. 这里以对字符串的签名和验证为例,说明数字签名函数用法。算法为MD5WITHRSA.-Here for the signature and verification of the string as an example to illustrate usage of the digital signature function. Algorithm MD5WITHRSA.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1147
    • 提供者:mengmeng
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 36 »
搜珍网 www.dssz.com