代码搜索:pointer

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

代码结果 10,000
www.eeworm.com/read/400627/11571465

s43 example_slave430interface.s43

;****************************************************************************** ; MSP430F20xx Demo - I2C Slave Transmitter and Receiver ; ; Description: MSP430 I2C Slave communicates with MSP430
www.eeworm.com/read/400386/11577721

cpp c6-1.cpp

#include using namespace std; int main() {int a,b; int *pointer_1,*pointer_2; a=100;b=10; pointer_1=&a; //把变量a的地址赋给pointer_1 pointer_2=&b; //把变量b的地址赋给pointer_2 cout
www.eeworm.com/read/400386/11577725

cpp c6-3-1.cpp

#include using namespace std; int main() { void swap(int *p1,int *p2); int *pointer_1,*pointer_2,a,b; cin>>a>>b; pointer_1=&a; pointer_2=&b; if(a
www.eeworm.com/read/400386/11577732

cpp c6-3-2.cpp

#include using namespace std; int main() { void swap(int *p1,int *p2); int *pointer_1,*pointer_2,a,b; cin>>a>>b; pointer_1=&a; pointer_2=&b; if(a
www.eeworm.com/read/400162/11581938

java userlinklist.java

/** * 用户链表 */ public class UserLinkList { Node root; Node pointer; int count; /** * 构造用户链表 */ public UserLinkList(){ root = new Node(); root.next = null; pointer = nul
www.eeworm.com/read/400152/11582100

h binarytree.h

//************BinaryTree.h****************// #include #include #include "BinaryTreeNode.h" enum Tags{Left,Right}; //枚举类型 template class StackElement {
www.eeworm.com/read/262026/11610966

asm os_cpu_a.asm

; ; The uC/OS II port for Keil C51 V6 ; ; Ported date: Dec 5, 2001 ; By: John X. Liu, China, (johnxliu@163.com) ; Target platform: Keil C51 V6.20, V6.21 ; Revision: ; No
www.eeworm.com/read/261859/11618889

pas qidualcompasscomponenteditor.pas

{*******************************************************} { } { iDualCompassComponentEditor } {
www.eeworm.com/read/261859/11619113

pas qislidingcompasscomponenteditor.pas

{*******************************************************} { } { TiSlidingCompassComponentEditor } {
www.eeworm.com/read/261859/11619596

pas islidingcompasscomponenteditor.pas

{*******************************************************} { } { TiSlidingCompassComponentEditor } {