代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/401789/11549433

c list.c

/* Name : list.c * * Notes: The following passage is taken verbatim from _Amiga_ROM_Kernal * _Reference_Manual:_Libraries_3rd_Edition_, page 490 * * One subtlety here must be explained fur
www.eeworm.com/read/401789/11549438

h stdtypes.h

#ifndef EXEC_TYPES_H #define EXEC_TYPES_H /* ** $VER: types.h 40.1 (10.8.93) ** Includes Release 40.15 ** ** Data typing. Must be included before any other Amiga include. ** ** (C
www.eeworm.com/read/401554/11556184

cpp c6-1.cpp

#include using namespace std; int main() {int a,b; int *pointer_1,*pointer_2; a=100;b=10; pointer_1=&a; //把变量a的地址赋给pointer_1 pointer_2=&b; //把变量b的地址赋给pointer_2 cout
www.eeworm.com/read/401554/11556188

cpp c6-3-1.cpp

#include using namespace std; int main() { void swap(int *p1,int *p2); int *pointer_1,*pointer_2,a,b; cin>>a>>b; pointer_1=&a; pointer_2=&b; if(a
www.eeworm.com/read/401554/11556195

cpp c6-3-2.cpp

#include using namespace std; int main() { void swap(int *p1,int *p2); int *pointer_1,*pointer_2,a,b; cin>>a>>b; pointer_1=&a; pointer_2=&b; if(a
www.eeworm.com/read/401264/11560206

c os_mem.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/401160/11563526

c os_mem.c

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/401054/11565266

htm 0027.htm

新时代软件教程:操作系统 主页制作 服务器 设计软件 网络技术 编程语言 文字编辑
www.eeworm.com/read/400763/11568917

plg lesson.plg

礦ision3 Build Log Project: C:\Documents and Settings\Administrator\桌面\C51教程\lesson28code\lesson.uv2 Project File Date: 07/05/2006 Output: Buil
www.eeworm.com/read/400627/11571452

s43 example_slave430interface.s43

;****************************************************************************** ; MSP430F20xx Demo - I2C Slave Transmitter and Receiver ; ; Description: MSP430 I2C Slave communicates with MSP430