CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - string类的方法
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - string类的方法 - List
[
VC/MFC
]
Cpp_Primer3rd_Edition
DL : 0
本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overloading functions analytic mechanism may be more important is a coverage a very broad library has now become a standard part of C including formerly known as STL standard template library's new content tring type sequence and a group l
Date
: 2026-01-01
Size
: 3.81mb
User
:
gong
[
VC/MFC
]
VC_SQL_foundation
DL : 0
在VC环境下对于数据库的基本操作(运用ADO)。 VC常用的数据类型转换方法和C++ String类的使用方法。-VC environment in the database for the basic operations (the use of ADO). VC commonly used data type conversion methods and C++ String category of use.
Date
: 2026-01-01
Size
: 47kb
User
:
Steno
[
VC/MFC
]
VC6
DL : 0
本书是普通高等院校计算机专业(本科)实用教程系列丛书之一,主要介绍C++语言中常量、变量、表达式、语句、函数等语法成分的定义和使用,数组、字符串、指针、结构、联合、类、文件等数据类型的定义和访问,累加、统计、查找、排序、矩阵运算、数据输入、数据输出等一系列典型程序的设计方法,C++程序结构和VisualC++6.0集-This book is an ordinary computer professional institutions of higher learning (undergraduate), one of practical course series, introduces the C++ language constants, variables, expressions, statements, function definitions, such as grammar and use of components, array, string, pointer, structure Joint, category, file types, such as data definition and access, accumulate, statistics, search, sorting, matrix operations, data input, data output, such as a series of typical design procedures, C++ program structure and VisualC++6.0 Set
Date
: 2026-01-01
Size
: 35.98mb
User
:
wuwei
[
VC/MFC
]
vckbase54
DL : 0
ACE中网络通讯编程基本架构 Base64的编解码方法 C++和C#编写调用COM组件 SQLite在VC下的使用 Skype录音答录机编程思路和代码 Strsafe.h:更安全的C语言字符串处理函数 Win32 结构化异常处理(SEH)探秘 Win32 系统线程信息块(TIB)浅析 从32位应用程序到64位应用程序 大型门户网站架构服务部署研究分析 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景 关于内存对齐 基于CDialogBar的IE多标签栏的实现 将Lua嵌入到自己的程序中 可编辑子项的CListCtrl类 类似QQ游戏大厅导航的树型控件 让C++也支持RMI -ACE program in the network communication infrastructure Base64 encoder and decoder C++ and C#, call the COM component in VC SQLite use Skype audio recorder under the programming ideas and code Strsafe.h: safer string handling functions Win32 C language structure exception handling (SEH) Quest Win32 system thread information block (TIB) of 32-bit applications from 64-bit applications to large-scale deployment of the portal framework services research and analysis to change CListCtrl, CHeaderCtrl height, font, color and background on the memory alignment Based on the IE CDialogBar achieve more of the tab bar embedded Lua program can edit their own children' s CListCtrl class similar to the QQ games hall tree navigation control Rang C++ also supports the RMI
Date
: 2026-01-01
Size
: 8mb
User
:
万全
[
VC/MFC
]
Algorithms-Competitions-Primer
DL : 0
《算法竞赛入门经典》是一本算法竞赛的入门教材,把C/C++语言、算法和解题有机地结合在了一起,淡化理论,注重学习方法和实践技巧。全书内容分为11章,包括程序设计入门、循环结构程序设计、数组和字符串、函数和递归、基础题目选解、数据结构基础、暴力求解法、高效算法设计、动态规划初步、数学概念与方法、图论模型与算法,覆盖了算法竞赛入门所需的主要知识点,并附有大量习题。书中的代码规范、简洁、易懂,不仅能帮助读者理解算法原理,还能教会读者很多实用的编程技巧。另外,书中包含的各种开发、测试和调试技巧也是在传统的语言、算法类书籍中难以见到的。- Algorithms Algorithms Primer is a primer on algorithmic competitions. It combines C/C++ language, algorithms and problem solving together, dilute theory, focus on learning methods and practical skills. The book is divided into 11 chapters, including the introduction of programming, loop structure programming, array and string, function and recursion, the basis of topics selected, data structure, violent solution, efficient algorithm design, dynamic programming, mathematical concepts and Methods, graph theory models and algorithms, covering the algorithm contest entry required the main knowledge points, with a large number of exercises. The book code specification, simple, easy to understand, not only to help readers understand the principles of the algorithm, but also to teach the reader a lot of practical programming skills. In addition, the book contains a variety of development, testing and debugging skills are also in the traditional language, algorithm books are difficult to see
Date
: 2026-01-01
Size
: 37.46mb
User
:
LeoLie
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.