代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/148696/12440265

cpp over_pt.cpp

#include int somef(int a); int somef(int a, int b); void main(void) { int (*fp)(int a); // pointer to int xxx(int) fp = somef; // points to somef(int) cout
www.eeworm.com/read/148696/12441832

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/148696/12442071

cpp new_far.cpp

#include void main(void) { char far *pointer; do { pointer = new far char[10000]; if (pointer) cout
www.eeworm.com/read/148696/12442179

cpp no_free.cpp

#include void main(void) { char *pointer; do { pointer = new char[10000]; if (pointer) cout
www.eeworm.com/read/148696/12442988

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/249901/12448278

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/148543/12461088

s startup.s

@===========================================@ @ @ @ ADuC702X Startup Code V0.2 @ @ @ @===========
www.eeworm.com/read/148542/12461126

s startup.s

/***********************************************************************/ /* This file is part of the CA ARM C Compiler package */ /* Copyright KEIL ELEKTRONIK GmbH 2002-2004
www.eeworm.com/read/234779/14097064

txt rfc1319.txt

Network Working Group B. Kaliski Request for Comments: 1319 RSA Laboratories Updates: RFC 1115