最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

數(shù)據(jù)結(jié)構(gòu)作業(yè)

2023-02-28 11:54 作者:日有所思-夜有所夢  | 我要投稿

#include <stdio.h>

#include <malloc.h>

#define MAXSIZE 50

typedef int Elem type

typedef struct

{

Elem type data[maxsize];

int length;


} sqlist

void Createlist(SQlist*&L,Elemtype a[],int n)

{

?L=(sqlist*)malloc(sizeof(Sqlist));

?for( i=0;i<n;i++)

L->;length=n;


}

void lnitlist(sqList*&L)

{

L=(SqList*)malloc(sizeof(sqList));

L->length=0;


}

void Destroy(Sqlist*&L)

{

free(L);


}

bool listEmpty(sqlist*L)

{

return (L->==0)a


}

int ListLength(Sqlist*L)

{

?return (L->length);


}

void Displist (SqList*L)

{


return (L->length);


}

void DispList(Sqlist*L)

{

for(int i=0;i<L->length;i++)

printf("%d",L->data[i]);


printf("\n");

}

bool GetELem(SqList*L,int i,Elem TYpe &e)

{

?if(i<1|| i>L-> length)

return false;

?e=L->data[i-1];

?return ture ;

}

int locateELem(sqlist*L,ElemType &e)

{

int i=0;

while (i<L->length && L->data[i]!=e)i++;

if(i>=L->length)

return 0;

else?

return i+1;


}

bool listlnsert(sqlist*&L,int i,Elem Type e)

{

int j;

if(i<1 || i>L->length)

return false;

i--;

for(j=L->length;j>i;j--)

L->data[j]=L->data[j-1];

L->data[i]=e;

L->length++;

return ture;



}

bool ListDelete(sqlist *&Lint i;ELemType &e)


{

int j;

if(i<1 || i>L->length)

retrun false;

i--;

e=L->data[j];

for(j=i;j<L-length-1;j++)

L->length--;

return ture;

}





}


數(shù)據(jù)結(jié)構(gòu)作業(yè)的評論 (共 條)

分享到微博請遵守國家法律
库伦旗| 兰坪| 萍乡市| 且末县| 安丘市| 石台县| 尖扎县| 如东县| 鹤壁市| 息烽县| 阿坝县| 岳普湖县| 云南省| 台湾省| 肃宁县| 闸北区| 新郑市| 田林县| 东方市| 永新县| 桃园县| 巴南区| 固安县| 宾阳县| 丽江市| 上犹县| 南雄市| 从江县| 丁青县| 永吉县| 吴旗县| 景谷| 永平县| 茶陵县| 衡山县| 漳州市| 栾城县| 文昌市| 巴南区| 吉木乃县| 肥西县|