搜索资源列表
c++实现java中string类的方法
- c++实现java中string类的方法,可熟悉指针在内存中的移动
c
- C++ 字串切割模组 这个C++ class 是从 C++ cookbook 里的范例修改而来,利用 C++ traits 技巧 这个C++ class 是从 C++ cookbook 里的范例修改而来,利用 C++ traits 技巧 -C++ string cutting module of this C++ class from C++ cookbook examples of change from inside, using C++ traits techniques
FrameC_V0_4
- 1. 这是对之前MyOOCFwV1_0(http://www.pudn.com/downloads229/sourcecode/middleware/detail1079540.html)的完善,解决了之前的bug 2. 新添源码(src目录下):CharString、链式栈、链式队列、先序二叉树 3. 新添测试代码,放在test目录下 4. 运行环境:Linux + Eclipse IDE for C/C++ Developers-1. This is the improved v
c-P-P-lexical-analysis
- c++词法分析很简单的代码#include<iostream.h> #include<fstream.h> #include<stdlib.h> #include<stdio.h> #include<string.h> #include<conio.h> #include<process.h> /*头文件*/ -c++ lexical analysis is very simple c
string
- 字符串处理相关问题和常用字符串功能实现,适用于初学C和C++人员-Some question about string in c and c++
String-compare1
- String对象的比较 初识c++程序编程-Comparison of the String object
using-the-variable-query-string-data
- 一个基于SQLSERVER数据库的程序,C#利用变量查询字符串数据,附带的数据库文件在Database文件夹中,使用变量查询字符串,使用相当广泛。-A program based on SQLSERVER database C# variable query string data with the database file in the Database folder, use a variable to the query string, a wide range of use.
String
- 使用c语言编写的处理c中字符串的基本函数,如求长度,去空格,连接等基本函数源代码,已调试~-C c language processing in the basic function of the string, such as for the length, go to basic functions such as space, connecting source code, have been debug to
CPPsplit-the-string
- C++分割字符串的实现(split函数)-The realization of the c++ string segmentation (split function)
string
- 用C实现字符串处理函数 用C实现字符串处理函数-C string processing functions C string processing functions
Reverse-a-string
- 经典的递归实现字符串反转(C语言版),很经典很实用-The classic recursive implementation of the reverse a string (C language version), very classic and very practical
remove-vowels-from-string-c
- Removes vowels from string we enter and prints sting without vowels
C-judge
- C语言 实现判断一个字符串是否是另一个字符串的字串 代码简洁干净~只用了strcmp函数-C language implementation to determine whether a string is a string with another string of code simple and clean- only a strcmp function
cryptfial
- 文本串加密和解密程序。一个文本串可用事先给定的字母映射表进行加密。例如,设字母映射表为: a b c d e f g h I j k l m n o p q r s t u v w x y z n g z q t c o b m u h e l k p d a w x f y I v r s j 则字符串“encrypt”被加密为“tkzwsdf”。 试写一个算法将输入的文本串进行加密后输出; 另写一个算法将输入的已加密的文本串进行解密后输出
C
- 一个使用的计算字符串中单词个数的c语言程序,用于学习了解c语言编程-Calculate the number of words in a string c language program that used to learn about c programming language
string
- 自己写的 C++ String 类,常用的都封装了。-C++ String Class
String-matching
- 字符匹配问题为典型的字符数组的应用,体现了c语言面向过程的特性。可在VC6.0下进行正确编译及运行。-The character matching problem is a typical character array, which embodies the characteristic of C language. Can be compiled and run under VC6.0.
调用示例
- C#调用C++ dll, 包括结构体, 数组, 函数指针, 字符串等等(C# calls C++ DLL, including the structure, array, function pointer, string, and so on)
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.)