代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/129991/14213285
txt least mean square adaptive filter. fir with n coefficients and m output samples.txt
**===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* FIR4
*
* Revision Date: 4/17/97
*
* USAGE This routine is C Callable and can b
www.eeworm.com/read/129922/14216769
c useaddr.c
#include
void main(void)
{
int a = 1, b = 2;
int *i_pointer;
// Assign an address
i_pointer = &a;
// Change the value pointed to by i_pointer to 5
*i_point
www.eeworm.com/read/129922/14216981
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/231819/14218515
cpp ex4_3b.cpp
/* Code for exercise 4.3.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to use, co
www.eeworm.com/read/231756/14221359
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/129847/14222484
pas zlib.pas
{*******************************************************}
{ }
{ Borland Delphi Supplemental Components }
{ ZLIB Data Compr
www.eeworm.com/read/129735/14230323
asm iir6bpa.asm
*IIR6BPA.ASM-SIXTH-ORDER IIR BANDPASS, Fc=1250 Hz,IMPULSE LENGTH 345
.GLOBAL IIR ;REF/DEF
.TEXT ;ASSEMBLE INTO TEXT
BEGIN LDI @IO_IN,AR5
www.eeworm.com/read/231489/14231596
c inet.c
/* Some systems (e.g., SunOS) have header files that erroneously declare
* inet_addr(), inet_ntoa() and gethostbyname() as taking no arguments.
* This confuses C++. To overcome this, we use our own
www.eeworm.com/read/129635/14235265
h matrix.h
/*
* @(#)matrix.h generated by: makeheader 3.10 Tue Jun 18 00:53:14 2002
*
* built from: ../include/copyright.h
* ../include/mxassert.h
* alloccbk.c
* alloclst.c
* array
www.eeworm.com/read/129635/14235297
h engine.h
/*
* @(#)engine.h generated by: makeheader 3.10 Sat May 18 22:03:04 2002
*
* built from: ../include/copyright.h
* engapi.c
* engapiv4.c
* engapiv5.c
* fengapi.c
* f