代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/400543/11574674
cpp bo2-2.cpp
// bo<mark>2</mark>-<mark>2</mark>.cpp 带有头结点的单链表(存储结构由c<mark>2</mark>-<mark>2</mark>.h定义)的基本操作(1<mark>2</mark>个),
// 包括算法<mark>2</mark>.8~<mark>2</mark>.10
void InitList(LinkList &L)
{ // 操作结果:构造一个空的线性表L
L=(LinkList)malloc(sizeof(LNode)); // 产生头结点,并使L指向此头结点
if(!L) // 存储分配失败
...
www.eeworm.com/read/400543/11574679
h c2-2.h
// c2-2.h 线性表的单链表存储结构。在教科书第28页
struct LNode
{ ElemType data;
LNode *next;
};
typedef LNode *LinkList; // 另一种定义LinkList的方法
www.eeworm.com/read/400386/11577856
cpp c2-2.cpp
#include
using namespace std;
int main()
{char c1,c2;
c1='a';
c2='b';
c1=c1-32;
c2=c2-32;
cout
www.eeworm.com/read/400299/11579620
asm core2(2).asm
.MODEL SMALL
.386
.STACK
.DATA
LENTH DW ?
MARK DB 100 DUP(?)
AMOUNT DB ?
EXPECT DB ?
ZONE1 DB ?
ZONE2 DB ?
ZONE3 DB ?
ZONE4 DB ?
ZONE5 DB ?
ZONE6 DB ?
ZO1 DW ?
ZO2 DW ?
ZO3 DW ?
ZO4
www.eeworm.com/read/400193/11581586
rc2 2dcad.rc2
//
// 2DCAD.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/348564/11588723
swf 1_2_2.swf
www.eeworm.com/read/348564/11588939
gif 3_2_2.gif
www.eeworm.com/read/348524/11590037
uv2 ps2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/262299/11593542
c 2c2.c
#include
#include
#include
void com_rl(FILE *p,struct coms cms,struct dataseg dseg[64])
{unsigned int a,n;
int i,j;
if(cms.di[0]=='a'||cms.di[0]=='A'){a=0x17;BYTE;return
www.eeworm.com/read/348439/11594143