代码搜索:2

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

代码结果 10,000
www.eeworm.com/read/318973/13465002

c bo2-2.c

/* bo2-2.c 单链表线性表(存储结构由c2-2.h定义)的基本操作(12个) */ Status InitList(LinkList *L) { /* 操作结果:构造一个空的线性表L */ *L=(LinkList)malloc(sizeof(struct LNode)); /* 产生头结点,并使L指向此头结点 */ if(!*L) /* 存储分配失败 */
www.eeworm.com/read/318973/13465020

c main2-2.c

/* main2-2.c 检验bo2-2.c的主程序(与main2-1.c很像) */ #include"c1.h" typedef int ElemType; #include"c2-2.h" /* 与main2-1.c不同 */ #include"bo2-2.c" /* 与main2-1.c不同 */ Status comp(ElemType c1,ElemType
www.eeworm.com/read/318973/13465028

h c2-2.h

/* c2-2.h 线性表的单链表存储结构 */ struct LNode { ElemType data; struct LNode *next; }; typedef struct LNode *LinkList; /* 另一种定义LinkList的方法 */
www.eeworm.com/read/318588/13475423

uv2 state2.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, Options 1,0,0 // Tar
www.eeworm.com/read/318587/13475490

uv2 flashled2.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, Options 1,0,0
www.eeworm.com/read/318585/13475536

uv2 led2.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, Options 1,0,0 // Target
www.eeworm.com/read/318583/13475571

uv2 starled2.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 Options 1,0,
www.eeworm.com/read/318096/13488638

m chap2_2.m

%Delay Control with Dalin Algorithm clear all; close all; ts=0.5; %Plant sys1=tf([1],[0.4,1],'inputdelay',0.76); dsys1=c2d(sys1,ts,'zoh'); [num1,den1]=tfdata(dsys1,'v'); %Ideal closed loop
www.eeworm.com/read/318022/13489760

rc2 menu2.rc2

// // MENU2.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED /////
www.eeworm.com/read/317627/13500748

rc2 csptest2.rc2

// // CSPTEST2.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //