代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/144124/12811944

c update.c

/* * Routines for controlled update/initialization of request structures. * * request_init() initializes its argument. Pointers and string-valued members * are initialized to zero, to indica
www.eeworm.com/read/137160/13342126

m getnlab.m

%GETNLAB Get numeric labels % % [NLAB,LABLIST] = GETNLAB(A) % % The numeric labels of the dataset A are returned in NLAB. % These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i)) % i
www.eeworm.com/read/136959/13352032

c hugeread.c

/* ** HUGEREAD.C - "Universal" PC read and write functions using huge data ** and far pointers. ** ** NOTES: ** ** 1. If these functions are called with a prototype in scope, passed *
www.eeworm.com/read/314653/13562419

m getnlab.m

%GETNLAB Get numeric labels % % [NLAB,LABLIST] = GETNLAB(A) % % The numeric labels of the dataset A are returned in NLAB. % These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i)) % i
www.eeworm.com/read/142536/5764999

c mutsetup.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* load the inductor structure with those pointers needed
www.eeworm.com/read/142536/5765253

c captemp.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* */ /* load the capacitor structure with those pointers nee
www.eeworm.com/read/141300/5771897

c mutsetup.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* load the inductor structure with those pointers needed
www.eeworm.com/read/493294/6400149

m getnlab.m

%GETNLAB Get numeric labels % % [NLAB,LABLIST] = GETNLAB(A) % % The numeric labels of the dataset A are returned in NLAB. % These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i)) % i
www.eeworm.com/read/406533/11440077

h webrom.h

/* Definitions for Web ROM filesystem */ /* The filesystem is in 1 or more ROMs. At the start of the first ROM is a ** directory of 1 or more filename blocks, each of which have pointers to ** da
www.eeworm.com/read/403011/11524254

cpp ptrstr.cpp

// ptrstr.cpp -- using pointers to strings #include #include // declare strlen(), strcpy() int main() { using namespace std; char animal[20] = "bear";