代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/136959/13351331
c fptr_add.c
/*
** FPTR_ADD.C
**
** Add any add any value to a far pointer and returns the result as a
** normalized far pointer.
**
** Public Domain by Soleil Lapierre
*/
#include "snpdosys.h"
#include "mk_f
www.eeworm.com/read/136959/13351345
c mdalloc.c
/* Written by Blair Haukedal 91/09 and placed in the public domain */
/* mdalloc - a multi dimensional array allocator
* mdfree - a companion function to mdalloc for freeing storage
* synopsi
www.eeworm.com/read/136959/13351775
h mem.h
/*
** This is a copyrighted work which is functionally identical to work
** originally published in Micro Cornucopia magazine (issue #52, March-April,
** 1990) and is freely licensed by the author,
www.eeworm.com/read/323072/13356053
pas vmtutils.pas
// Author: Python (python@softhome.net)
// Version: 0.0.1.4
// LastModified: 3-23-2000
// LatestVersion: http://thunder.prohosting.com/~pytho/
// Copyright (
www.eeworm.com/read/136879/13356123
cpp fig05_11.cpp
// Fig. 5.11: fig05_11.cpp
// Printing a string one character at a time using
// a non-constant pointer to constant data
#include
void printCharacters( const char * );
int main()
www.eeworm.com/read/136845/13359098
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/322718/13370023
m xdc_convert.m
% Procedure for converting an aperture from consisting of rectangles
% to consist of triangles
%
% Calling: xdc_convert (Th);
%
% Parameters: A handle Th as a pointer to this transducer apertu
www.eeworm.com/read/321982/13391478
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/321964/13391891
~pas kpshuge.~pas
unit kpSHuge;
{$P-} { turn off open parameters }
{$Q-} { turn off overflow checking }
{$R-} { turn off range checking }
{$B-} { turn off complete boolean eval } { 12/24/98 2.17 }
interface