代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/161772/10376368
c multmath.c
/* Demonstrates pointer arithmetic with pointers */
/* to multidimensional arrays. */
#include
int multi[2][4];
int main( void )
{
printf("\nThe value of (multi) = %u", mult
www.eeworm.com/read/161587/10394915
out winner.out
Enter number of players, between 8 and 20
Enter player values
The winner tree is
size = 10 LowExt = 4 Offset = 15
Winner tree pointers are
10 3 10 3 5 8 10 1 3
Changed player 2 to zero, new tre
www.eeworm.com/read/353256/10459146
h read_write.h
/*++*
* Copyright (c) 1997 University of British Columbia. All rights reserved.
*
* File: read_write.h
* Pourpose: contains the I/O functions.
*
* Author:
www.eeworm.com/read/424281/10471731
todo
* Reorganize siman interfaces to allow iterative use.
* Maybe the routines can be made to work with pointers instead of structs
so that only pointer manipulation is done by the siman algorithm and
www.eeworm.com/read/278099/10571173
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/159920/10589548
c rg_isort.c
/*
** insort() -- insertion sort an array of string pointers via strcmp()
** public domain by Ray Gardner Denver, CO 12/91
*/
void strsort(char **v, int n)
{
int i, j;
char *vtmp;
www.eeworm.com/read/421785/10698786
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/470126/6924941
c pmf.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/470126/6924945
c quf.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/470126/6924971
c dmf.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor