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

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

        兒童涂鴉程序設計

         本文ID:LWGSW14629 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 兒童涂鴉程序設計 (收費:1000 積分)  

        論文字數:13547,頁數:43

        目錄

        摘要 I
        ABSTRACT II
        第1章 引言 1
         1.1 背景 1
        1.1.1問題的提出 1
        1.1.2國內外研究現狀 1
        1.1.3設計兒童涂鴉軟件的意義 4
         1.2 研究內容 4
        第2章C++語言的概述 5
        2.1 C++語言的簡介 5
        2.1.1 C++語言的發展 5
        2.1.2 C++語言的特點 6
        2.2 C++語言的內容 6
        2.2.1 C++語言的一般要求 6
        2.2.2 C++語言的開發環境 7
        第3章 軟件設計 11
        3.1軟件設計目標 11
        3.2軟件設計任務 11
        3.3軟件設計過程 11
        3.3.1 方案的選擇 11
        3.3.2 兒童涂鴉軟件的模板組成 12
        3.3.3 兒童涂鴉軟件的系統結構 12
        第4章 軟件調試 13
        4.1 軟件調試概述 13
        4.2 軟件調試的一般方法 13
        4.2.1 菜單設置 14
        4.2.2 斷點 15
        4.2.3 進程控制 16
        4.2.4 其他調試手段 16
        第5章 涂鴉軟件的功能實現 19
        5.1 畫板的實現 19
        5.2畫筆功能的實現 19
        5.2.1畫筆的實現 19
        5.2.2畫筆種類選擇的實現 19
        5.2.3顏色選取功能的實現 19
        5.2.4畫筆粗細功能的實現 20
        5.3橡皮功能的實現 21
        第6章 結束語 22
        致謝 23
        參考文獻 24
        附錄 源代碼 25

        摘要

         隨著中國社會的進步,和經濟實力的提升。越來越多的家長已不僅僅關注孩子的吃住問題。他們更關心的是如何更好的去培育一個孩子。而孩子在2-3歲的時候是一個很重要的培育階段,兒童涂鴉的研究,給家長一個很好的理論基礎。   
         如何能使兒童更加對涂鴉產生興趣,更加方便且生動地進行涂鴉活動?隨著電腦軟件技術的高速發展,兒童涂鴉軟件正慢慢的燃燒起來,我相信在不久的將來,它也將會被重視!兒童涂鴉軟件的水平也將會有質地突破。
         本文介紹了C++程序設計語言的一般概念,及其一些應用,Mircosoft Visual studio6.0的簡介和常見使用工具和方法以及軟件開發過程和軟件的調試。介紹兒童涂鴉軟件國內外發展的現狀。主要介紹兒童涂鴉軟件的功能實現。
         此次畢業設計我初步完成了兒童涂鴉的輪廓設計,完成了一些畫圖的基本工具:畫筆、橡皮等基本功能的實現,比如說現在制作的軟件可以以畫筆形式作圖,也能話直線、矩形等常規圖形,還具有橡皮擦的功能,顏色選擇功能和線型的調整。但在調試之后還是呈現出很多的不足。比如說現在的界面比較平淡.

        關鍵詞:兒童涂鴉心理研究,C++語言,Microsoft Visual C++6.0,兒童涂鴉軟件設計

        ABSTRACT
         
         As the economy of china developing fast, problem that people shows solicitude for is not only children's matter aspect, they care for more about how to culture child Scientifically. And when the child is 2-3 years old, they are being graffiti's period. This stage is very important for a child. Because it expresses children's self's inner world and takes exercise about children's thinking ability and get to work ability.
         How to make children more interesting in graffiti, and to make children's graffiti more conveniently, more vividly? This problem is increasingly concerned about.   With the development of computer software technology, children-graffiti-software is rapidly developing.
         In this paper, it introduces the general concept of C++ language, what is the c++ Language. If you want to master the C++ language, which knowledge you have to have. I also introduce the C++ development environment- Microsoft Visual C++6.0 and software design steps. What is the MFC and MFC application framework? MFC contains four categories of CMyAPP, CmainFrame, Cmyview, CMyDOC. Besides it introduces software at home and abroad the status of children's graffiti. It describes children poor handwriting software realization mainly mostly. Of crouse, in this papers, it mainly describes how to use MFC to create graffiti software for children, to achieve the function of the brush, to achieve the eraser function and to achieve the empty the function and so on.
            
        Keywords: Graffiti psychological study of children, C++ Language, Microsoft Visual C++6.0


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:日進五金庫存管理系統的設計與實現 下一篇:基于Xserver的空間數據查詢與統計
        Tags:兒童 涂鴉 程序設計 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

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

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

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

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

        论文格式网:毕业论文格式范文
      • <tfoot id="gug20"></tfoot>
        <del id="gug20"></del>