代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/138638/13227377

c s_srch1.c

/* ** Given a pointer to a NULL-terminated list of pointers, search ** the strings in the list for a particular character. */ #include #define TRUE 1 #define FALSE 0 int find_c
www.eeworm.com/read/318488/13477540

m setpointer.m

function setpointer(fig, ptr) % Set the pointer on the current figure to PTR % has several specialized SOM (SliceOMatic) pointers switch ptr case 'SOM left' pd = [ nan nan nan nan 1 nan
www.eeworm.com/read/317693/13499433

asv stopwatch.asv

/* File : stopwatch.cpp * Abstract: * * Example of an C++ S-function which stores an C++ object in * the pointers vector PWork. * * Copyright 1990-2002 The MathWorks, Inc.
www.eeworm.com/read/315461/13541933

cpp sfun_counter_cpp.cpp

/* File : sfun_counter_cpp.cpp * Abstract: * * Example of an C++ S-function which stores an C++ object in * the pointers vector PWork. * * Copyright 1990-2000 The MathWorks
www.eeworm.com/read/311774/13626028

c devfile.c

#include "calld.h" static FILE *fpdev = NULL; static int devlineno; /* for error messages */ static char devline[MAXLINE]; /* can't be automatic; dev_next() returns pointers into here */ /* * R
www.eeworm.com/read/309649/13667383

txt rlvalue.txt

+++Date last modified: 05-Jul-1997 A Brief Tutorial on Pointers, Lvalues, & Rvalues a public domain tutorial by Ruurd Pels (FidoNet 2:282/317.19) Q: Okay, I'm kinda new
www.eeworm.com/read/304348/13795931

c devfile.c

#include "calld.h" static FILE *fpdev = NULL; static int devlineno; /* for error messages */ static char devline[MAXLINE]; /* can't be automatic; dev_next() returns pointers into here */ /* * R
www.eeworm.com/read/100320/6270547

h comp.h

/* Define storage allocation parameters FAR_TABLES dynamically allocates dictionary using far pointers SPLIT_TABLES allows a dictionary size over 32K */ #define FAR_TA
www.eeworm.com/read/100046/6274873

c htarray.c

/* HTArray.c ** ARRAY HANDLING: FLEXIBLE ARRAYS OF POINTERS ** ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. ** @(#) $Id: HTArray.c,v
www.eeworm.com/read/421459/6311342

c devfile.c

#include "calld.h" static FILE *fpdev = NULL; static int devlineno; /* for error messages */ static char devline[MAXLINE]; /* can't be automatic; dev_next() returns pointers into here */ /* * R