論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        計算機高級語言多媒體教學演示系統

         本文ID:LWGSW13894 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 計算機高級語言多媒體教學演示系統 (收費:1000 積分)  

        論文字數:16562,頁數:27

        摘  要
           隨著電子技術和計算機技術的發展,人們不再單純滿足于依靠書本來獲取知識、接受知識,利用計算機來改革教學、汲取信息已成為眾之翹盼。于是,在學校教育中引入計算機輔助教學就成為必然。同樣的,在進行大學計算機高級語言教學時,也需要借助計算機平臺構筑計算機高級語言教學新模式,利用輔助教學的優勢分層次教學以培養學生自主學習、創新的能力。
        本文首先介紹了計算機輔助教學的發展及其存在缺陷,針對大學計算機高級語言授課特點,結合面向對象程序設計語言Visual Basic6.0在數據庫應用方面的技術特點,來開發計算機高級語言多媒體教學演示系統。文章對系統總體功能、庫文件的設計和“課堂講學”“課堂實例”“特殊示例”“課后作業”“課堂小結”“幫助”等各部分功能的實現、系統的操作方法進行了說明。同時對教學軟件的發展趨勢進行了展望。
        關鍵詞: 計算機輔助教學 ,Visual Basic6.0(VB6.0),數據庫,計算機高級語言,演示系統

        Abstract
        With the development of electronic technology and computer technology, people are no longer satisfied with relying on the books to obtain knowledge , accept knowledge simply, all people’s eager longing is to make use of computer to reform teaching , draw message. Then importing the computer- assisted instruction into school education becomes inevitable. Similarly, it is needed to construct a new mode of high-level language teaching through the computer platform while teaching the computer high-level language in the university, using the advantage of auxiliary teaching in order to bring up the students’ ability to study and innovate independently.

        The text introduced the development of CAI and its limitation at first, aimed at the characteristic of teaching the computer high-level language, combined with the technology characteristic in databases of Object Oriented Programming language—— visual basic 6.0 to design this computer high-level language multimedia demo system. The article explained the holistic function of system, the design of library documents and the realization of each part’s function such as teaching in class,examples in class,special examples,homework,summary and so on, also the operation. Simultaneity, looked forward to the development direction of the Teaching software .
        Keywords:
        Computer-aided instruction,  Visual basic6.0 (vb6.0),  database, computer high-level language,Demo System

        目   錄
        摘  要……………………………………………………………………1
        關鍵詞……………………………………………………………………2
        第一章 前言 ……………………………………………………………3
        第二章 計算機輔助教學概述 …………………………………………3
        2.1 計算機輔助教學的發展 ………………………………………………… 3
        2.2 CAI在我國的發展………………………………………………………   3
        2.3計算機輔助教學軟件的現狀及局限性…………………………………… 3
        2.4 本文研究的內容  …………………………………………………………4
        第三章 系統開發軟件介紹 ……………………………………………4
        3.1 開發工具:Visual Basic 6.0 ……………………………………………4
        3.2 Visual Basic 6.0運行環境 ………………………………………………4
        3.3 Visual Basic6.0應用程序設計過程………………………………………5
        第四章 系統數據庫設計…………………………………………………5
        4.1 數據庫基本概況………………………………………………………………5
        4.2 數據庫中表的建立……………………………………………………………5
        第五章 系統各模塊的實現及有關流程圖………………………………6
        5.1 系統模塊概述……………………………………………………………… 6
        5.2 系統啟動界面的實現  …………………………………………………… 7
        5.3 課程設置界面的實現……………………………………………………… 7
        5.4 課程選擇模塊……………………………………………………………… 8
        5.4.1課堂講學單元和課后作業單元………………………………………………… 8
            5.4.2實例講演單元和特殊示例單元…………………………………………………10
        5.4.3課堂小結單元……………………………………………………………………13
              5.4.4實驗環境單元……………………………………………………………………13
        5.4.5幫助單元…………………………………………………………………………13
        5.4.6退出單元…………………………………………………………………………14
               5.4.7主顯示區…………………………………………………………………………14
        5.5  更新課程模塊………………………………………………………………15
        5.5.1權限確認 …………………………………………………………………………15
        5.5.2更新課程界面 ……………………………………………………………………16
        第六章 系統的創新點及不足……………………………………………16
        第七章 展望………………………………………………………………17
        參考文獻………………………………………………………………… 18
        附錄A 系統使用說明 ……………………………………………………19


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:多層防火墻技術的研究-狀態檢測 下一篇:供應鏈管理系統---銷售子系統
        Tags:計算機 高級 語言 多媒體 教學 演示 系統 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文