搜索资源列表
C++string类常用函数
- C++string类常用函数
string
- 基于离散特性的离散子串理论与算法,老师的一个论文,比较实用,可以看一下。-Based on the discrete characteristics of discrete sub-string theory and algorithms, a teacher s papers, more practical, you can look at.
STRING
- VB string developemtn 软件语言:简体中文 文件大小: 运行环境:Win98, Win2000, WinXP -VB string developement
C_Array_And_String
- C Array And String(basic c programming)
String
- example program c++ String
String-StringBuffer-StringBuil-
- String,StringBuffer,StringBuild的区别 ,详细的介绍了这三个方法的区别-String, StringBuffer, StringBuild difference, described in detail the difference between these three methods
string-sort
- 在2010年百度公司的一次校园招聘笔试中,要求应聘者设计一个strnumcmp函数。对比普通的strcmp函数,差别在于,当字符串中包含数字时,比较数字大小。数字大小相同或 不含数字时,仍然沿用原来的strcmp方式。所有不含数字的字符串均小于含数字的字符串。每个字符串的长度范围为1 ~ 30,而其中包含的数字个数范围为0 ~ 8,且数字在一 个字符串中是连续的。 例如:strnumcmp的判定结果:"abc"<"abc#"<"abcd"<"abc1"&
the-truth-world-of-string-theory
- 外国人写的弦论入门书籍对弦论感兴趣的人可以看一看-Introductory book on string theory, string theory, interested people can look at the
C-language-array-string-programming
- C语言 数组与字符串 编程题 求方阵两条对角线之和 2)求矩阵中的“鞍点”。-C language array string programming question seeking to square two diagonal and 2) in the Matrix " saddle point" .
Reverse-the-string-output
- 字符串逆序输出,使用了三种不同的方法,在不同的约束条件下进行选择-String reverse output, the use of three different methods under different constraints selected
String-pattern-matching
- 串的基本运算。串的顺序存储结构。模式匹配的基本概念及常用算法。-The basic operations of the string. The string stored in the order structure. Basic concepts and commonly used pattern matching algorithm.
String-turn-half-width
- 字符串全角转半角和半角转全角,总结所得,欢迎建议-String turn half-width and half-width full-width-to-full-width, sum up the resulting suggestions are welcome
String-reverse-position
- 写一个自定义函数实现字符串逆置。实现了一个字符串的就地逆置-A custom function realization string inversion,The realization of a string of in situ reverse home
String
- String的上课重要笔记,简介明了的解释了String的核心。-The String class key notes, brief and clear explanation of the core of String.
STRING
- 写一个MyString类,可以使用cstring(string.h)中库函数,然后编写代码使用函数-Write a MyString class, you can use the CString (string.h) in the library function, and then write code using function
Applying-Fast-String-Matching-to-Intrusion-Detect
- applying fast string matching to intrustion detection-applying fast string matching to intrustion detection
Perl-Format-String-Bugs
- Analysing Perl s printf function family format string bugs and exploitation. by CANVAS.
KMP-string-matching-algorithm
- 字符串匹配是计算机的基本任务之一。 举例来说,有一个字符串”BBC ABCDAB ABCDABCDABDE”,我想知道,里面是否包含另一个字符串”ABCDABD”? 许多算法可以完成这个任务,Knuth-Morris-Pratt算法(简称KMP)是最常用的之一。-String matching is one of the basic tasks of the computer. For instance, there is a string "BBC ABCDAB ABCDABCDA
JS-removing-spaces-in-the-string
- JS去除字符串中空格,及常用正则表达式,帮助初学者更好的学习javascr ipt-JS removing spaces in the string and regular expression commonly used to help beginners learn javascr ipt better
String matching alghorithm
- This book tell about string matching alghorithm, searching alghorithm