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

搜索资源列表

  1. dict_search

    0下载:
  2. 从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中-from letters to the Matrix to find the dictionary contained the string, and the results by lexicographic output to a designated document
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8476
    • 提供者:Rachel
  1. java

    0下载:
  2. 连接各种数据库。各种数据库的JDBC驱动下载及连接字符串写法 为了方便大家查找,整理内容如下-Connecting various databases. Various databases JDBC driver to download and connection string writing for the convenience of everyone to find, organize the contents of the following
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:4817
    • 提供者:国加会
  1. TextFindReplace

    0下载:
  2. 程序文件名称:TextFindReplace.java 功能:字符串的查找与替换-Program file name: TextFindReplace.java functions: Find and replace string
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2636
    • 提供者:
  1. AWebsearchprogram

    0下载:
  2. 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。-This is a web search of the basic procedures, fro
  3. 所属分类:Java Develop

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

    0下载:
  2. 字符窜型转化为十六进制型的JAVA实现,找了很长时间哟。-Channeling-type character into hexadecimal type JAVA implementation, to find a very long time yo.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:2176
    • 提供者:li
  1. shangchuan

    0下载:
  2. 在一个字符串中查找子串 在一个字符串中查找子串-Find a string in the substring
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3406
    • 提供者:风满袖
  1. DemoTreeServicesImpl

    0下载:
  2. 比如说ajax的一些支持,统一的exception处理之类的,就是到数据库里查找树的记录,然后一顿循环递归,最后得到满足格式的树json串-For example, some support ajax, unified exception handling and the like, is to find the database record of the tree, and then meal recursive loop, and finally met a tree json strin
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:2395
    • 提供者:houxiaomeng
  1. ok

    0下载:
  2. 演示程序为计算机和用户的对话形式执行,即在计算机的终端显示图形界面的文档编辑器,然后用户就可以实现编辑,保存等像记事本一样的功能。 (1)打开以有文件,保存编辑文件,退出编辑器并提醒保存; (2)查找编辑区中的字符串,用已知字符串替换查找的字符串; (3)显示文件的存取路径; (4)剪切,复制,粘贴,删除等; (5)改变文本区字体的颜色,字体大小和形状的功能; (6)关键字显示蓝色、类库类名显示红色。 -Demonstration program for the co
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:7376
    • 提供者:chavman
  1. 09283041_MeiHeda_Task01

    0下载:
  2. 查找文档中JAVA字符串的个数,写入新文件-Find the number of documents in the JAVA string, write a new file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:6198
    • 提供者:meiheda
  1. cmpStr

    0下载:
  2. 用JAVA实现查找指定文本文件里某个字符串并全部替换。-JAVA implementation with the specified text file to find a string and replace all.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4601
    • 提供者:胡命炎
  1. TestString

    0下载:
  2. 这篇是介绍给你一个字符串如何查找字符串中字母-This is to introduce to you how to find the string to a string of letters
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:667
    • 提供者:夏雨夜
  1. LCS

    0下载:
  2. 求两个字符串的最大公共子串的问题,用矩阵法得到复杂度O(M*N)-Find the two largest public string substring problem obtained with the matrix complexity O (M* N)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:836
    • 提供者:qin
  1. test

    0下载:
  2. as实现array的模糊查询 假设array中存放的是字符串,也就是,是一个字符串数组。 String中有search()方法,可以查找匹配字符串-Fuzzy query as to achieve array assumption is stored in a string array, that is, is a string array. String in search () method, you can find the matching string
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-03
    • 文件大小:1134
    • 提供者:徐梦维
  1. website

    0下载:
  2. For loop in the string to evaluate the symbols Create method to find the frequency for each symbol
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:342187
    • 提供者:lolo
  1. string

    0下载:
  2. To find out the character in the string in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:10557
    • 提供者:preet
  1. jsoup-1.7.1-sources.jar

    1下载:
  2. jsoup 是一款 Java 的HTML 解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于JQuery的操作方法来取出和操作数据。 jsoup的主要功能如下: 从一个URL,文件或字符串中解析HTML; 使用DOM或CSS选择器来查找、取出数据; 可操作HTML元素、属性、文本; jsoup是基于MIT协议发布的,可放心使用于商业项目。-jsoup is a Java library fo
  3. 所属分类:Java Develop

    • 发布日期:2017-10-31
    • 文件大小:114325
    • 提供者:白水
  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. Concatenate--string

    0下载:
  2. Write a program to find whether no. is palindrome or not
  3. 所属分类:Java Develop

  1. java-string-similarity-master

    0下载:
  2. code for finding similarity between programs the text that has been entered so can find similar items
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:470666
    • 提供者:Darshita Pathak
« 12 »
搜珍网 www.dssz.com