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
NT缓存管理器(五)
原型如下: NTKERNELAPIBOOLEANCcPurgeCacheSection( INPSECTION_OBJECT_
POINTERS
SectionObjectPointer
whf727
·
2009-11-22 21:00
数据结构
cache
object
File
Integer
磁盘
Win32 结构化异常处理(SEH)探秘【下篇】
图十三UnHandledExceptionFilter函数的伪代码 UnhandledExceptionFilter(STRUCT_EXCEPTION_
POINTERS
*pExceptionPtrs
masefee
·
2009-11-16 21:00
职场
c/c++
休闲
C/C++语言
检测是否在虚拟机中
主要代码如下://IsInsideVPC'sexceptionfilterDWORD__forceinlineIsInsideVPC_exceptionFilter(LPEXCEPTION_
POINTERS
ep
whf727
·
2009-11-16 20:00
vmware
虚拟机
exception
汇编
function
Pointers
How SKBs Work
ThisfirstdiagramillustratesthelayoutoftheSKBdataareaandwhereinthatareathevarious
pointers
in'structsk_buff'point.TherestofthispagewillwalkthroughwhattheSKBdataarealookslikeinanewlyallocatedSKB.Howtomod
ldong2007
·
2009-10-27 23:00
struct
user
header
protocols
structure
Pointers
指针的安全使用
1指针的使用场合Casesusing
pointers
在正常情况下,无论从安全性和编程效率、运行效率上比较,指针比普通声明的变量都要低,特别是new和delete的速度相当慢,因此一般不使用指针变量。
s04023083
·
2009-10-27 11:00
null
嵌入式
database
delete
Class
Pointers
用Visual C++建立SOAP客户端应用
=========================================================一、先决条件:必须熟悉使用COM,特别要熟悉COM中的Smart
Pointers
。
S.l.e!ep.¢%
·
2009-10-19 16:00
Linked-List 的数组实现
疑问出自 10.3Implementing
pointers
andobjects如上图是linkedlist 9->16->4->1的数组形式实现疑问:为何需要长度为8的数组
freizl
·
2009-10-19 11:00
数据结构
C++
c
C#
Pointers
and the const Qualifier
Therearetwokindsofinteractionsbetween
pointers
andtheconstqualifier:Wecanhave
pointers
toconstobjectsand
pointers
thatarethemselvesconst.Moredetailsaboutthistopiccanbefoundin4.2.5sectioninC
delphiwcdj
·
2009-10-15 20:00
c
String
System
Go
idea
Pointers
C++ 基础概念收藏 (一)
C++基础概念收藏
pointers
(指针)、references(引用)、casts(类型转换)、arrays(数组)、constructors(构造)-再沒有比这些更基础的议题了。
zhongjiekangping
·
2009-09-17 20:00
C++
String
delete
Arrays
Class
编译器
关于DUMP文件
关于DUMP文件DUMP文件很实用 留下来 1 LONG WINAPI MyUnhandledExceptionFilter( _EXCEPTION_
POINTERS
*ExceptionInfo
lijiakxl的专栏
·
2009-08-27 18:00
invalid operator< 异常处理
classmyClass{ public: inta; intb; }; staticboolCompare(constmyClass*f,constmyClass*t)//compare
pointers
tomyClass
yyingwei
·
2009-08-25 10:00
list
Pointers
[DirectShow] 040 - Enumerating Media Types
whichenumeratesapin'spreferredmediatypes.ItreturnsapointertotheIEnumMediaTypesinterface.TheIEnumMediaTypes::Nextmethodretrieves
pointers
toAM_MEDIA_TYPEstructure
bwmwm
·
2009-08-22 12:00
manager
filter
input
output
Types
Pointers
[DirectShow] 039 - Enumerating Pins
whichenumeratesthepinsavailableonthefilter.ItreturnsapointertotheIEnumPinsinterface.TheIEnumPins::NextmethodretrievesIPininterface
pointers
.filter
bwmwm
·
2009-08-22 12:00
function
filter
null
interface
reference
output
智能指针五大黄金法则(Five Golden rules of smart
pointers
)
FiveGoldenrulesofsmart
pointers
Submittedbyken.sturgisonJune9,2007-9:16am.Rememberthesefivegoldenrulesofshared
pointers
andeverythingwillbeok.AssumethereareclassesTandVthatusessmart
pointers
.Forobjectsthat
udking
·
2009-07-29 19:00
July, 23(R)
Couldyougivemeafew
pointers
lynn_yan
·
2009-07-23 22:00
工作
Pointers
NULL 0 \0以及nul的区别
isacharacterconstant,andnulisthenameofthecharacterconstant.Alloftheseare*not*interchangeable:NULListobeusedfor
pointers
onlysinceitma
Prayer
·
2009-07-06 16:00
Common Coding Patterns
kmem_cache_free ReferenceCounts 每个模块到处xxx_holdxxx_release函数用于增加和减少引用计数 GarbageCollection 两种方式,同步异步 Function
Pointers
a
RichardYSteven
·
2009-07-02 12:00
thread
struct
cache
function
optimization
Pointers
成员函数指针与高性能的C++委托(上,中,下)
成员函数指针与高性能的C++委托(上篇)MemberFunction
Pointers
andtheFastestPossibleC++Delegates撰文:DonClugston翻译:周翔引子标准C++
andy205214
·
2009-07-01 11:00
C++
function
inheritance
编译器
Borland
delegates
条款17:以独立语句将newed对象置入智能指针
条款17:以独立语句将newed对象置入智能指针 (Storenewedobjectsinsmart
pointers
instandalonestatements.)内容: 假设现在我们需要一个函数去处理一个消息
scofieldzhu
·
2009-06-15 10:00
Picturing virtual functions
sgoingonwhenyouuseavirtualfunction,it’shelpfultovisualizetheactivitiesgoingonbehindthecurtain.Here’sadrawingofthearrayof
pointers
A
敌敌威
·
2009-06-13 18:45
职场
休闲
成员函数指针与高性能的C++委托
成员函数指针与高性能的C++委托(上篇) Member Function
Pointers
and the Fastest Possible C++ Delegates 撰文:Don
hcmfys
·
2009-04-09 00:00
C++
c
C#
mfc
pascal
成员函数指针与高性能的C++委托
成员函数指针与高性能的C++委托(上篇) Member Function
Pointers
and the Fastest Possible C++ Delegates 撰文:Don
hcmfys
·
2009-04-09 00:00
C++
c
C#
mfc
pascal
指针的指针(
pointers
to
pointers
)
通常我们说指针就是内存中的地址,不同类型的指针代表相应类型变量的地址。而指针本身存放也需要地址,所以很显然我们同样可以定义指针的指针。下面就是一个指向整型变量的指针和一个指向整型指针的指针: inti=1;int*pi=&i;int**pi=&pi 以下输出了各变量的值: i=1*pi=1**ppi=1&i=0012FF60pi=0012FF60*ppi=0012FF
tyger
·
2009-03-27 20:00
c
String
Pointers
[转]C++异常处理 14
这个函数返回EXCEPTION_
POINTERS
结构的地址。
njuitjf
·
2009-03-27 15:00
[转]C++异常处理 14
这个函数返回EXCEPTION_
POINTERS
结构的地址。E X C E P T I O N _ P O I N T E R S的E x c e p t i o n R e c
jandroid
·
2009-03-27 15:00
异常处理
[转]C++异常处理 14
这个函数返回EXCEPTION_
POINTERS
结构的地址。E X C E P T I O N _ P O I N T E R S的E x c e p t i o n R e c
mmdev
·
2009-03-27 15:00
异常处理
Smart
Pointers
to boost your code
Smart
Pointers
toboostyourcodehttp://www.codeproject.com/KB/stl/boostsmartptr.aspxContentsSmart
Pointers
cangreatlysimplifyC
iniwf
·
2009-03-16 22:00
Implementing a simple smart pointer in c++
Implementingasimplesmartpointerinc++IntroductionWhataresmart
pointers
?
iniwf
·
2009-03-16 22:00
Automatic Garbage Collection in C++ using Smart
pointers
AutomaticGarbageCollectioninC++usingSmart
pointers
http://www.codeproject.com/KB/cpp/automatic_gc_using_sp.aspxIntroductionC
iniwf
·
2009-03-16 22:00
多线程 自己给自己发消息
#includeg
pointers
ignal_thread(gpointerarg){inti;for(i=0;i<5;i++){g_usleep(1000000);//暫停一秒g_signal_emit_by_name
bitscro
·
2009-02-20 18:00
thread
多线程
callback
button
Signal
gtk
vmalloc() vs vmap()
allocated in a noncontiguous memory area: essentially, this function receives as its parameter an array of
pointers
longxj
·
2009-02-16 19:00
linux
glfw若干函数列表2
关于扩展支持一个扩展包含3个部分1.名字2.标记3.函数intglfwExtensionSupported(constchar*extension)FetchingFunction
Pointers
void
ccsdu2004
·
2009-01-20 20:00
thread
多线程
function
command
extension
fun
缓冲管理器小结
关于FileObject 一个文件可以多个FO,每个FO代表一个打开实例.对于代表同一个Stream来说,它们的SectionObject
Pointers
值是一样的.FsContext值也是一样的.
laokaddk
·
2009-01-16 15:57
职场
休闲
DDK
Modern C++ Design 笔记 第七章 Smart
Pointers
还是不错的一章。尽管看了也用过了挺多的SmartPoniter了,但是看到这章还是引发了很多的遐想。首先第一点,并非所有的只能指针都需要重载->和*这两个操作符,甚至要禁止这样的操作符,道理很简单。像操作系统中的这些Handle,这些东西本身就是访问系统资源的一个标记。并没有什么实际的成员函数,所以对他们而言,这样的*->没有什么意义的。而如果要控制这些的访问级别,无疑反复提到的policy模型又
hhygcy
·
2009-01-06 15:00
c s g l . d l l 的详细含义,待续
csgl.dll中定义了4个名称空间,即CsGL,CsGL.OpenGL,CsGL.
Pointers
,CsGL.Util,其中,CsGL.OpenGL定义的4个类OpenGL、GL、GLU、GLUT中封装了几乎所有的
hua_007
·
2008-12-24 21:00
reactos操作系统实现(13)
从ReactOS看到下面这行代码:/*GetGDT,IDT,PCRandTSS
pointers
*/ KiGetMachineBoot
Pointers
(&Gdt,&Idt,&Pcr,&Tss);它是代表什么意思呢
caimouse
·
2008-12-22 22:00
【转】复杂声明的解析
CONST修饰的解析Italsoworkswith
pointers
butonehastobecarefulwhere‘const’todeterminewhetherthepointerorwhatitpointstoisconstantorboth.Forexample
faithmy509
·
2008-12-21 15:00
c
Integer
语言
Go
Pointers
c99 增加的restrict关键字
restrict的定义是Itcanbeappliedonlyto
pointers
,anditindicatesthatapointeristhesoleinitialmeansofaccessingadataobject
eyjian
·
2008-12-20 11:00
initial
我不知道
中新
c99 增加的restrict关键字
restrict的定义是Itcanbeappliedonlyto
pointers
,anditindicatesthatapointeristhesoleinitialmeansofaccessingadataobject
eyjian
·
2008-12-20 11:00
initial
中新
不知道
指向类成员的指针 (
pointers
to class members)
很少看到指针的这种用法,下面借助MSDN开始介绍介绍.
Pointers
toClassMembersThese
pointers
defineatypethatpointstoaclassmemberofaparticulartype.Suchapointercanbeusedbyanyobjectoftheclasstypeoranyobjectofatypederivedfromtheclassty
zhangmiaoping23
·
2008-12-12 23:00
推荐使用C++ TR1和boost库
以下是TR1中包含的新的库The smart
pointers
tr1::shared_ptr
zhoukuo1981
·
2008-12-05 18:00
指针和引用
Themostimportantdifferencebetween
pointers
inCandthoseinC++isthatC++isamorestronglytypedlanguage.Thisstandsoutwherevoid
zhangmiaoping23
·
2008-12-04 13:00
TList(1)
2:TList,whichstoresanarrayof
pointers
,isoftenusedtomaintainlistsofobjects.3:能不能说详细点,最好举个例子!
cdlff
·
2008-11-23 18:00
list
String
Integer
Pointers
Ogre中的Smart
Pointers
——SharedPtr
看一下Ogre里面的ShagedPtr,其实就是一个Smart
Pointers
。下面的代码是删去了原有注释的。现不谈里面的MUTEX。
空心菜的菜园子
·
2008-11-13 17:00
成员函数指针与高性能的C++委托(Fastest Possible C++ Delegates)
成员函数指针与高性能的C++委托(FastestPossibleC++Delegates)MemberFunction
Pointers
andtheFastestPossibleC++Delegates
woaidongmao
·
2008-11-09 18:00
Pointers
for Paris JUG - 4/11/2008
http://code.google.com/p/google-web-toolkit/downloads/list Eyes GWTShowcase GWTShowcaseMail GameIllustrationforWii MasterMindforiPhone GWTKeyboardWarrior MiniGMail OpenFlashChartGWTLibary Chronosco
killuazhu
·
2008-11-05 18:00
PHP
jsp
Google
gwt
Gmail
C语言经典书籍
第2版·新版) 原出版社: Prentice Hall PTR 作者: [美]Brian W.Kernighan,Dennis M.Ritchie 译者: 徐宝文 李志 二
Pointers
scfofo
·
2008-10-23 11:00
编程
C++
c
C#
出版
Pointers
to Class Members Are Not
Pointers
(指向类成员函数的“指针”并非指针)
Item15.
Pointers
toClassMembersAreNot
Pointers
Pointers
toClassMembers:指向类成员的指针注:本条中只涉及到非静态的数据成员----------
bical
·
2008-09-18 15:00
成员函数指针与高性能的C++委托(下篇)
成员函数指针与高性能的C++委托(下篇)MemberFunction
Pointers
andtheFastestPossibleC++Delegates撰文:DonClugston翻译:周翔(接中篇)委托
bical
·
2008-09-05 13:00
C++
function
inheritance
编译器
Borland
delegates
成员函数指针与高性能的C++委托(中篇)
成员函数指针与高性能的C++委托(中篇)MemberFunction
Pointers
andtheFastestPossibleC++Delegates撰文:DonClugston翻译:周翔(接上篇)成员函数指针
bical
·
2008-09-05 13:00
C++
struct
Microsoft
inheritance
编译器
Borland
上一页
39
40
41
42
43
44
45
46
下一页
按字母分类:
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
其他