//順序表的建立、查找、插入與刪除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大長度 //結(jié)構(gòu)定義 typedef struct SeqList { int node[ListSize] //存放表結(jié)點(diǎn) int length //當(dāng)前表長度 } SeqList //插入元素 insertList(SeqList *list, int e) { int i=list->length-1 //先將i指定為最后一項(xiàng) if(i>=ListSize-1) //表已經(jīng)達(dá)到最大長度ListSize { printf("表已滿,不能增加新的項(xiàng)!\n")
標(biāo)簽: include gt lt malloc
上傳時(shí)間: 2014-01-17
上傳用戶:dongqiangqiang
DVB Linux TV Card API
標(biāo)簽: Linux Card DVB API
上傳時(shí)間: 2017-01-12
上傳用戶:lijianyu172
H.264 標(biāo)準(zhǔn)協(xié)議文檔,英文版本,開發(fā)H264必備
標(biāo)簽: 264 標(biāo)準(zhǔn)協(xié)議 文檔
上傳時(shí)間: 2014-01-22
上傳用戶:wmwai1314
This document aims to provide instructions on how to configure the H.264/AVC encoder and decoder using the different command line options. Also, sample command line parameters are included for reference
標(biāo)簽: instructions configure document decoder
上傳時(shí)間: 2014-01-15
上傳用戶:coeus
Building.h為方便大家使用,特意上傳
標(biāo)簽: Building 家
上傳時(shí)間: 2017-01-14
上傳用戶:縹緲
電子琴 高音依次為1,2,3,4,5,6,7 中音依次為q,w,e,r,t,y,u 低音依次為a,s,d,f,g,h,j
標(biāo)簽: 電子琴 低音
上傳用戶:fnhhs
計(jì)算豪斯道夫維數(shù)和H指數(shù)的的MATLAB代碼,關(guān)鍵字:豪斯道夫維數(shù),豪斯道夫距離,H指數(shù)
標(biāo)簽: MATLAB 計(jì)算 代碼
上傳時(shí)間: 2014-12-09
上傳用戶:思琦琦
合從達(dá)DM642開發(fā)板的H.264視頻編碼程序
標(biāo)簽: 642 264 DM 開發(fā)板
上傳時(shí)間: 2014-01-07
上傳用戶:天誠24
#include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用帶表頭結(jié)點(diǎn)的有序鏈表表示多項(xiàng)式 float coef //系數(shù) int expn //指數(shù) struct LinkList *next //指向后繼的指針 }*polynomail //結(jié)構(gòu)體類型的指針
標(biāo)簽: include define OVERFLOW stdlib
上傳時(shí)間: 2014-12-06
上傳用戶:1079836864
函數(shù)分庫函數(shù)和用戶自定義函數(shù)兩類: 庫函數(shù)(又稱系統(tǒng)函數(shù))是高級(jí)語言軟家中提供基礎(chǔ)功能的函數(shù)。庫函數(shù)文件以h為文件后綴,如C語言的stdio.h文件包括了printf(), scanf (),open(),close()。C語言中主函數(shù)要使用某庫函數(shù):#include<庫函數(shù)文件名>
標(biāo)簽: 函數(shù) 庫函數(shù) 分 家
上傳時(shí)間: 2014-01-04
上傳用戶:sy_jiadeyi
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1