代码搜索:ptr
找到约 10,000 项符合「ptr」的源代码
代码结果 10,000
www.eeworm.com/read/262945/11383937
dbg ptr8000.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\IccAvr\Pei\ptr8000\
FILE nrf905.C
FUNC nrf905_Config 96 fV
BLOCK 122 9A
LINE 122 9A
LINE 123 9A
LINE 124 9C
LINE 125 A2
LINE 126 A8
LINE
www.eeworm.com/read/262945/11383938
c ptr8000.c
//ICC-AVR application builder : 2006-4-4 11:28:26
// Target : M16 PTR8000模块简单测试
// Crystal: 11.059Mhz
//最关键的是SPI的初始化,MSB首位和极性方式00,极性方式错误,数据则不正确
#include
#include
#inc
www.eeworm.com/read/262945/11383941
mak ptr8000.mak
CC = iccavr
CFLAGS = -ID:\iccavr\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\iccavr\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45
www.eeworm.com/read/262945/11383942
hex ptr8000.hex
:040000000C942A0032
:0C0020000C9456010C9419010C9468011A
:14005400CFE5D4E0CDBFDEBFC051D0400AEA08830024E0E67D
:14006800F0E010E0E43AF10711F00192FBCF0083E4E5F0E034
:14007C00A0E6B0E010E0E435F10721F0C89
www.eeworm.com/read/262945/11383944
src ptr8000.src
www.eeworm.com/read/262945/11383946
prj ptr8000.prj
[Compiler Options]
Edit1=D:\iccavr\include\
Edit2=D:\iccavr\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGroup
www.eeworm.com/read/405333/11464928
cpp auto_ptr.cpp
//: C01:Auto_ptr.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// Illustrates the RAII nature
www.eeworm.com/read/403121/11522084
bmp varbmp_ptr.bmp
www.eeworm.com/read/403013/11523967
cpp dbl_ptr.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/403013/11523972
cpp ptr_traversal.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that