代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/355761/10244992
c gui__intersectrects.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/355292/10278984
c gui__intersectrects.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/162078/10336969
c ptr_upr.c
#include
#include
char *string_uppercase(char *string)
{
char *starting_address;
starting_address = string;
while (*string)
toupper(*string++);
re
www.eeworm.com/read/353743/10424443
c gui__intersectrects.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/352500/10547168
asm example 3-45.asm
; Example 3 - 45. FCT ASM Listing for the TMS320C3x DSP
*
* A PPENDIX E1
*
* A FAST COSINE TRANSFORM
*
* BASED ON THE ALGORITHM OUTLINED BY BYEONG GI LEE IN THIS ARTICLE, FCT - A
* FAST C
www.eeworm.com/read/278154/10563166
c nrutil.c
/* CAUTION: This is the ANSI 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 same subdirect
www.eeworm.com/read/278154/10564288
c nrutil.c
/* CAUTION: This is the ANSI 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 same subdirect
www.eeworm.com/read/422309/10643257
c v410.c
/*******************************************************************************
v410.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.ne
www.eeworm.com/read/350637/10724424
c ptr_upr.c
#include
#include
char *string_uppercase(char *string)
{
char *starting_address;
starting_address = string;
while (*string)
toupper(*string++);
re
www.eeworm.com/read/349937/10780608
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
#include "stdafx.h"
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for t