freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

大學(xué)計算機基礎(chǔ)模擬考試系統(tǒng)設(shè)計畢業(yè)論文-資料下載頁

2025-06-27 14:50本頁面
  

【正文】 = 59。}Time觸發(fā)是執(zhí)行動作,觸發(fā)間隔為1000msprivate void timer1_Tick(object sender, EventArgs e){ if ( != 0) { DecTime()。 } else { = false。 }}在這里還需要注意一點,要導(dǎo)入兩個Word文檔時需注意,設(shè)置兩個進程這個是重點,導(dǎo)入試卷點擊測評試卷,顯示分數(shù)。這里經(jīng)過幾次測試,開始,不能打開兩個文檔,是由于只設(shè)置了一個進程,當(dāng)執(zhí)行完一個文檔時就會,關(guān)閉進程,再次啟動時,就會報RCP服務(wù)器不可用的錯誤,進過修改后,即建立兩個進程就會發(fā)現(xiàn)運行成功。 第6章 測試 測試的目的基于不同的立場,存在著兩種完全不同的測試目的。從用戶的角度出發(fā),普遍希望通過軟件測試暴露出軟件中陷藏的錯誤和缺陷,以考慮是否可以接受該產(chǎn)品。而從軟件開發(fā)者的角度出發(fā),則希望測試成為表明軟件產(chǎn)品中不存在錯誤的過程,驗證該軟件已正確地實現(xiàn)了用戶的要求,確立用戶對軟件質(zhì)量的信心。因為在程序中往往存在著許多預(yù)料不到的問題,可能會被疏漏,許多隱藏的錯誤只有在特定的環(huán)境下才可能暴露出來。如果不把著眼點放在盡可能查找錯誤這樣一個基礎(chǔ)上,這些隱藏的錯誤和缺陷就查不出來,會遺留到運行階段中去。 測試的原則(1)所有的測試都應(yīng)追溯到用戶需求(2)應(yīng)當(dāng)把盡早和不斷測試作為座右銘(3)測試工作應(yīng)該由獨立的專業(yè)的軟件測試機構(gòu)來完成(4) Pareto原則,測試發(fā)現(xiàn)的錯誤中80%很可能起源于20%的模塊中。(5)設(shè)計測試用例時,應(yīng)該考慮各種情況。(6)對測試出的錯誤結(jié)果一定要由一個確認的過程。 登錄模塊測試測試用例測試結(jié)果結(jié)果分析用戶名student密碼sone進入學(xué)生界面學(xué)生用戶有效用戶名teacher密碼taeyeon進入教師界面教師用戶有效用戶名adwda,密碼awdad 彈出不存在用戶對話框輸入數(shù)據(jù)不匹配用戶名student,密碼dadad彈出密碼錯誤對話框輸入數(shù)據(jù)不匹配結(jié)  論這次畢業(yè)設(shè)計,學(xué)習(xí)到了很多知識,最重要的是認識到了怎么從不懂到懂的過程,沒有什么人是天生就會的,只有通過學(xué)習(xí),才能了解的更多,才會發(fā)現(xiàn)自己懂得東西很少。剛開始由于自己基礎(chǔ)不是很好,很多都不是很會,比如說Word對象包括什么,有哪些東西,這些都是不會的,這時候會發(fā)現(xiàn),上網(wǎng)是一個很好的方法,現(xiàn)在知識儲備是遠遠不能滿足自己需要的;自己一個人摸索不如找一個人確定下方向,找準(zhǔn)方向事半功倍,剛開始我還以為需要創(chuàng)建一次Word文檔,然后自己建一個文檔與模板一樣,做完這些,然后在對比屬性,但是最后發(fā)現(xiàn)根本不需要這樣做,只需要打開word文檔,然后在讀取里面的屬性就行了;在連接數(shù)據(jù)庫時會發(fā)現(xiàn),書上說的很不具體,只是說了一下怎么連接,需要自己總結(jié)這個方法(這也是我們需要的能力),最后上網(wǎng)當(dāng)然現(xiàn)在學(xué)習(xí)沒有對與錯之分,關(guān)鍵在于理解的深刻與否,網(wǎng)上有很多東西是好的;在設(shè)計數(shù)據(jù)庫時,需要自己認真分析這個數(shù)據(jù)項與其他數(shù)據(jù)項的關(guān)系,這樣多想可以提高自己的思維能力,數(shù)據(jù)存放的時候沒有多大冗余。我是大四才對編程有興趣,剛上大學(xué)只是亂選了一個專業(yè),不知道自己需要做些什么,根本不知道計算機專業(yè)是干什么的,當(dāng)然這也是跟我當(dāng)時的心態(tài)有關(guān),不是很成熟,而通過大四這年的思考,自己知道自己需要做什么,自己喜歡什么,但是開始老想不勞而獲去得到東西,自己很懶,這個程序是5月20日重做的,電腦硬盤壞了,重做的時候,發(fā)現(xiàn)還有只是知識點沒有理解透徹,當(dāng)然有些是在網(wǎng)上看的程序,直接復(fù)制過來的,但是沒有理解,重做的時候硬盤里面啥資料都沒有,自能通過自己思考來做,做完下來是很辛苦,但是覺得值,這次花了功夫做這個小程序,可以說增加了自己的自信心,認識到?jīng)]有什么是通過不勞而獲而獲得的。本次編寫中,沒有實現(xiàn)模塊化的Word評閱,就只能對比特定文檔,這里可以發(fā)現(xiàn)需要3種文檔,標(biāo)準(zhǔn)答案文檔,標(biāo)準(zhǔn)沒有改變的文檔,考生答題文檔,這三者比較才能獲取正確的Word評閱,而且是一次性解決問題,但是現(xiàn)階段,對這個很大的程序,沒有能力去解決,只能這樣讀取Word屬性,然后與數(shù)據(jù)庫中數(shù)據(jù)比較。參 考 文 獻[1] ,Word VBA官方文檔.[2] Microsoft.msdn Visual Basic開發(fā)中心技術(shù)資源庫Visual Basic.2008.[3] 王小科、王軍編著,C開發(fā)實戰(zhàn)1200例[M],北京,清華大學(xué)出版社,2011.[4] 姚利國,姚暉.計算機基礎(chǔ)考試中Office操作題自動閱卷的實現(xiàn)[J].四川教育學(xué)院學(xué)報,2003,19(12). [5] 于淑香,徐汀榮.基于COM技術(shù)的Office自動評分系統(tǒng)的設(shè)計與實現(xiàn)[J].沙洲職業(yè)工學(xué)院學(xué)報,2007,10(3).[6] 馬占欣,周文剛.利用VBA實現(xiàn)對Office文檔的自動評分[J].周口師范學(xué)院學(xué)報,2003,20(5).[7]劉文浩,房培玉.Office宏在考試自動閱卷中的應(yīng)用[J].煙臺師范學(xué)院學(xué)報,2005,21(3).[8]晶辰工作室.Word2000中文版VBA開發(fā)實例指南[M].北京:電子工業(yè)出版社,2000. [9]杜少杰.基于形式語言的Word操作題自動閱卷方案及其實現(xiàn)[J].唐山師范學(xué)院學(xué)報,2006,28(2).致謝本篇論文是在我的導(dǎo)師郭紅教授的悉心指導(dǎo)下完成的,在此,首先向我的導(dǎo)師表示深深的感謝!本系統(tǒng)經(jīng)過很長時間的研究開發(fā),攻克了一些技能難題,終于應(yīng)用到實際教學(xué)的考試過程中,并完成了論文,這期間每一個問題的解決都傾注了郭紅教教授的汗水和心血。郭紅教授在百忙中抽出時間來審閱論文,并對論文提出許多寶貴的意見和建議。郭紅教授嚴(yán)謹?shù)闹螌W(xué)態(tài)度、敏銳的洞察力和細致入微的工作作風(fēng)給我留下終生難忘的印象。這期間所學(xué)到的知識和獲得的能力以及做人的道理,都將對我以后的工作有巨人的幫助,使我受益終生。非常感謝華北科技學(xué)院計算機學(xué)院的領(lǐng)導(dǎo)、老師們在我求學(xué)過程中對我的教導(dǎo)、幫助和啟迪。感謝所有鼓勵、幫助、支持過我的同學(xué)和朋友們,是在與他們的論文和學(xué)習(xí)中解決了我所有的技術(shù)難題,并使我增長了許多知識。本項目的完成離不開國內(nèi)外的技術(shù)資料,在此對參考文獻的作者、譯者以及出版單位表示感謝!外文科技資料翻譯英文原文(1) Assigning Ranges There are several ways to assign an existing Range object to a variable. This topic explains the results of two different techniques. In the following examples, the Range1 and Range2 variables refer to Range objects. For example, the following instructions assign the first and second words in the active document to the Range1 and Range2 variables.Copy codeCopy code Set Range1 = (1) Set Range2 = (2)Collapse sectionSetting a Range object variable equal to another Range object variable The following instruction assigns a range variable named Range2 to represent the same location as Range1 .Copy codeCopy code Set Range2 = Range1You now have two variables that represent the same range. When you manipulate the start or endpoint or the text of Range2 , it affects Range1 and vice versa.Note that the following instruction is the same as = . This instruction assigns the default property of Range1 , which is the Text property, to the default property of Range2. It doesn39。t change what the objects actually refer to.Copy codeCopy code Range2 = Range1The ranges (Range2 and and Range1 ) have the same contents, but they may point to different locations in the document or even different documents.Collapse sectionUsing the Duplicate property The following instruction creates a new duplicated Range object, Range2 , which has the same start and endpoints and text as Range1 .Copy codeCopy code Set Range2 = If you change the start or endpoint of Range1 , it doesn39。t affect Range2, and vice versa. Because these two ranges point to the same location in the document, changing the text in one range affects the text in the other range.(2) How to: Bind a Content Control to a Node in the Data Store XML mapping is a feature of Word that enables you to create a link between a document and an XML file. This creates true data/view separation between the document formatting and the custom XML data.XML mapping enables you to map an element in a custom XML part that is attached to the document. The data store provides access to all of the custom XML parts that are stored in an open file. You can refer to any node within any custom XML part inside the data store.Create the content control to bind to a node in the data controls are predefined pieces of content. There are several types of content controls, including text blocks, dropdown menus, bo boxes, calendar controls, and pictures. You can map these content controls to an element in an XML file. By using XML Path Language (XPath), you can programmatically map content in an XML file to a content control. This enables you to write a simple and short application to manipulate and modify data in a document. For more information about content controls, see Working with Content Controls. The following code sample creates a plaintext content control and gives it a title of MyTitle.VBA Copy codeCopy code Dim strTitle As String strTitle = MyTitle Dim oContentControl As Set oContentControl = (wdContentControlText) = strTitleSet the XML mapping on the content data store in a document in the Word object model is contained i
點擊復(fù)制文檔內(nèi)容
電大資料相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1