代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/372509/9506740
cpp ch2_2.cpp
//*********************
//** ch2_2.cpp **
//*********************
#include
void main()
{
int number=1001;
cout
www.eeworm.com/read/372391/9511659
cpp main2-2.cpp
// main2-2.cpp 检验bo2-2.cpp的主程序(与main2-1.cpp很像)
#include"c1.h"
typedef int ElemType;
#include"c2-2.h" // 与main2-1.cpp不同
#include"bo2-2.cpp" // 与main2-1.cpp不同
Status comp(ElemType c1,ElemTy
www.eeworm.com/read/372391/9511674
cpp algo2-2.cpp
// algo2-2.cpp 实现算法2.2的程序
#include"c1.h"
typedef int ElemType;
#include"c2-1.h"
#include"bo2-1.cpp"
void MergeList(SqList La,SqList Lb,SqList &Lc) // 算法2.2
{ // 已知线性表La和Lb中的数据元素按值非递减排列。
www.eeworm.com/read/372391/9511740
cpp bo2-2.cpp
// bo2-2.cpp 单链表线性表(存储结构由c2-2.h定义)的基本操作(12个)
Status InitList(LinkList &L)
{ // 操作结果:构造一个空的线性表L
L=(LinkList)malloc(sizeof(LNode)); // 产生头结点,并使L指向此头结点
if(!L) // 存储分配失败
exit(OVERFLOW);
www.eeworm.com/read/372391/9511776
h c2-2.h
// c2-2.h 线性表的单链表存储结构
struct LNode
{
ElemType data;
LNode *next;
};
typedef LNode *LinkList; // 另一种定义LinkList的方法
www.eeworm.com/read/372266/9514666
m exp2_2.m
clc
clear
more on
echo on
%为便于理解,在程序等执行过程中显示程序的表达式
a=16;b=12;
c=3;
d=4;
e=a+b-c*d
f=e/2
k=e\2
h=c^3
g=e+f+ ...
2+1-9
aa=sin(g)
abs(aa)
bb=2+3j
cc=conj(bb)
rbb=real(bb)
log(rbb)
www.eeworm.com/read/372259/9515123
m exp2_2.m
clc
clear
more on
echo on
%为便于理解,在程序等执行过程中显示程序的表达式
a=16;b=12;
c=3;
d=4;
e=a+b-c*d
f=e/2
k=e\2
h=c^3
g=e+f+ ...
2+1-9
aa=sin(g)
abs(aa)
bb=2+3j
cc=conj(bb)
rbb=real(bb)
log(rbb)
www.eeworm.com/read/176127/9515437
gif conner_2_2.gif
www.eeworm.com/read/372207/9517547
uv2 tc2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (tc2), 0x0000 // Tools: 'MCS-51'
Group (main)
File 1,1, 0x0
File 1,4,
www.eeworm.com/read/372206/9517650
uv2 lcd2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0xFFFF // Tools: ''
Group (Source Group 1)