學(xué)生通訊管理系統(tǒng) 1.課程設(shè)計的目的 培養(yǎng)學(xué)生應(yīng)用《面向?qū)ο蟪绦蛟O(shè)計》設(shè)計方法及思想解決實際問題的能力,掌握使用面向?qū)ο蟪绦蛟O(shè)計語言C++,或面向?qū)ο箝_發(fā)平臺Visual C++等,及調(diào)查研究、查閱技術(shù)文獻、資料、手冊以及編寫技術(shù)文獻的能力
標(biāo)簽: 通訊 管理系統(tǒng) 對象 實際問題
上傳時間: 2016-03-27
上傳用戶:chfanjiang
此文試圖通過分析在反匯編時如何手工識別中C++對象,進而討論如何自動完成這一分析過程最終介紹我們自己開發(fā)的自動化工具,一步一步的幫助讀者掌握逆向C++程序的一些方法。
上傳時間: 2016-03-28
上傳用戶:czl10052678
Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.
標(biāo)簽: introductory HelloWorld containing Directory
上傳時間: 2016-03-29
上傳用戶:exxxds
μC /OS - Ⅱ是一個源碼公開的占先式多任務(wù)實時嵌入式操作系統(tǒng),可移植性強。通過對在80x86和 MCS - 51上移植實例的分析,給出了在移植μC /OS - Ⅱ系統(tǒng)時通過中斷指令實現(xiàn)任務(wù)切換的方法,解決了移 植的核心問題。
上傳時間: 2016-03-30
上傳用戶:宋桃子
介紹了C語言,在C語言的基礎(chǔ)上介紹了8051單片機結(jié)合硬件編程的工程方法。
標(biāo)簽: C語言
上傳時間: 2013-12-14
上傳用戶:ruan2570406
在C的環(huán)境下,使用HQR方法編寫的一個求解矩陣特征值的程序。
標(biāo)簽: 環(huán)境
上傳時間: 2016-03-30
上傳用戶:fxf126@126.com
C++高級參考手冊 不錯的一本參考書 前言 第1章 對象的演化 1 1.1 基本概念 1 1.1.1 對象:特性+行為 1 1.1.2 繼承:類型關(guān)系 1 1.1.3 多態(tài)性 2 1.1.4 操作概念:OOP程序像什么 3 1.2 為什么C++會成功 3 1.2.1 較好的C 3 1.2.2 采用漸進的學(xué)習(xí)方式 4 1.2.3 運行效率 4 1.2.4 系統(tǒng)更容易表達和理解 4 1.2.5 “庫”使你事半功倍 4 1.2.6 錯誤處理 5 1.2.7 大程序設(shè)計 5 1.3 方法學(xué)介紹 5 1.3.1 復(fù)雜性 5 1.3.2 內(nèi)部原則 6 1.3.3 外部原則 7 1.3.4 對象設(shè)計的五個階段 9 1.3.5 方法承諾什么 10 1.3.6 方法應(yīng)當(dāng)提供什么 10 1.4 起草:最小的方法 12 1.4.1 前提 13 1.4.2 高概念 14
上傳時間: 2016-04-01
上傳用戶:stvnash
多項式曲線擬合 任意介數(shù) Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
標(biāo)簽: Least-squares arbitrary Purpose Builder
上傳時間: 2013-12-18
上傳用戶:宋桃子
數(shù)據(jù)庫的一種完全面向?qū)ο笤O(shè)計模式 面向?qū)ο螅∣O)方法這個名字早已深入人心,它的科學(xué)性和合理性也已毋庸置疑。 正在裝載數(shù)據(jù)…… 人們動輒將自己開發(fā)的軟件冠以“采用面向?qū)ο蠓椒ㄔO(shè)計”以示其先進性就是一個極好的證明。然而,一個先進的方法學(xué)必須有相應(yīng)的工具支持才能實現(xiàn),它的概念和方法如不落實程序?qū)崿F(xiàn)上,就不能真正掌握它的精髓而在實踐中運用。誠然,SmallTalk語言已被公認是一個面向?qū)ο笳Z言,但是它對于開發(fā)者來說是多么的陌生!C 也可以說是一個OO語言,不過從名字就可以看出他是C語言的一個變種。它實現(xiàn)了從過程式編程到面向?qū)ο缶幊痰囊粋€較好的過渡。但是許多聲稱用C 制作的軟件其實仍舊是C軟件!這是因為沒有真正掌握OO方法的緣故。
標(biāo)簽: 對象 數(shù)據(jù)庫 設(shè)計模式
上傳時間: 2016-04-06
上傳用戶:lxm
C++數(shù)值算法,基本的矩陣計算方法都已經(jīng)包含在里面了,
標(biāo)簽: 數(shù)值算法
上傳時間: 2013-12-08
上傳用戶:xauthu
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1