This thesis has recommended mainly systematic design and simulation of the bank ATM (ATM ) realize the course, and has introduced each function module of this system in detail , including deposit and withdraw, transfer accounts, inquire about, revise the concrete course that realize in password and concrete course that realizes of the module
標簽: recommended systematic simulation ATM
上傳時間: 2015-10-06
上傳用戶:yzhl1988
Bacnet 畢業論文。Bacnet thesis on Bacnet simulation and verification
標簽: Bacnet verification simulation thesis
上傳時間: 2014-11-21
上傳用戶:agent
C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ programs. The book begins with a concise C++/CLI tutorial. It then quickly moves to the key themes of native/managed code interop and mixed-mode programming. You抣l learn to take advantage of GUI frameworks like Windows Forms and WPF while keeping your native C++ business logic. The book also covers methods for accessing C# or VB.NET components and libraries. Written for readers with a working knowledge of C++.
標簽: practical breathe Action legacy
上傳時間: 2015-10-17
上傳用戶:wendy15
[2005最新C++經典著作].Addison.Wesley.-.Imperfect.C++.Practical.Solutions.for.Real-Life.Programming
標簽: Programming Imperfect Practical Solutions
上傳時間: 2015-10-21
上傳用戶:ommshaggar
An Immunological Model of Distributed Detection and its Application to Computer Security(PhD thesis)
標簽: Immunological Distributed Application Detection
上傳時間: 2015-11-25
上傳用戶:dreamboy36
This my phd thesis for the WDM optical network optimization, which employs convex optimization techniques to solve the proposed integer problems. The computation complexity of my optimization framework is very low compared with other existing method and a performance bound is provided at the same time.
標簽: optimization employs optical network
上傳時間: 2015-12-27
上傳用戶:dongbaobao
介紹人工生命artificial life的兩個有趣的程序
標簽: artificial life 人工生命 程序
上傳時間: 2016-01-17
上傳用戶:anng
比爾。克林頓的自傳“MY LIFE” 回憶他的總統生活,
標簽: LIFE
上傳時間: 2016-02-13
上傳用戶:思琦琦
mathematica 環境下 生動地演示 conway 的生命游戲(game of life)
標簽: mathematica conway game life
上傳時間: 2014-01-21
上傳用戶:lizhizheng88
這是我在別人的工作基礎上編寫的生命游戲(life game)演示程序,可以比較不同初始條件或繁衍條件產生的不同演化結果。 生命游戲是細胞自動機的一種,以模擬生命的某種繁衍過程。根據不同的生命繁衍條件,可以衍生出豐富多彩的群體動力學。該游戲曾經繁盛過一時,至今仍有很多愛好者。該模型在很多領域(如生物、物理等)都有實際的應用。 在這個生命游戲中,繁衍條件比較簡單。有兩個60x60的方框區域,開始時每一個格子里都生活著一個生命個體(用1表示)。然后這些個體按照下面的條件繁衍:首先計算每一個格子周圍相鄰生存者的個數;如果有3個相鄰生存者,下一步這個格子將會有生存者(用黑色表示);如果有2個(右邊方框的是1個),這個格子下一步的狀態與上一步狀態相同;其余的情況下,下一步這個格子將沒有生存者(白色)。每一步計算所有的格子,共重復300步(開始6步按任意鍵執行,以觀察開始的演化,后面的自動執行)。 該程序用Turbo C++ 3.0編譯。這個游戲在《生物信息學》課上作為離散數學模型的演示程序。
上傳時間: 2013-11-30
上傳用戶:sammi