代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/351740/10613906

f90 mass.f90

MODULE MASS ! Compute the mass equation differences USE PRECISION_PARAMETERS USE MESH_POINTERS IMPLICIT NONE PRIVATE CHARACTER(255), PARAMETER :: massid='$Id: mass.f90 709 2007-09-28 17:47:43Z m
www.eeworm.com/read/351740/10614179

f90 part.f90

MODULE PART USE PRECISION_PARAMETERS USE GLOBAL_CONSTANTS USE MESH_POINTERS USE TRAN USE TYPES, ONLY: DROPLET_TYPE, PARTICLE_CLASS_TYPE, PARTICLE_CLASS, WALL_TYPE IMPLICIT NONE PRIVATE PUBLIC INSERT
www.eeworm.com/read/459616/7270679

h make2db.h

#ifndef Make2DArray_ #define Make2DArray_ template void Make2DArray(T ** &x, int rows, int cols) {// Create a two-dimensional array. // create pointers for the rows x = new T * [rows
www.eeworm.com/read/101007/6262430

cpp rendergl.cpp

#include "../Fly3D.h" /* ARB_multitexture command function pointers */ FLY_API PFNGLMULTITEXCOORD2IARBPROC glMultiTexCoord2iARB; FLY_API PFNGLMULTITEXCOORD2FARBPROC glMultiTexCoord2fARB; FLY_API
www.eeworm.com/read/403922/11500157

html function.proc-open.html

Execute a command and open file pointers for input/output
www.eeworm.com/read/15110/431720

c main.c

//Simple program that blinking leds #include "AT91SAM7S64.h" #include "system.h" //MAIN POINTERS AT91PS_PIO m_pPio = AT91C_BASE_PIOA; //it's a simple delay void Delay (unsigned long a
www.eeworm.com/read/15640/467908

c main.c

//Simple program that blinking leds #include "AT91SAM7S64.h" #include "system.h" //MAIN POINTERS AT91PS_PIO m_pPio = AT91C_BASE_PIOA; //it's a simple delay void Delay (unsigned long a
www.eeworm.com/read/470720/1451783

c c90-array-lval-1.c

/* Test for non-lvalue arrays decaying to pointers: in C99 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ str
www.eeworm.com/read/470720/1452133

c c90-array-lval-2.c

/* Test for non-lvalue arrays decaying to pointers: in C99 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ str
www.eeworm.com/read/470720/1452155

c c99-array-lval-1.c

/* Test for non-lvalue arrays decaying to pointers: in C99 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ str