代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/436797/7762566
s startup.s
@===========================================@
@ @
@ ADuC702X Startup Code V0.2 @
@ @
@===========
www.eeworm.com/read/436797/7762584
s startup.s
@===========================================@
@ @
@ ADuC702X Startup Code V0.2 @
@ @
@===========
www.eeworm.com/read/436797/7762589
s startup.s
@===========================================@
@ @
@ ADuC702X Startup Code V0.2 @
@ @
@===========
www.eeworm.com/read/436797/7762591
s startup.s
@===========================================@
@ @
@ ADuC702X Startup Code V0.2 @
@ @
@===========
www.eeworm.com/read/436266/7773452
s43 fet120_spi0_7822.s43
;*****************************************************************************
; MSP-FET430P120 Demo - USART0, SPI Interface to ADS7822 ADC
;
; Description: This program will read an ADS7822 AD
www.eeworm.com/read/436250/7773853
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/436250/7774012
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/436054/7777762
pas sandque.pas
unit SandQue;
// A generic queue, used to store sand grains
interface
type
PQueueElem = ^TQueueElem; // Generic element holding user item
TQueueElem = record
Item: Pointer;
www.eeworm.com/read/435934/7780641
c os_sem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/435934/7780645
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*