代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/238536/13877521
pas checksharemem.pas
unit CheckShareMem;
// Use this unit first so all memory allocations use the shared
// memory manager. The application and all DLLs must use this unit.
// You cannot use packages because those DL
www.eeworm.com/read/136031/13877525
cpp list10-1.cpp
#include
#include
#include
using namespace std;
void main(void)
{
string *Str1 = new string("hello");
string *Str2 = new
www.eeworm.com/read/300903/13882774
h exe.h
#define FALSE 0
#define OK 1
#define TRUE 1
typedef int Status;
typedef struct exe
{
char a[4];
struct exe *next;
}exe,*pointer;
typedef struct
{
pointer head,tail;
int len;
}exe
www.eeworm.com/read/300903/13882844
cpp exe.cpp
#include"stdafx.h"
#include"exe.h"
//exelist *l=(exelist*)malloc(sizeof(exelist));
//pointer p;
Status InitListexe(exelist *l)
{ //初始队列为空
l->head=l->tail=(pointer)malloc(sizeof(exe));
l->he
www.eeworm.com/read/152843/5666016
h objsec.h
/*
* NSA Security-Enhanced Linux (SELinux) security module
*
* This file contains the SELinux security data structures for kernel objects.
*
* Author(s): Stephen Smalley,
www.eeworm.com/read/151345/5683706
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/151159/5685267
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/150517/5691754
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/149399/5700132
h dr8051.h
/*--------------------------------------------------------------------------
DR8051.H
Registers definition for DCD DR8051
Copyright (c) 2003 Keil Elektronik GmbH and Keil Software, Inc.
All
www.eeworm.com/read/149399/5700134
h dr80390.h
/*--------------------------------------------------------------------------
DR80390.H
Registers definition for DCD DR80390
Copyright (c) 2003 Keil Elektronik GmbH and Keil Software, Inc.
A