搜索资源列表
高速字符串处理功能的 C 语言源程序
- 高速字符串处理功能的 C 语言源程序,经修改后可以移植到其他程序中?-string-handling functions of the C language source code, as amended, can be transferred to other procedures?
5个c程序源代码
- 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
Automata to search string abab
- An automata implemented in C++ for searching a string of \"abab\" in a given string.
c++实现java中string类的方法
- c++实现java中string类的方法,可熟悉指针在内存中的移动
VCstring.rar
- C++string深入详解,写得很详细,需要C++中处理字符串的朋友可以看下,有各种函数的详细用法,很使用.,a detailed lesson on string class in VC
String-reverse
- 符串逆序输出是C语言经典算法之一,过去利用数组下标处理此类问题,较为繁琐,本文给出 了利用指针实现任意给定字符串的逆序输出方法,以及在此基础上进行回文字符串判断的便捷方法。-Pointers with a C-string string in reverse order and determine palindrome
string
- C标准库中的字符串函数的实现,包括strstr,strcpy等-implement of the str functions
string
- 使用C++函数实现的CString类。友元函数只能定义在类的内部吗?很奇怪的现象。用了就知道了。-The use of C++ Function of CString category. Friends yuan function can only be defined in the category of internal it? Very strange phenomenon. Spent on the know.
lzw
- 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2;
string
- C++ string类的用法,收录了大多数的操作。自己整理的,希望对大家有用-C++ String type of usage, a collection of most of the operation. Finishing their own, in the hope that useful
STRING_FUNCTION
- 标准C串操作函数全解,CHM电子文档。总结标准C库的串操作函数。- The standard C string manipulation functions-wide solution, CHM electronic documents. Summary of the standard C library string manipulation functions.
Csharp_Lv
- C#调用LV做成的DLL 主要为Boolean、数值、字符串、路径、数组、VISA设置名称 Boolean可以用数值代替,false:0 ture:1 路径及VISA设备名称可以改为字符串型。 注意:可以将Lv的输出字符串定义为32位。 在定义Labview的函数时,都使用Standard Calling Conventions。值型的Bass by都设置为Value,字符串型设置为C String Pointer。 在定义函数参数时,注意Labview与C#的数据类型必
c
- C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ C++ I/O
C-P-P-function-queries-Dictionary
- C++函数库查询辞典如有需要请下载 C/C++语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions
Count-numbers-of-vowels-in-string-cPP-source-code
- Count numbers of vowels in string c++ source code
调用示例
- C#调用C++ dll, 包括结构体, 数组, 函数指针, 字符串等等(C# calls C++ DLL, including the structure, array, function pointer, string, and so on)
C++
- 不使用string.h的头文件,实现一个string类,包括运算符重载等(Implement a string class, including the operator overloading)
C++中各种string的相互转化
- C++中各种string的相互转化,非常全面(Mutual transformation of various string in C++)
string
- 包含c++ 文件流操作 std::string操作(Include c++ file stream and std::string)
string类
- 自己写的c++string类的实现,有助于更加理解c++string类的实现,也有助于理解c++面向对想编程。(The implementation of the c++string class written by myself is helpful to understand the implementation of c++string class better, and also helps understand c++ oriented programming.)