代码搜索:ptr
找到约 10,000 项符合「ptr」的源代码
代码结果 10,000
www.eeworm.com/read/137531/13315115
c ptr_out.c
#include
void main ()
{
int value;
printf("The address of the variable value is %p\n",
&value);
}
www.eeworm.com/read/137531/13315363
c env_ptr.c
#include
void main (int argc, char **argv, char **env)
{
while (*env)
printf("%s\n", *env++);
}
www.eeworm.com/read/137531/13315370
c argv_ptr.c
#include
void main (int argc, char **argv)
{
while (*argv)
printf ("%s\n", *argv++);
}
www.eeworm.com/read/323292/13344992
bmp varbmp_ptr.bmp
www.eeworm.com/read/321903/13393409
ddb ptr8000.ddb
www.eeworm.com/read/321903/13393413
lst ptr8000.lst
__text_start:
__start:
002A E5CF LDI R28,0x5F
002B E0D4 LDI R29,4
002C BFCD OUT 0x3D,R28
002D BFDE OUT 0x3E,R29
002E 51C0 SUBI R28,0x10
002F 40D
www.eeworm.com/read/321903/13393414
mp ptr8000.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/321903/13393415
lis ptr8000.lis
.module PTR8000.C
.area text(rom, con, rel)
0000 .dbfile D:\IccAvr\Pei\ptr8000\PTR8000.C
0000 .dbfunc e port_in
www.eeworm.com/read/321903/13393418
bcf ptr8000.bcf
[Target]
Date=2006-4-4
CPU=M16
ItemIndex=14
[Settings]
XDIVEN=0
PLLE=0
cbXtal=11.059
XDIV=0
INT0=0
INT1=0
INT2=0
INT3=0
INT5=0
INT6=0
INT7=0
INT4=0
ISC2=0
ISC1=0
ISC0=0
ISC4=0
I