搜索资源列表
C++String
- 概述每一种字符串类型的特性;给出一些简单的示例并且概括如何在需要的时候将一种字符串类型转换成其它的类型。
VCstring
- c 语言 只替换第一次遇到的字符串 已通过编译-c language to replace only the first string encountered has passed compiler
c
- *** *** *** * 程序功能简介 个人财政支出管理程序,完成收入,支出,盈余的记录和管理。 课程设计要求 (1) 增加函数,完成财政账目的管理功能。 (2) 将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (3) 可自行增加程序的功能。 (4) 设计测试主程序,在主程序中完成测试。 课程设计说明 (1) SetGoal()函数账目中有问题,改正。 (2) 可将整修记录装入一个字符串,在两条记录间用特殊符号隔开。 (3) 查找相应
Test_Interview_Problem
- a c++ program, adding a new string to the file, separated by space, tab or new line
lunwen
- 通过C语言实现对文件的字符串查找替换功能,及自动排版的功能.代码高效,简洁.-Through the C language implementation of the document string search replace function, and automatic layout functions. Code is efficient, simple.
strlen
- 一个简单的的linux c++程序,求字符串长度,调用strlen函数。-A simple in linux c++ program, seek length of the string, call the strlen function.
CString
- 詳細的C#,String使用方法。內容提供完整的String使用技巧。-Details of C#, String usage. Complete String content tips.
hafuman
- 通过用C++来编写哈弗曼编码,对输入的字符串编码,输出编码串,建立哈弗曼树对输入的字符串进行左一右零的编码-By using C++ to write Havermann coding, the input string encoding, the output code string, to establish Havermann tree on the input string left right zero coding
program-codes
- The following zip file contains some basic codes for calculator,games and programs using string and functions using c++.
cPP_string
- C++ String类的用法总结,主要介绍了string类的成员函数及其用法-C++ String class usage summary, which contains the string class member functions and their usage
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" .
.net-c-linq-3
- how to make connection string with linq in .net c# asp platform
OReilly.-.21st.Century.C.2012.RETAiL.eBOOk-rebOOk
- Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn which older C concepts should be downplayed or deprecated Expl
cPP_string
- 详细剖析C++的string类用法,为初学者提供一个比较好的教程-Detailed analysis of the C++ string class usage
C
- 1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将cha
chuandejibencaozuo
- 主要介绍了数据机构中串的基本操作,附有串的基本操作的c语言代码。-Introduces the basic operating data agencies string, c language code strings attached to the basic operations.
reverse-string
- programe reverse a string in c
ojbyhw
- 1.本文代码仅保证在visual studio 2005上运行通过! 2.高亮的题目为华为机试第三题左右难度。 3.本文的字符串基本运用C++里的string类,很少使用常规字符数组形式。 华为华东地区笔试/机试必备考题库。 -1. This code is only guaranteed in visual studio 2005 run through! 2. Highlight entitled Huawei third question about the diffi
C-Language-Advanced-Topics
- C语言高级专题.数组&字符串&结构体&共用体&枚举-C language advanced topics. & String array structure & & & enumeration union
Test15
- c程序实现输入一个字符串,能判断是否为回文字符串(Enter a string to determine whether it is a palindrome string)