代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/364336/6283943

c gui__intersectrect.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/486303/6539147

java cellelement.java

package norman.baba.grids; import java.util.*; import java.awt.*; /** * Title: BABA * Description: Bioinformatique Research Project * Copyright: Copyright Norman Casagr
www.eeworm.com/read/484763/6574195

c gui__intersectrect.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/410432/11287463

c p_and_s.c

/* p_and_s.c -- pointers and strings */ #include int main(void) { const char * mesg = "Don't be a fool!"; const char * copy; copy = mesg; printf("%s\n", copy);
www.eeworm.com/read/400648/11570965

h pbcg.h

#if !defined(AFX_PBCG_H__CC3ABADB_C14B_4915_8BAE_E087F1AF70CB__INCLUDED_) #define AFX_PBCG_H__CC3ABADB_C14B_4915_8BAE_E087F1AF70CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VE
www.eeworm.com/read/262431/11589526

h head.h

#include #include #include #include #ifndef HEAD_H_ #define HEAD_H_ template class M_Way_Tree; template
www.eeworm.com/read/158443/11616096

c nrutil.c

/* CAUTION: This is the traditional K&R C (only) version of the Numerical Recipes utility file nrutil.c. Do not confuse this file with the same-named file nrutil.c that is supplied in the sam
www.eeworm.com/read/347729/11640479

c gui__intersectrect.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/157661/11675950

c gui__intersectrect.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/346994/11706628

c message2.c

/* Passing an array of pointers to a function. */ #include void print_strings(char *p[], int n); int main( void ) { char *message[8] = { "Four", "score", "and", "seven",