代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/263738/11345333
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/263738/11345377
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/263399/11364322
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/263399/11364326
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/263399/11364334
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/408642/11378449
txt dogs5.txt
; dogs.txt - data file for XHtmlTreeTest.exe
;
Sight Hounds~0~1
Hortaya Borzaya (Chortaj)~0~1
Irish Wolfhound~0~1
Italian Greyhound~0~1
Kanni~0~1
Khalag Tazi~0~1
Herding Dogs~0~1
Collies~
www.eeworm.com/read/262892/11386751
makefile
# This the unix makefile to build j-alice with gnu make
# Right now its kinda silly, i'll make it fancier when i get a chance
# Author: Taras Glek
TARGETS=IrcResponder.o Database.o Element.o Handl
www.eeworm.com/read/262610/11398565
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/408091/11405560
h namedresourcetable.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef NamedResourceTable_INCLUDED
#define NamedResourceTable_INCLUDED 1
#include "NamedResource.h"
#include "Point
www.eeworm.com/read/407758/11411347
pas dbtables.pas
unit DBTables;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls
type
TDBDataSet=class(TForm)
procedure DBTables.Initialization(Sen