代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/162614/5531367
c c99-array-lval-7.c
/* Test for non-lvalue arrays: test that C90 does not allow them in
conditional expressions, while in C99 they decay and are
allowed. */
/* Origin: Joseph Myers */
/* {
www.eeworm.com/read/158872/5592176
c constvars.c
void marker1 (void)
{
}
/* misc. function params */
int
qux1 (const char cc, const char /*&*/ccr, const char *ccp, char *const cpc)
{
return 33;
}
int
qux2 (volatile unsigned char vuc, const vola
www.eeworm.com/read/471682/6887942
c program7_05.c
/* Program 7.5 Arrays and pointers taken further */
#include
int main(void)
{
char multiple[] = "a string";
char *p = multiple;
for(int i = 0 ; i
www.eeworm.com/read/471682/6887968
c program7_05b.c
/* Program 7.5B Arrays and pointers taken further */
#include
int main(void)
{
char multiple[] = "another string";
printf(" first element: %p\n", multiple);
printf("second el
www.eeworm.com/read/471682/6887986
c program7_09.c
/* Program 7.9 Multidimensional arrays and pointers*/
#include
int main(void)
{
char board[3][3] = {
{'1','2','3'},
{'4','5','6'},
www.eeworm.com/read/471682/6887999
c program7_05a.c
/* Program 7.5A Arrays and pointers taken further */
#include
int main(void)
{
char multiple[] = "another string";
printf("\nAddress of second element: %p", &multiple[1]);
pr
www.eeworm.com/read/294317/8240649
h skipnode.h
#ifndef SkipNode_
#define SkipNode_
template
class SkipList;
template
class SkipListIterator;
template
class SkipNode
{
friend
www.eeworm.com/read/292920/8323924
c quotes.c
/* quotes.c -- strings as pointers */
#include
int main(void)
{
printf("%s, %p, %c\n", "We", "are", *"space farers");
return 0;
}
www.eeworm.com/read/369728/9635073
pas plugininterface.pas
unit PlugInInterface;
interface
//////////////////////////////////////
//
// InitPlugIn : String
// InitPointers (Array of pointers)
implementation
end.
www.eeworm.com/read/368329/9701566
txt sifrant3.txt
Razbitje:
n - 1
v - 2
a - 3
r - 4
s - 5
Relacije:
1: hypernym pointers
2: entailment pointers (vkljucenost)
3: similar pointers
4: member me