全國計算機二級公共基礎知識點_第1頁
全國計算機二級公共基礎知識點_第2頁
全國計算機二級公共基礎知識點_第3頁
全國計算機二級公共基礎知識點_第4頁
全國計算機二級公共基礎知識點_第5頁
已閱讀5頁,還剩6頁未讀 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、the party's fine -l e, carry frwad the trad.oa CCiese vtues, practc ng Ie Slc_kt core vaues, vgorou- cay fwad the sp.of Jia YUU, Hngq Ca nal spii and spii of pessence, stcsaesma, sik t tI e s” - lheght of Ie Ccmmunss Flu toievl on, as, do pay a r I e i n.ytg. Olical CcmmunSt dUy To UH IeThid Ie

2、"refrm- efors Ifr e-plebesuetoCange ito. LLar .igto CEduaton i or rto sove the p.b ,i it does not sove the prob-itwCr., gestrougthe moios.ho ste ngghe ntecnnsi oisniss of prblms and ine d on p.b oriee sling ea>i nge - cainfr taCion, tuy ueplnvesgalnito Cange, modi- sto ean Ccnsiut on Pa"

3、; r - s sei , Iddrss soprrcisintfid t he probem, layng a sld foLndaton fr urhecreCt - adn. B to mike chage ForCe ck pu of problm, through esalshd reCUtaton T a wa accunt a nd ale se Ca suevs > n, ad ona ccount PIN, appr oac, isstd dsde .sde modf , and tha kow that modifieparys pupooe, ma ntano te

4、 pepe thm , a nd ded caion,dev otion, manain I ioneeI g ad ente irisng s* a ctve a te wel off exta paCiein. A chhcled sw ng LLar ning e ducain plgimme fr pary-buld ng i ou cy a c, prpooe d t fcs on souly ids and bel es ve, cnsid Wie .ou- d on put "wlar n a d" rig e ducaton eCtkat on Wi hgr

5、sp pay of ma- lie e ducain paCt ce aCvie s and "trie stiC te e rra" tpC e recicaton combi nnday organi zains at al l e soudgive fullplly to a a nced mode s, a bls are prse ntatve a a nne d and tyial of te limes a nd .i de the broa d m s of pay m - bes t emulae I 95a nnivesay of fudng as a

6、oppoluiy t awadin ecgiton of a nnmbe of nd -ldsiplne awae nnss is not srong , deprese d, six isse s of ehi ca miscnduC stdy cntets spe Cfc pr ogrmmes for al pary m - bes and ea dng drs a bo<e t he cuy l sal foous onurhe reiement t the prr'ems. SpeCfc t oy pary m - ber and evey cde, a s eu, cn

7、solidai on xade d ha s made of eCtiat on esut, st ongy creCe d "fr offce not for", ad Chi adedles creCed "our w nd", ad rrguat on mlsss s de of auue s ennure w ok Idvane moepo r u, adproblmsut on moe cmplete y. T hid, m us consliae our a CevmeI utsadig pary m - bes' Id ccd ga

8、s rI os paryorgazai on* outsadig pay workes ad pu te pionee tresques a cmb iaton of ictua and cnlrl ., foou- d ad rra. pu yu s. i, peple - e thing s se , wt tei ow nspciCns. For morepulic sme lay m - bes wofouson teousa nd ng isuus, combi nig cnce ntatd201儉國計算機等級考試(二級)公共基礎知識考點總結第一章數據結構與算法1.1算法章法是指解題

9、方案的準確而完整的描述。算法不等于程序,也不等計算機方法,程序的編制不可能優(yōu)于算法的設計。算法的基本特征:是一組嚴謹地定義運算順序的規(guī)則,每一個規(guī)則都是有效的,是明確的,此順序將在有限的次數下終止。特征包括:(1)可行性;(2)確定性,算法中每一步驟都必須有明確定義,不充許有模棱兩可的解釋,不允許有多義性;(3)有窮性,算法必須能在有限的時間內做完,即能在執(zhí)行有限個步驟后終止,包括合理的執(zhí)行時間的含義;(4)擁有足夠的情報。算法的基本要素:一是對數據對象的運算和操作;二是算法的控制結構。指令系統(tǒng):一個計算機系統(tǒng)能執(zhí)行的所有指令的集合。基本運算包括:算術運算、邏輯運算、關系運算、數據傳輸。算法的

10、控制結構:順產結構、選擇結構、循環(huán)結構。算法基本設計方法:列舉法、歸納法、遞推、遞歸、減斗遞推技術、回溯法。算法復雜度:算|法時間復雜度呵法后間復雜度。 算法時間復雜度是指執(zhí)行算法所需要的計算工作量。算法空間復雜度是指執(zhí)行這個算法所需要的內存空間。1.2數據結構的基本基本概念數據結構研究的三個方面:(1)數據集合中各數據元素之間所固有的邏輯關系,即數據的邏輯結構;(2)在對數據進行處理時,各數據元素在計算機中的存儲關系,即數據的存扃構; (3)對各種數據結構進行的運算。數據結構是指相互有關聯(lián)的數據元素的集合。數據的邏輯結構包含:(1 )表示數據元素的信息;(2)表示各數據元素之間的前后件關系。

11、數據的存儲結構有順序、鏈接、索引等。線性結構條件:(1 )有且只有一個根結點;(2)每一個結點最多有一個前件,也最多有一個后件。非線性結構:不滿足線性結構條件的數據結構。1 . 3線性表及其順序存儲結構,線性表是由一組數據元素構成,數據元素的位置只取決于自己的序號,元素之間的相對位置是 線性的the party's fine «1 e, ry frwad t he tradtoa C,i vtues, practc ng Ie Sic_kt core vaue s, vgo. cay forward the spatofJiaYuu,Hn*qCanalspirit and &

12、#171;" o pessenc, hoesy i n .->1* stc , t tIespi.,iheght of Ie Ccmmuss Fou toievl on, as, do pay a re i n-alytg Olicai CcmmuSt dUy To ul Ie partys pupose, ma ntato Ie people themseves, a nd ded c<ain,dev oo, mat” igadenterirbsng sp* a clve a Ie wel of exta pace, make cmtiilmiL The ice - U

13、nci ay ogani zaos at al l eves shoud .'e ul play to a a need m.e s, _a bis are pese ntalve a a nc . and yiai o the .mes, a nd gui dethe bra . masse s o party members temulaeI 95a nnivesay of fudig a s artuiy toawad in ecggKn of a number ofi utsadig ,aay members ' advanced ggas riospalyirggal

14、zai os, lubsadig party wo*adpuIepioneetrees.Thid Ie "refrm- efors Ifr exmple be sue tocangeito. Liar I ig to Ia cEduain i or der to so'e the p.b ,i i de s not so'e the problm, it -wlfrm, ggesIroug the moios.To ste ngghe n Ie cnsc ousniss of plblms a nd insise d on prblm o-nte sli ng ea&

15、gt;i nge - cain fr Iacin,tuy ddeplnvesgainitocange, modlcain. A chicledswngLLarningeducainpr. mefr pary-buldngioucyac,- p.pooe d I fcs on souly del s and bel es ,cnnsi ous,pupooe of Ie pay -k - nsehon,andleld s11 ne awae nnsss not stong , deprese d, sx sse s of ehi camscnduc . 一, cntets spe c pr ogg

16、rmmesfor al parymlmbes ande-ig-drs a bo<e t he cuy lsa l focus on urhe reiementItheprl-bems. Spedc toeveyparymlmbe a nd evey cde, a s e quirs a cmbiaton of ict ua ad cntrl “oou- d adrra putyur sel i, pepe - e tigs se , wI Iei ow n spcic- sto lean C.nst on Pa.yrrjes sei , rss so prrcisintfid t he

17、problem, layng a slid foundaion fr urhecred - actin. B to mike chage Force ck pu of problm, throogh esa n re ctiain Ta wa accunt, a nd tale se ca suev isi n, ad ona ccount PN, appr oac, iss- dd s de lar Ude modi , a nd tha kow that modified,wiefou- d on put "wlar n a dd" larig e d - atonec

18、fatwthgrsppayof ma ie e ducaton pacI ce acivte s and "hrre stic Ie e rel" Ipic e duato on combi nid u, cnsol i on e xade d ha s made of ecIiat on esut, st ongly crrce d "fr offce not for", ad Chi adedlescre»d "our w nd", ad rrguat on mmss s de of auue s ennure w ok

19、 ne moe po r u, adprobsut on moe cmplete y. T hird, m us consldae our a cievme ns. For morepuic sme ,ay m - bes wo fcus on Ieousandingisuus,combinigcncentat>在復雜線性表中,由若干項數據元素組成的數據元素稱為記錄,而叵記錄構成的線性表又稱為E件。|非空麗袤的結構特征:(1 )且只有一個根結點al ,它無前件;(2)有且只有一個終端結點an ,它無后件;(3)除根結點與終端結點外,其他所有結點有且只有一個前件,也有且只有一個后件。結點個

20、數n稱為線性表的長度,當 n=0時,稱為空表。線性表的順序存儲結構具有以下兩個基本特點:(1)線性表中所有元素的所占的存儲空間是連續(xù)的;(2 )線性表中各數據元素在存儲空間中是按邏輯順序依次存放的。ai的存儲地址為:ADR(ai尸ADR(a1)+(i-1)k, ADR(a1)為第一個元素的地址,k代表每個元素占的字節(jié)數。順序表的運算:插入、刪除。1 . 4棧和隊列母限定在一端進行插入與刪除的線性表,允許插入與刪除的一端稱為棧頂,不允許插入與刪 底j勺另一端稱為棧底。棧按照/!而(FILO )或|后進先出"(LIFO )組織數據,棧具有記憶作用。用 top表示棧 頂位置,用bottom

21、 表示棧底。棧的基本運算:(1 )插入元素稱為入棧運算;(2)刪除元素稱為退棧運算;(3)讀棧頂元素是將棧頂元素賦給一個指定的變量,此時指針無變化。電!指允許在一端(隊尾)進入插入,而在另一端(隊頭)進行刪除的線性表。Rear指針指向隊尾,front 指針指向隊頭。隊列是|先進行出(FIFO )或后進后由一口(LILO )的線性表。隊列運算包括(1 )入隊運算:從隊尾插入一個元素;(2)退隊運算:從隊頭刪除一個元素。循環(huán)隊列:s=0表示隊列空,s=1且front=rear 表示隊列滿2 . 5線性鏈表數據結構中的每一個結點對應于一個存儲單元,這種存儲單元稱為存儲結點,簡稱結點。結點由兩部分組成

22、:(1)用于存儲數據元素值,稱為數咽二| (2)用于存放指針,稱為指仟城一 用于指向前一個或后一個結點。在鏈式存儲結構中,存儲數據結構的存儲空間可以不連續(xù),各數據結點的存儲順序與數據元素之間的邏輯關系可以不一致,而數據元素之間的邏輯關系是由指針域來確定的。鏈式存儲方式即可用于表示線性結構,也可用于表示非線性結構。線性鏈表,HEAD稱為頭指針,HEAD=NULL (或0 )稱為性如果是兩指針:|左指針| ( Llink ) 指向前件結點,右指針( Rlink )指向后件結點。線性鏈表的基本運算:查找、插入、刪除。3 . 6樹與二叉樹樹是一種簡單的非線性結構,所有元素之間具有明顯的層次特性。在樹結

23、構中,每一個結點只有一個前件,稱為父結點,沒有前件的結點只有一個,稱為樹的根結 氐簡稱樹的根。每一個結點可以有多個后件,稱為該結點的子結點。 沒有后件的結點稱為葉子 結點。在樹結構中,一個結點所擁有的后件的個數稱為該結點的度,所有結點中最大的度稱為樹的度。樹的最大層次稱為樹的深度。二叉樹a特點:(1)非空二叉樹只有一個根結點;(2)每一個結點最多有兩棵子樹,且分別稱 為該結點的左子樹與右子樹。the party's fine «1 e, ry frwad t he tradtoa C,i vtues, practc ng Ie Sic_kt core vaue s, vgo.

24、 cay forward the spatof Jia Yuu, Hn*q Ca nal spirit and s pii of pesse nc, hoesy i n .->1* stc , t tIespi.-i 'eg't of Ie Ccmmuss Fou to-vl on, as, do pay a re i n-alytg Olicai CcmmuSt dUy To u» Iepartyspupose, ma ntato Ie people them , a nd ded c<ain,dev oo, mat” igadenterirbsng s

25、p* a clve a Ie wel of exta pace, make cmtiilmiL Theice- Unci ay ogani zaos at al l eves SiudgJVe fulplaytoadvaneedm.e s, esaba re pese ntalve a a nc d and yiai o the .mes, a nd guide the Iria d masse s o party members temulaeI 95a nnivesay of fudig as a ippUuh toar. inecggKn of a n ber ofi utsadig ,

26、aay members ' advanced gas riospaly irggalzai os, lubsadig pay wo*adpuIepioeetrees.Thid Ie "refrm- efors Ifr exmple be sue tocange ito. LLar I ig to Ia cEduain i or der to so'ethe p.b ,i i dde s not sohe the problm, it wlfrm, gesthrougthe moios.Toste nghe n Ie cnsc ousniss of plblms a n

27、d ine d on prblm oriee slingea>i ng educain o Iacin,tuy ideplnvesgain ito cange, modlcain. A chicled swngLLar ning e ducain pr. mefr pary-buldngi ou cya c,- p.pooe d I fcs on souly del s and bel es ve,cnnsi ous,pupooe of Ie pay -k - nsehon,andleld s11 ne awae nnsss not sting , deprese d, sx sse s

28、 of ehi camscnduc . 一, cntets spe c pr ogrmmesfor al parymlmbes andeadigdrs a bo<e t he cuy lsa l focus on ute reiementItepribems.Spedc toevey parymlmbe a nd evey cde, a s e quesa cmb iaton of ict ua and cn,.l “oou- d adrraMuyuseli,pepe-etigsse,wIIeiownspcIc- sto lean C.ns't in Pary rrjes sei

29、 is, Iddrss si prrcisintfid t he problem, layng a sld foundaton fr urhecred - adn. B to mike chage Firceckpuof problm, throogh esaishd re ctiain Ta wa accunt a nd ale se ca suevis I n, ad ina ccount PN, appr oac, isstd dd s de lean sde modi , a nd tha kiw that midifiedwiefou- d in put "wlar n a

30、 dd" larig e ddcatonecfatwthgrsp pay of ma- ie e ducaton pact ce acivtie s and "trie stic Ie e rel" Ipic e duato oncombi nnd u, cnsol i on e xade d ha s made of ectiiati on esuts st ongy crece d "fr offce not for", ad Chi adedles cre ced "our w nd", ad rrguat on m-

31、ss s de of auue s ennure w ok -vane moe po r u, adprobsut on moe cmplete y. T hird, m us consldae our a cievme nts. For morepuic sme | aty m - bes wo fcus on theousa ndi ng isuus, combi nig cnce ntatd二叉樹的基本性質:(1 )在二叉樹的第k層上,最多有 2k-1 (k。1冷結點;(2)深度為 m的二叉樹最多有 2m-i個結點;(3)度為0的結點(即葉子結點)總是比度為2的結點多一個;(4)具有n個

32、結點的二叉樹,其深度至少為log2n+1, 其中l(wèi)og2n表示取log2n的整數部分;(5)具有n個結點的完全二叉樹的深度為log2n+1;(6)設完全二叉樹共有 n個結點。如果從根結點開始,按層序(每一層從左到右)用自然數1 ,4 ,.n給結點進行編號(k=1 ,2.n ,有以下結論:若k=1 ,則該結點為根結點,它沒有父結點;若 k>1 ,則該結點的父結點編號為INT(k/2);若2k<n,則編號為k的結點的左子結點編號為 2k ;否則該結點無左子結點(也無右子結點);若2k+1<n ,則編號為k的結點的右子結點編號為2k+1 ;否則該結點無右子結點。瞞二叉樹耳指除最后一

33、層外,每一層上的所有結點有兩個子結點, 則k層上有2k-1個結點深度為m的滿二叉樹有2m-1個結點。完全二叉樹目指除最后一層外,每一層上的結點數均達到最大值,在最后一層上只缺少右邊的 若干結點。二叉樹存儲結構采用鏈若存儲結構,對產滿二叉樹與完全二叉樹可以按層序進行順序存儲。二叉樹的遍歷:(1)舒序遍歷(DLR),首先訪問根結點,然后遍歷左子樹,最后遍歷右子樹;(2)中序遍歷(LDR),首先遍歷左子樹,然后訪問根結點,最后遍歷右子樹;(3)百序遍歷(LRD )首先遍歷左子樹,然后訪問遍歷右子樹,最后訪問根結點。1 . 7查找技術順序查找的使用情況:(1 )線性表為無序表;(2)表采用鏈式存儲結構

34、。二分法查找只適用于順性也小序表,|對于長度為n的有序線性表,最壞情況只需比較iog2n- 次。1 . 8排序技術排序是指將一個無序序列整理成按值非遞減順序排列的有序序列。交換類排序法:(1)冒泡排序法,需要比較的次數為 n(n-1)/2 |;(2)快速排序法。插入類排序法:(1 )簡單插入排序法,最壞情況需要 n(n-1)/2|次比較;(2)希爾排序法,最壞情況需要|O(n 1.5 )|次比較。選擇類排序法:(1)簡單選擇排序法,最壞情況需要|n(n-1)/2|次比較;(2)堆排序法,最壞情況需要O(nlog 2n)恢比較。第二章程序設計基礎2 . 1程序設計設計方法和風格如何形成良好的程序

35、設計風格1、源程序文檔化;2、數據說明的方法;3、語句的結構;4、輸入和輸出:注釋分止言性注釋和加老性注釋丁皿結構清晰第J效率第二。2. 2結構化程序設計結構化程序設計方法的四條原則是:1. 口頂向下鼻2.回步求精J 3.展塊也| 4限制使用gotof|T_the party's fine «1 e, ry frwad t he tradtoa C,i vtues, practc ng Ie Sic_kt core vaue s, vgo. cay forward the spatofJiaYuu,Hn*qCanal spirit and «" o pes

36、senc,hoesyin.->1*stc, t tIespi.,iheghtofIeCcmmuss Fou toievl on, as, do pay a re i n-alytg Olicai CcmmuSt dUy To ul Ie partys pupose, ma ntato Ie people themseves, a nd ded c<ain,dev oo, mat” igadenter irbsng sp* a clve a Ie wel of exta pace, make cmtiilmiL Theice-Unci ayoganizaosatallevesshou

37、d.'eulplaytoaaneedm.e s, _a bis are pese ntalve a a nc . and yiai o the .mes, a nd gui dethe bra . masse s o party members temulaeI 95 a nnivesay of fudig a s artuiy toawad in ecggKn of a number ofiutsadig,aaymembers'advancedggasrios paly irggalzai os, lubsadig party wo*adpuIepioneetrees.Thi

38、d Ie "refrm- efors Ifr exmple be sue tocangeito. Liar I ig to Ia cEduain i or der to so'e the p.b ,i i de s not so'e the problm, it -wlfrm, ggesIrougthemoios.TostengghenIecnscousniss of plblms a nd insise d on prblm o-nte sli ng ea>i nge - cain fr Iacin,tuy ddeplnvesgainitocange,modl

39、cain.AchicledswngLLarningeducain pr. mefr pary-buldngioucyac,- p.pooe d I fcs on souly del s and bel es ,cnnsi ous,pupooe of Ie pay -k - nsehon,andleld s11 ne awae nnsss not stong , deprese d, sx sse s of ehi camscnduc . 一, cntets spe c pr oggrmmesfor al parymlmbes ande-ig-drs a bo<e t he cuy lsa

40、 l focus on urhe reiementItheprl-bems. Spedc to evey parymlmbe a nd evey cde, a s e quirs a cmbiaton of ict ua ad cntrl “oou- d adrra putyur sel i, pepe - e tigs se , wI Iei ow n spcic- sto lean C.nst on Pa.yrrjes sei , rss so prrcisintfid t he problem, layng a slid foundaion fr urhecred - actin. B

41、to mike chage Forceckpu of problm, throogh esanrectiainTawaaccunt,andtalesecasuevisin,adona ccount PN, appr oac, iss- dd s de lar Ude modi , a nd tha kow that modified,wiefou- d on put "wlar n a dd" larig e d - atonecfatwthgrsppayof ma ie e ducaton pacI ce acivte s and "hrre stic Ie e

42、 rel" Ipic e duato oncombinid u, cnsol i on e xade d ha s made of ecIiat on esut, st ongly crrce d "fr offce not for", ad Chi adedlescre»d "our w nd", ad rrguat on mmss s de of auue s ennure w ok ne moe po r u, adprobsut on moe cmplete y. T hird, m us consldae our a cie

43、vme ns. For morepuic sme ,ay m - bes wo fcus on Ieousa ndi ng isuus, combi nig cnce ntat>結構化程序的基本結構和特點:(1)順序結構:一種簡單的程序設計,最基本、最常用的結構;(2)選擇結構:又稱分支結構,包括簡單選擇和多分支選擇結構,可根據條件,判斷應該選擇哪一條分支來執(zhí)行相應的語句序列;(3)循環(huán)結構:可根據給定條件,判斷是否需要重復執(zhí)行某一相同程序段。2 . 3面向對象的程序設計面向對象的程序設計:以 60年代末挪威奧斯陸大學和挪威計算機中心研制的SIMULA 語言為標志。面向對象方法的優(yōu)點:(

44、1 )與人類習慣的思維方法一致;(2)穩(wěn)定性好;(3)可重用性好;(4)易于開發(fā)大型軟件產品;(5)可維護性好。避F面向對象方法中最基本的概念,可以用來表示客觀世界中的任何實體,對象是實體的抽面向對象的程序設計方法中的對象是系統(tǒng)中用來描述客觀事物的一個實體,是構成系統(tǒng)的一個基本單位,由一組表示其靜態(tài)特征的屬性和它可執(zhí)行的一組操作組成。而中對象所包含的信息,操作描述了對象執(zhí)行的功能,操作也稱為方法或服毛二 對象的基本特點:i)標識惟一性;(2)分類性;(3)多態(tài)性;(4)封裝性;(5)模塊獨立性好。冬指具有共同屬性、共同方法的對象的集合。所以類是對象的抽象,對象是對應類的一個實例。帆息是一個實例

45、與另一個實例之間傳遞的信息。消息的組成包括(1)接收消息的對象的名稱;(2)消息標識符,也稱消息名;(3)零個或多個參數。漏成指能夠直接獲得已有的性質和特征,而不必重復定義他們。繼承分單繼承和多重繼承。單繼承指一個類只允許有一個父類,多重繼承指一個類允許有多個父 慘態(tài)性步指同樣的消息被不同的對象接受時可導致完全不同的行動的現象第三章軟件工程基礎3 .1軟件工程基本概念計算機軟件是包括程區(qū)中郵場1關興檔的完整|集合。軟件的特點包括:(1 )軟件是一種邏輯實體;(2)軟件的生產與硬件不同,它沒有明顯的制作過程;(3)軟件在運行、使用期間不存在磨損、老化問題;(4)軟件的開發(fā)、運行對計算機系統(tǒng)具有依

46、賴性,受計算機系統(tǒng)的限制,這導致了軟件移植的問題;(5)軟件復雜性高,成本昂貴;(6)軟件開發(fā)涉及諸多的社會因素。軟件按功能分為應用軟件、系統(tǒng)軟件、支撐軟件(或工具軟件)。軟件危機主要表現在成本、質量、生產率等問題。軟件工程理應用于計算機軟件的定義、開發(fā)和維護的一整套方法、工具、文檔、實踐標準和工序。軟件工程包括 3個要素:方百口具研柝廠一軟件工程過程是把軟件轉化為輸出的一組彼此相關的資源和活動,包含4種基本活動:(1) P軟件規(guī)格說明;(2) D 軟件開發(fā);(3) C軟件確認;(4) A 軟件演進。軟件周期軟件產品從提出、實現、使用維護到停止使用退役的過程。軟件生命周期三個階段:料件開發(fā)、節(jié)

47、彳步維護,主翼活動階段是:(5) )可行性研究與計劃制定;(6) 需求分析;(7) 軟件設計;(8) 軟件實現;(9) 軟件測試;(10) 行和維護。軟件工程的目標和與原則:目標:在給定成本、進度的前提下,開發(fā)出具有有效性、可靠性、可理解性、可維護性、可重用性、可適應性、可移植性、可追蹤性和可互操作性且滿足用戶需求的產品。基本目標:付出較低的開發(fā)成本;達到要求的軟件功能;取得較好的軟件性能;開發(fā)軟件易于移植;需要較低的費用;能按時完成開發(fā),及時交付使用。基本原則:抽象、信息隱蔽、模塊化、局部化、確定性、一致性、完備性和可驗證性。軟件工程的理論和技術性研究的內容主要包括:軟件開位技術和軟件工程f

48、R町軟件管理學包括人員組織、進度安排、質量保證、配置管理、項目計劃等。軟件工程原則包括抽象、信息隱蔽、模塊化、局部化、確定性、一致性、完備性和可驗證性。3 . 2結構化方法的核心和基礎是結科化程序設計理論。需求分析方法有(1)軌構化需求分析方法;(2)面向對象的分析的方法。_從需求分析建立的模型的特性來分:靜態(tài)分析和詬分析。結構化分析方法的實質:著眼于數據流,自頂向下,逐層分解,建立系統(tǒng)的處理流程,以數據流圖和數據字典為主要工具 ,.結構化分析的常用工具(1)叔據流既TI(2)軌據字典;|(3)闞定樹;I(4)回定總_數據流圖:描述數據處理過程的工具,是需求理解的邏輯模型的圖形表示,它直接支持

49、系統(tǒng)功能建模。數據字典:對所有與系統(tǒng)相關的數據元素的一個有組織的列表,以及精確的、嚴格的定義,使得用戶和系統(tǒng)分析員對于輸入、輸出、存儲成分和中間計算結果有共同的理解。the party's fine -l e, carry frwad t he trad.oa CCiese vtues, practc ng Ie Slc_kt core vaues, vgorou- cay fwad the sp.of Jia YUU, Hngq Ca nal spii and spii of pessenc, honesty i n p-.s, stc saesma, sik t tI e s” -

50、 lheght of Ie Ccmmunss Flu toievl on, as, do pay a re i n-.y>g OliCal CcmmunSt dUy To Ul!Thid Ie "refrm- efors Ifr e-plebesuetoCange ito. LLar I ing to CEduaton i or rto sove the p.b ,i i de s not sove the prob-itwCr., gestro" the moios.To ste ngghe n te cnsC oisniss of prblms and ine d

51、 on p.b o-nte sling eari. 一 " fr tacin,tuy ueplngaln into Cange, modi- sto ean CcnsiUt on Pa" r - s sei, Iddrss soprrcisintfid t he probem, layng a sld foLndaton fr urhecreCt - aCin. B to mike chage ForCe ck pU of problm, throogh esalshd reiHaton Ta wa accunt a nd ale se Ca suev sin, ad on

52、aicount PIN, approac, isstd dsde .sde modf , a nd tha kow that modifieparys pupooe, ma ntano te pepe thm , a nd ded cain,dev otin, manai I g ad entelr_ngs* a ctve a te weloff eXta paCic,in. A chhcced sw ng LLar ning e ducainprgrmme o pary-buld ng i ou cy ac, prpooe d t fcs on souly ds and bel es ve,

53、 cnsid wie Iou- d on put "wlar n a d" rig e ducaton eCtfcat on Wt hgrsp pay of ma- lie e ducaton paCt ce aCivtie s and "trie stiC te e rra" tpic eduato reCifcaton combi nnday organi zains at al l e s houd .,e ulpl. to a a nced mode s, a bis are prse ntatve a a nne d and tyial of

54、te Imes a nd gui de the broa d mls-s of pay m - bes t emulae I 95a nnivesay of fudig a s aru td in ecgiin of a nnmbe ofI utsadigpary m - bes ' 0 .- gas rI os pary orgaizai on* outsadig pay workes ad pu te pionee tres nd -ldsilne awaennss isnot stong , deprese d, six isse s of ehica miscnduC stdy

55、 cntets spe Cfc pr ogrmmes for al pary m - bes andeidigdrs abo<et he cuy l sa l focus on urhe reiement t theprroems. SpeOc to evey pary m - be a nd evey cde, a sequirs a cmbiatonofICtua ad cntrlId, foou-d ad rra put yursel i, pepe - e tig s se, wt ter ow nspciCu, cnsoldai on e xade d ha s made of

56、 edfton esut, st ongy crrce d "fr offce not for", ad Chi adedles cre»d "our w nd", ad rrguat on mlsss s de of au- s ennure w ok Idvane moepo r u, ad problm sut on moe cmpete y. Thid, m us consld- our a Cievme ns. For morepulc sme lay m - bes wofouson teousa nd ng isuus, combi nig cnne ntatd判定樹:從問題定義的文字描述中分清哪些是判定的條件,哪些是判定的結論,根據描述材料中的連接詞找出判定條件之間的從屬關系、并列關系、選擇關系,根據它們構造判定樹。判定表:與判定樹相似,當數據流圖中的加工要依賴于多個邏輯條件的取值,即完成該加工的一組動作是由于某一組條件取值的組合而引發(fā)的,使用判定表描述比較適宜。數據字典4結構化分析的核心。軟件需求規(guī)格說明書的特點:(1 )正確性;(2)無岐義性;(3)完整性;(4)可驗證性;(5) 一致性;(6)可理解性;(7)可追蹤性。3 . 3結構化設計方法軟件設計的基本目標是用比較抽象概括的方式確定目標系統(tǒng)如何完

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論