E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
pointers
6.087 Practical Programming in C, lec5:
Pointers
and memory addressing
Pointers
andmemoryaddressing.Arraysandpointerarithmetic.Strings.
jubincn
·
2011-10-22 23:00
c
Arrays
Primitive
sorting
variables
Pointers
6.087 Practical Programming in C, lec5
Pointers
and memory addressing. Arrays and pointer arithmetic. Strings.
jubincn
·
2011-10-22 23:00
programming
From C to C++: A quick reference for aging programmers
c2cpp.htmlSoyouwereagreatsystemprogrammer,backintheolddays;yourlowlevelprogramswerecelebratedbycleverpeople,youlovedC
pointers
andsomedays
GISSTAR
·
2011-10-18 10:00
C++
c
Class
reference
Constructor
prism
c c++函数指针 Tutorials
http://www.newty.de/fpt/index.html Callbacks, function
pointers
The Function Pointer Tutorials by
jiagou
·
2011-10-17 23:00
函数指针
c c++函数指针 Tutorials
http://www.newty.de/fpt/index.html Callbacks, function
pointers
The Function Pointer Tutorials by
javahigh1
·
2011-10-17 23:00
函数指针
c c++函数指针 Tutorials
http://www.newty.de/fpt/index.html Callbacks, function
pointers
The Function Pointer Tutorials by
jiagou
·
2011-10-17 23:00
函数指针
(Effective C++)第一章 让自己习惯C++(View Yourself to C++)
区块(blocks),语句(statements),预处理器(preproccessor),内置数据类型(built-indatatypes),数组(arrays),指针(
pointers
)等都来自于C
wzhwho
·
2011-10-15 19:00
C++
String
iterator
Class
inheritance
enums
新手指南-指针(翻译)
原著:http://www.codeproject.com/cpp/
pointers
.asp什么是指针?
jiangyiaxiu
·
2011-10-12 20:00
工作
delete
Class
扩展
character
编译器
Opaque
Pointers
——不透明指针
ProgrammingTools-Opaque
Pointers
byChrisMcKillopOneofthemostpowerfulconceptswhenwritingsoftwareisabstraction-hidingthedetailsofasystembehindasimplerinterface.Thisarticleshowsyouhowtousealanguagefeature
fingding
·
2011-10-08 17:00
OO设计原则 -- Liskov Substitution Principle: OO设计的LSP里氏替换原则
概要 Functionsthatuse
pointers
orreferencestobaseclassesmustbeabletouseobjectsofderivedclasseswithoutknowingit
xubo578
·
2011-09-26 08:00
java
工作
OO
扩展
语言
Pointers
ipv4 ipv6 socket 编程相关结构
Structures for handling internet addresses Prototypes include <netinet/in.h> // All
pointers
to
javatoyou
·
2011-09-24 23:00
socket
ipv4 ipv6 socket 编程相关结构
Structures for handling internet addresses Prototypes include <netinet/in.h> // All
pointers
to
javahigh1
·
2011-09-24 23:00
socket
ipv4 ipv6 socket 编程相关结构
Structures for handling internet addresses Prototypes include <netinet/in.h> // All
pointers
jiagou
·
2011-09-24 23:00
socket
ipv4 ipv6 socket 编程相关结构
StructuresforhandlinginternetaddressesPrototypesinclude //All
pointers
tosocketaddressstructuresareoftencastto
pointers
perfectpdl
·
2011-09-24 23:00
struct
socket
documentation
internet
Sockets
structure
ipv4 ipv6 socket 编程相关结构
Structures for handling internet addresses Prototypes include <netinet/in.h> // All
pointers
jiagou
·
2011-09-24 23:00
socket
syn flood dos
协议栈维护一个叫做TCB(TransmissionControlBlock)的特殊的数据结构,这个数据结构中记录了用于建立TCP连接的信息(1)localandremotesocketnumbers(2)
pointers
totheuser'ssendandreceivebuffers
colive
·
2011-09-24 16:41
职场
记录
信息
休闲
IP协议
OO设计原则 -- Liskov Substitution Principle: OO设计的LSP里氏替换原则
概要 Functionsthatuse
pointers
orreferencestobaseclassesmustbeabletouseobjectsofderivedclasseswithoutknowingit
Eric_Jo
·
2011-09-21 00:00
hdu 4028 The time of a day 求前n个数的lcm>=m的子集个数
sotheresidentsherecanhardlydeterminethelengthofasingleday.Fortunately,theyhaveinventedaclockwithseveral
pointers
.TheyhaveN
pointers
whichcanmoveround
kongming_acm
·
2011-09-13 16:00
面试题总结 - C 语言 - 数据声明(data declaration)
apointertoanintegerint*a;c)apointertoapointertoanintegerint**a;d)anarrayof10integersinta[10];e)anarrayof10
pointers
tointegersint
kiddy19850221
·
2011-09-12 19:00
c
面试
struct
Integer
语言
Pointers
C++
Pointers
Restrictions
指针可以操作两个实体,指针值(地址)和间访值(实体)。 指针常量:指针值不能修改的指针。 常量指针:指向常量的指针。 const int a = 78; int b = 10; int c = 18; const int* ip = &a; //const修饰指向的实体类型---常量指针 int* const cp = &b; //const修饰指针*cp-
swincle
·
2011-09-08 11:00
Restrictions
成员函数指针与高性能的C++委托
成员函数指针与高性能的C++委托MemberFunction
Pointers
andtheFastestPossibleC++Delegates 撰文:DonClugston翻译:周翔 引子标准C++中没有真正的面向对象的函数指针
icycode
·
2011-09-08 01:00
C++
function
inheritance
编译器
Borland
delegates
成员函数指针与高性能的C++委托
MemberFunction
Pointers
andtheFastestPossibleC++Delegates 撰文:DonClugston翻译:周翔 引子标准C++中没有真正的面向对象的函数指针。
renwotao2009
·
2011-09-04 23:00
C++
function
inheritance
编译器
Borland
delegates
linux 嵌入式学习
关于书籍 Linux基础 1、《Linux与UnixShell编程指南》 2、《嵌入式Linux应用程序开发详解》 C语言基础 1.TheCprogramminglanguage《C程序设计语言》 2.
Pointers
onC
k122769836
·
2011-08-31 17:00
编程
linux
面试
嵌入式
语言
linux内核
Google C++编程风格指南(四):智能指针和其他C++特性
1.智能指针(Smart
Pointers
)如果确实需要使用智能指针的话,scoped_ptr完全可以胜任。
kevin_ysu
·
2011-08-29 17:00
Cocoa Programming for Mac OS X 第四章(Memory Management)摘录
andthateachhasa favoriteColor,apointertoacolorobject.Iftwopeoplehavethesame favoriteColor,theobjectswillhave
pointers
tothesamecolorobject.Asthepeop
Koupoo
·
2011-08-20 10:00
Cocoa Programming for Mac OS X 第二章(Let's Get Started)摘录
1.Instancevariablesthatare
pointers
tootherobjectsarecalled outlets.Methodsthatcanbetriggeredbyuserinterfaceobjectsarecalled
Koupoo
·
2011-08-20 10:00
object
cocoa
OS
application
preprocessor
Pointers
Constant
Pointers
and
Pointers
to Constants
IntheCodeGurunewsletter,Ibroughtupthetopicofconstant
pointers
and
pointers
toconstants.Whilethisisabeginningleveltopic
yang_lang
·
2011-08-15 21:00
UP
character
each
Constants
Pointers
用变量a给出下面的定义
Apointertoapointertoaninteger)d)一个有10个整型数的数组(Anarrayof10integers)e)一个有10个指针的数组,该指针是指向一个整型数的(Anarrayof10
pointers
tointeger
RopenYuan
·
2011-08-11 10:00
c
function
Integer
Pointers
网络地址结构体解析
include //All
pointers
tosocketaddressstructuresareoftencastto
pointers
//tothistypebeforeuseinvariousfunctionsandsystemcalls
polarbearboy
·
2011-08-10 11:00
网络
struct
socket
documentation
Sockets
structure
读C++ Primer 之智能指针
/* *author:xizero00 *mail:
[email protected]
*date:2011-08-0720:19:11 *smart
pointers
ample */ #include
xizero00
·
2011-08-07 20:00
Deque容器的使用方法
特别要注意,除了头尾两端,在任何地方安插与删除元素,都将导致指向deque元素的任何
pointers
referencesiterators失效。
ayw_hehe
·
2011-07-27 09:00
c
vector
Pointers
Smart
Pointers
- What, Why, Which?
http://ootips.org/yonat/4dev/smart-
pointers
.htmlSmart
Pointers
-What,Why,Which?YonatSharonWhatarethey?
hertz2007
·
2011-07-24 13:00
object
reference
destructor
Allocation
containers
Pointers
Implementing a simple smart pointer in c++
http://www.codeproject.com/KB/cpp/Smart
Pointers
.aspx
hertz2007
·
2011-07-24 13:00
Abstraction and function
pointers
ComputerSciencefromtheBottomUpPrevChapter1.GeneralUnixandAdvancedCNextAbstractionandfunction
pointers
Toaprogrammer
wzb56
·
2011-07-19 22:00
Chapter 1. General Unix and Advanced C
Abstractionandfunction
pointers
StandardFileDescriptorsEverythingisafile!Ifyoulearnnothingelse,yo
wzb56
·
2011-07-19 22:00
Smart
Pointers
- What, Why, Which?
Smart
Pointers
-What,Why,Which?Whatarethey?
xxxluozhen
·
2011-07-17 09:00
Smart
Pointers
- What, Why, Which?
Smart
Pointers
-What,Why,Which?Whatarethey?
tibaloga
·
2011-07-17 09:00
poi
C key word restrict。
restrict的定义是Itcanbeappliedonlyto
pointers
,anditindicatesthatapointeristhesoleinitialmeansofaccessingadataobject
su_linux
·
2011-07-12 21:00
Member Function
Pointers
and the Fastest Possible C++ Delegates - 成员函数指针与高性能的C++委托
FastDelegate.asp中文译文地址:http://blog.csdn.net/hifrog/archive/2004/07/03/33068.aspx成员函数指针与高性能的C++委托(上篇)MemberFunction
Pointers
andtheFastestPossibleC
blizmax6
·
2011-07-12 12:00
C++
function
inheritance
编译器
delegates
Pointers
c++11以及STL介绍视频
Part1(sequencecontainers)Part2(associativecontainers)Part3(smart
pointers
)Part4(Nurikabesolver)-seeWikipedia'sarticleandStephan'supdatedsourcecodePart5
seizeF
·
2011-07-08 10:00
C++
containers
Pointers
谨记:C++在类的成员函数中,允许直接访问该类的成员对象的私有成员变量
谨记:C++在类的成员函数中,允许直接访问该类的成员对象的私有成员变量在C++的类的成员函数中,允许直接访问该类的成员对象的私有成员变量// Smart
PointerS
tu.cpp : Defines
积木
·
2011-06-29 14:00
Day 5:
Pointers
evaluatestothesometingasx.Pointeradvantages:Moreflexiblepass-by-referenceManipulatecomlexdatastructureefficientlyUsepolymorphism
Pointers
arevariablesstroringm
wihoho
·
2011-06-28 23:00
Access
Day 5:
Pointers
&x evaluates to the adress of x in memory. *(&x) evaluates to the someting as x. Pointer advantages: More flexible pass-by-reference Manipulate comlex data structure efficientl
wihoho
·
2011-06-28 23:00
Access
[C++ Primer] Passing an array to a function by reference/
pointers
-- sample
#include #include using namespace std;// Takes a pointer to the array, and the size of the array.void print_arr1(const int *arr, size_t size){ for (size_t ix = 0; ix != size; ++ix) { cout <<
阿武
·
2011-06-28 09:00
Oracle B-Tree Index 原理
buttheself-balancingB-treeindexcomesclosesttooptimizingtheperformanceofsearchesonlargesetsofdata.EachB-treenodeholdsmultiplekeysand
pointers
.Thema
wsql
·
2011-06-27 19:00
oracle
Oracle B-Tree Index 原理
buttheself-balancingB-treeindexcomesclosesttooptimizingtheperformanceofsearchesonlargesetsofdata.EachB-treenodeholdsmultiplekeysand
pointers
.Thema
tiantiangeq
·
2011-06-27 19:00
oracle
Pointers
to Functions
#includeintdayu(int*,int*);intdengyu(int*,int*);intxiaoyu(int*,int*);main(){printf("%d/n",panduan(1,2,(int(*)(void*,void*))dayu));printf("%d/n",panduan(1,2,(int(*)(void*,void*))xiaoyu));printf("%d/n",
isea533
·
2011-06-25 21:00
SkBitmap类介绍
TheSkBitmapclassisinternallyreferencecounted.Topreventmemoryerrors,itisgenerallybesttocopytheobjectsratherthanhold
pointers
tothem.Thes
xqhrs232
·
2011-06-23 17:00
null
reference
Constructor
scroll
DST
Allocation
Get middle element of a linked-list
Ifindacleverwaytoachievethisoninternet.Two
pointers
pointtothelinked-list.Oneisslowpointerandtheotherisquickpointer.Eachtime
xuhx
·
2011-06-19 01:00
function
list
null
each
output
Pointers
references count 以及copy on write
比如copy-on-write
Pointers
,References,以及copy-on-Write 考虑以下代码: Strings1="hello"; char*p=
zicheng_lin
·
2011-06-09 16:00
上一页
37
38
39
40
41
42
43
44
下一页
按字母分类:
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
其他