String
string是C++、java、VB等编程语言中的字符串,字符串是一个特殊的对象,属于引用类型。在java、C#中,String类对象创建后,字符串一旦初始化就不能更改,因为string类中所有字符串都是常量,数据是无法更改,由于string对象的不可变,所以可以共享。对String类的任何改变,都...
资源总数
122
String 热门资料
查看全部 122 份 →String Pointers to explore how the pointer work
String Pointers to explore how the pointer work
2017-06-09
151
symbian c++ example buffer and string binary data
symbian c++ example buffer and string binary data
2017-06-11
23
symbian c++ example buffering and string heap buffer
symbian c++ example buffering and string heap buffer
2017-06-11
157
String hanlding library. Functions for crypto, token etc
String hanlding library. Functions for crypto, token etc
2017-05-25
34
序言 1. OBJECT文件 导言 ELF头(ELF Header) Sections String表(String Table) Symbol表(Symbol Table)
序言 1. OBJECT文件 导言 ELF头(ELF Header) Sections String表(String Table) Symbol表(Symbol Table) 重定位(Relocation) 2....
2016-03-10
89