代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/440342/6315213
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/282132/6318324
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/353762/6322586
s crtsi.s
; C STARTUP FOR MC68HC08
; WITH AUTOMATIC DATA INITIALISATION
; Copyright (c) 1995 by COSMIC Software
;
xref _main, __memory, __idesc__, __stack
xdef _exit, __stext
;
switch .bss
__sbss:
www.eeworm.com/read/278557/6327560
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/469091/6338169
s testfile4.s
;文件名:TESTFILE4.S
;功能:验证链接寄存器的使用方法
;说明:使用ARMulate软件仿真调试
AREA Example,CODE,READONLY ;声明代码段Example1
ENTRY ;标识程序入口
CODE32 ;声明32位ARM指令
START LDR R1, =SRCST
www.eeworm.com/read/418906/6339301
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/418906/6339305
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/418906/6339312
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/280673/6341483
pas fdef.pas
unit fDef;
interface
uses
Classes, Windows;
type
{ TArrayOfSingle }
TArrayOfSingle = array of Single;
TArrayOfInteger = array of Integer;
{ TStkDataRec }//0000,13100,1310
www.eeworm.com/read/175592/6341508
c quc.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor