代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/127961/14324412
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/127961/14324442
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/127961/14324465
h c2-2.h
// c2-2.h 线性表的单链表存储结构
struct LNode
{
ElemType data;
LNode *next;
};
typedef LNode *LinkList; // 另一种定义LinkList的方法
www.eeworm.com/read/127790/14333912
rc2 homework2.rc2
//
// HOMEWORK2.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/229452/14338721
bmp 图2-2.bmp
www.eeworm.com/read/229438/14339284
dep2 textedit2.dep2
www.eeworm.com/read/127667/14342286
gif bg2_2.gif
www.eeworm.com/read/229298/14346352
cpp program_2_2.cpp
// Program 2.2: Compute sales tax on purchase
// Authors: Bryan Zeng
// Date: 7/24/2002
#include
using namespace std;
int main() {
// Input price
cout
www.eeworm.com/read/229237/14348202
jpg jsl2_2.jpg
www.eeworm.com/read/127587/14348359
uv2 demo2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,