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

正文內(nèi)容

應(yīng)用電子-c語(yǔ)言學(xué)籍管理系統(tǒng)(已修改)

2025-02-21 22:06 本頁(yè)面
 

【正文】 畢業(yè)設(shè)計(jì)(論文) 題 目 C 語(yǔ)言學(xué)籍管理系統(tǒng) 專 業(yè) 應(yīng)用電子技術(shù) 班 次 08221 姓 名 指導(dǎo)老師 成都電子機(jī)械高等專科學(xué)校 二 0 一 一 年五月 成都電子機(jī)械高等??茖W(xué)校 電氣與電子工程系畢業(yè)設(shè)計(jì)論文 1 C 語(yǔ)言學(xué)籍管理系統(tǒng) 摘 要: 本系統(tǒng)依據(jù)開(kāi)發(fā)要求主要應(yīng)用于教育系統(tǒng),完成對(duì)日常的教育工作中學(xué)生成績(jī)檔案的數(shù)字化管理。開(kāi)發(fā)本系統(tǒng)可使學(xué)院教職員工減輕工作壓力,比較系統(tǒng)地對(duì)教務(wù)、教學(xué)上的各項(xiàng)服務(wù)和信息進(jìn)行管理,同時(shí),可以減少勞動(dòng)力的使用,加快查詢速 度、加強(qiáng)管理,以及國(guó)家各部門(mén)關(guān)于信息化的步伐,使各項(xiàng)管理更加規(guī)范化。 目前,學(xué)校工作繁雜、資料重多,雖然各類管理信息系統(tǒng)已進(jìn)入高校,但還未普及,而對(duì)于學(xué)生成績(jī)管理來(lái)說(shuō),目前還沒(méi)有一套完整的、統(tǒng)一的系統(tǒng)。因此,開(kāi)發(fā)一套適和大眾的、兼容性好的系統(tǒng)是很有必要的。 本系統(tǒng)在開(kāi)發(fā)過(guò)程中,注意使其符合操作的業(yè)務(wù)流程,并力求系統(tǒng)的全面性、通用性,使得本系統(tǒng)不只適用于一家教育機(jī)構(gòu)。在開(kāi)發(fā)方法的選擇上,選擇了生命周期法與原型法相結(jié)合的方法,遵循系統(tǒng)調(diào)查研究、系統(tǒng)分析、系統(tǒng)設(shè)計(jì)和系統(tǒng)實(shí)施四個(gè)主要階段進(jìn)行設(shè)計(jì),而在具體的設(shè)計(jì)上, 采取了演化式原型法,隨著用戶的使用及對(duì)系統(tǒng)了解的不斷加深,對(duì)某一部分或幾部分進(jìn)行重新分析、設(shè)計(jì)、實(shí)施。本論文主要從系統(tǒng)分析、系統(tǒng)設(shè)計(jì)、系統(tǒng)實(shí)施與使用等幾個(gè)方面進(jìn)行介紹 【 關(guān)鍵詞 】 成績(jī)管理 成績(jī)查詢 C 語(yǔ)言 面向過(guò)程 成都電子機(jī)械高等??茖W(xué)校 電氣與電子工程系畢業(yè)設(shè)計(jì)論文 2 C Language Registration Management System Abstract: This system according to the development requirements are mainly applied in education system of education, the daily work of the digital archives management of student performance. This system can make the college development staff to reduce the working pressure, educational and teaching to the various services and information management, also can reduce the use of force, accelerate query speed, strengthen management, as well as the national departments about the pace of normalization, make each management standardized. At present, the school work multifarious, material more, though various management information system has entered the university, but has not been popular, and for students39。 performance management, it has been a plete and unified system. Therefore, the development of a suitable and the populace, patibility good system is very necessary. This system in the process of development, pay attention to the operation of the business process, and strive to system of prehensive, generalization, makes this system not only applicable to a education institutions. On the choice of methods in the development life cycle method, a method of bining with the prototype, follow the system research and systematic analysis, system design and system implementation, four main stages, and the specific design in the design, taking the evolution as users of prototype, the use of system and the deepening understanding of a part or a few parts for analysis, design and implementation. This thesis mainly from the system analysis, system design and system implementation and use etc. 【 Key Words】 Achievement Management Achievement Query C Programming Language ProcedureOriented 成都電子機(jī)械高等??茖W(xué)校 電氣與電子工程系畢業(yè)設(shè)計(jì)論文 3 目 錄 第 1 章 緒 論 ......................................................... 1 學(xué)籍管理系統(tǒng)概述 ............................................... 1 面向過(guò)程編程的基礎(chǔ)知識(shí) ......................................... 2 第 2 章 需求分析 ..................................................... 5 目標(biāo) ........................................................... 5 要求 ........................................................... 5 學(xué)生成績(jī)管理系統(tǒng)的功能 ......................................... 6 第 3 章模塊設(shè)計(jì) ........................................................ 7 主模塊 ......................................................... 7 添加學(xué)生信息 ................................................... 7 顯示學(xué)生信息 ................................................... 7 排序?qū)W生信 息 ................................................... 7 查找學(xué)生信息 .................................................... 8 第 4 章 主要數(shù)據(jù)結(jié)構(gòu) .................................................. 9 第 5 章 流程圖 ....................................................... 11 第 6 章 源代碼 ....................................................... 12 數(shù)據(jù)結(jié)構(gòu)與函數(shù)聲明的頭文件 .................................... 12 主控程序模塊 .................................................. 13 添加學(xué)生模塊 .................................................. 20 顯示學(xué)生模塊 .................................................. 21 對(duì)學(xué)生進(jìn)行排序模塊 ............................................ 22 查找學(xué)生模塊 .................................................. 30 參 考 文 獻(xiàn) .......................................................... 35 謝 辭 ............................................................ 36 成都電子機(jī)械高等??茖W(xué)校 電氣與電子工程系畢業(yè)設(shè)計(jì)論文 1 第 1 章 緒 論 本章介紹學(xué)生學(xué)籍管理 系統(tǒng)的有關(guān)知識(shí)、面向 過(guò)程 的編程技術(shù)以及應(yīng)用程序的開(kāi)發(fā)方法 和開(kāi)發(fā)過(guò)程等基礎(chǔ)理論知識(shí),這是 深入了解 后續(xù)內(nèi)容的必要準(zhǔn)備。 學(xué)籍管理系統(tǒng)概述 管理信息系統(tǒng)的概念 管理信息系統(tǒng)( Management Information Systems,簡(jiǎn)稱 MIS),是一個(gè)不斷發(fā)展的新型學(xué)科, MIS 的定義隨著計(jì)算機(jī)技術(shù)和通信技術(shù)的進(jìn)步也在不斷更新,在現(xiàn)階段普遍認(rèn)為 MIS 是人為或計(jì)算機(jī)設(shè)備以及其他信息處理手段組成并用于管理信息的系統(tǒng)。包括以下幾個(gè)基本概念: (1) MIS 的對(duì)象就是信息。信息是經(jīng)過(guò)加工的對(duì)決策者有價(jià)值的數(shù)據(jù)。信息的主要特征是來(lái)源分散,數(shù)量龐大 。信息來(lái)源于生產(chǎn)第一線、社會(huì)環(huán)境、市場(chǎng)以及行政管理等部門(mén)。信息具有時(shí)間性。 (2) 系統(tǒng)是由相互聯(lián)系、相互作用的若干要素按一定的規(guī)則組成并具有一定功能的整體。 系統(tǒng)由輸入、處理、輸出、反饋、控制等五個(gè)基本要素組成。 (3) 管理信息由信息的采集、信息的傳遞、信息的儲(chǔ)存、信息的加工、信息的維護(hù)和信息的使用等五個(gè)方面組成。 MIS 包括計(jì)算機(jī)、網(wǎng)絡(luò)通信設(shè)備等硬件成分,也包括操作系統(tǒng)、應(yīng)用軟件包等軟件成分,并隨著計(jì)算機(jī)技術(shù)和通信技術(shù)的迅速發(fā)展還會(huì)出現(xiàn)更多的內(nèi)容。 課題背景 該項(xiàng)目開(kāi)發(fā)的軟件為學(xué)校學(xué)生 信息管理系統(tǒng)軟件 ,是鑒于目前學(xué)校學(xué)生人數(shù)劇增 ,學(xué)生信息呈爆炸性增長(zhǎng)的前提下 ,學(xué)校對(duì)學(xué)生信息管理的自動(dòng)化與準(zhǔn)確化的要求日益強(qiáng)烈的背景下構(gòu)思出來(lái)的 ,該軟件設(shè)計(jì)完成后可用于所有教育單位 (包括學(xué)校 ,學(xué)院等成都電子機(jī)械高等專科
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1