搜索资源列表
CString 操作指南
- vc中关于string的操作,有字符串的各种获取,查找,详细介绍了string的各种操作-vc on the string of operation, the string of access, search, detailing a string of operations
ASP.NET+VB
- 1.使用源程序前系统必须安装Microsoft SQL Server 2000 3.将程序中数据库连接字符串中的Data Source项改成与安装后的SQL Server服务器的名称一致,可以在程序中通过查找替换方式来实现。 用ASP.NET和VB实现的-1. Before the use of the source system must install Microsoft SQL Server 2000 3. will process database connection string
SearchCr
- 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。
dict_search
- 从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中-from letters to the Matrix to find the dictionary contained the string, and the results by lexicographic output to a designated document
SearchInJspFile
- 实现文件的查找功能,在指定的文件名中查找对应的字符串,存在就将该文件名绝对路径打印出来。
zfc
- JAVA写的字符串查找!可以快速查出以该字母开头的所有汉字!
reg2NFA
- 这是编译原理的一个实验, 是把一个正则表达式转化为不确定有穷自动机NFA的算法程序,朋兴趣的朋友可以下载来看看哦。 一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字符)组成的文字模式。该模式描述在查找文字主体时匹配的一个或多个字符串。正则表达式作为一个模板,将某个字符模式与所搜索的字符串进行匹配。 本实例的符号包括: 1. 基本正则表达式, 如ab 2. 重复, 如a* 3. 在各项中选择, 如a|b
TextFindReplace
- 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
Notepad
- 1、 可显示当前鼠标的行列位置 2、 实现字符串的查找与替换 3、 实现记事本中的常用菜单项 4、 *实现文件的打开与保存 5、 *设置文本的字体 -One can show that the ranks of the current mouse position 2, implementation of the search string with the replacement of 3, implementation of the commonly used Notep
jumin
- 在程序中需要使用到的字符串大致可以分为两大类,一类是创建之后不需要做修改和变动的字符串常量,另一类则是创建之后需要添加,插入和修改等更改的字符串变量。在java中,对于字符串常量对象则使用String类,它提供了许多诸如比较(compareTo),查找(indexOf)之类的操作,而对于字符串变量对象则使用StringBuffer类,它提供了扩充(append),插入(insert)等操作。-In the procedure requires the use of the string can
java
- 连接各种数据库。各种数据库的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
java
- 1. 可显示当前鼠标的行列位置 2. 实现字符串的查找与替换 3. 实现记事本中的常用菜单项 4. *实现文件的打开与保存 5. *设置文本的字体 -1. Shows the ranks of the current mouse position 2. Implementation of the search string with the replacement of 3. Implementation of commonly used Notepad menu item
Edit
- 设计一个Java程序编辑器 实验目的:图形界面、线程、流与文件等技术的综合应用。 题意 设计一个图形界面的文档编辑器,实现以下功能: (1) 打开、保存文件。 (2) 查找、替换字符串。 (3) 定时自动更新文件,并创建备份文件。 (4) 将Java关键字以不同颜色或不同字体显示。-The design of a Java program editor experimental purposes: graphical interfaces, threading, st
TextFindReplace
- 程序文件名称:TextFindReplace.java 功能:字符串的查找与替换-Program file name: TextFindReplace.java functions: Find and replace string
AWebsearchprogram
- 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。-This is a web search of the basic procedures, fro
trietreeJava
- 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
StudyMainClass.java
- 字符串的查找 StudyMainClass.java-Search string
shangchuan
- 在一个字符串中查找子串 在一个字符串中查找子串-Find a string in the substring
TestString
- 这篇是介绍给你一个字符串如何查找字符串中字母-This is to introduce to you how to find the string to a string of letters
TestString
- 查找字符串中英文字母个数,并把连续的英文字母替换成一个 _ -Find string number in English letters, and the continuous English letters as a replacement _