代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/245818/12779241
c swap3.c
/* swap3.c -- using pointers to make swapping work */
#include
void interchange(int * u, int * v);
int main(void)
{
int x = 5, y = 10;
printf("Originally x = %d and y = %d.
www.eeworm.com/read/242316/13017167
h lustart.h
/*****************************************************
lustart.h - Startup data structure for ST7
----------------------------------------------------
Copyright (c) HIWARE AG, Basel, Switzerla
www.eeworm.com/read/138638/13227379
c s_srch2.c
/*
** Given a pointer to a NULL-terminated list of pointers, search
** the strings in the list for a particular character. This
** version destroys the pointers so it can only be used when
** the
www.eeworm.com/read/136959/13351286
how faskbhit.how
#define FastClearbuf() \
(*(unsigned far*)0x0040001AL = *(unsigned far*)0x0040001CL)
#define FastKBhit() \
(*(unsigned far*)0x0040001AL != *(unsigned far*)0x0040001CL)
Q: Please explain the logi
www.eeworm.com/read/319472/13451285
c swap3.c
/* swap3.c -- using pointers to make swapping work */
#include
void interchange(int * u, int * v);
int main(void)
{
int x = 5, y = 10;
printf("Originally x = %d and y = %d.
www.eeworm.com/read/315699/13537945
c swap3.c
/* swap3.c -- using pointers to make swapping work */
#include
void interchange(int * u, int * v);
int main(void)
{
int x = 5, y = 10;
printf("Originally x = %d and y = %d.
www.eeworm.com/read/309649/13667176
how faskbhit.how
+++Date last modified: 05-Jul-1997
#define FastClearbuf() \
(*(unsigned far*)0x0040001AL = *(unsigned far*)0x0040001CL)
#define FastKBhit() \
(*(unsigned far*)0x0040001AL != *(unsigned far
www.eeworm.com/read/306033/13754548
pas base_event.pas
////////////////////////////////////////////////////////////////////////////
// PAXScript Interpreter
// Author: Alexander Baranovsky (ab@cable.netlux.org)
// ======================================
www.eeworm.com/read/301490/13858375
c pmf.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Corpo