這用java語言模擬一個銀行的操作系統,Main-class:run 圖形界面模式:加參數-graphic 文字模式:加參數-text Client.txt存放客戶信息 Compte.txt存放賬戶信息 Operation.txt賬號使用信息 這個版本是法語版的
上傳時間: 2015-05-09
上傳用戶:hzy5825468
UCOSII V2.52 在三星SNDS4510開發板(國內基本所有的4510b的板子都是抄襲此公板設計的)上移植的成功例子,本壓縮包內的MBoxMain.c為消息郵箱的例子,使用時請把其更名為Main.c,MSemMain.c為信號量的例子,使用時請把其更名為Main.c。
上傳時間: 2015-05-10
上傳用戶:003030
DS18B20和PIC單片機通訊源程序 DS18B20和PIC單片機通訊源程序 -------------------------------------------------------------------------------- PIC單片機 www.pic16.com ORG PIC54 GOTO Main ORG 0
上傳時間: 2015-05-11
上傳用戶:515414293
ABAQUS is a general purpose finite element analysis program which is widely used to analyses mechanical, structure and civil engineering problems. Abaqus has some special feature for analysing fracture mechanics problems, and therefore it is a Main tools for the FE-analysis in the Fracture Group at the Mechanical Engineering at Glasgow Universtity. The software which can transfer data from Abaqus into a Matlab readable environment has been developed as a part of a research program in Constraint Estimation in Fracture Mechanics. This research program was funded by a grant from the Defence Research Agency through Prof. J. Sumpter.
標簽: analysis analyses general element
上傳時間: 2015-05-13
上傳用戶:xfbs821
IBM MQ Introduction and overview This chapter describes the scope of this book and introduces WebSphere Business Integration Message Broker, WebSphere Business Integration Event Broker, and their Main components.
標簽: Introduction and describes overview
上傳時間: 2015-05-13
上傳用戶:xuanjie
linux下的人機對話編程,函數庫采用GTK+/GNOME,有操作界面,可在界面上進行操作與下層通信。此程序開發已久,源文件較多。可用 gcc -wall -o Main.c ....... gnome-config --cflags --libs gnomeui 進行編譯
上傳時間: 2015-05-13
上傳用戶:colinal
源代碼使用說明 本書全部代碼全部在JDK中調試成功,因此一般可在其他開發工具中使用。 注意有些實例只提供了部分模塊,因此運行時需要添加其他代碼。 光盤中的.java文件可以用任何文本編輯器打開。如果要執行,則使用如下方法: 使用jdk: 編譯所有文件,然后僅執行一次有Main的文件。 使用jb: 若已有一個空工程存在,則將所需文件添加到工程(jb9版本)中,然后按F9鍵。
上傳時間: 2015-05-15
上傳用戶:腳趾頭
java 100例子 import javax.swing.JOptionPane //調用method class c { //定義名字 public static void Main(String[] args) { //開始method JOptionPane.showMessageDialog( null, "錯誤" ) //顯示一條信息 System.exit(0) // 結束程序 } //結束method } //結束class
標簽: JOptionPane import method public
上傳時間: 2015-05-18
上傳用戶:gengxiaochao
從dos下裝載內核,運行。AA為工具軟件,它在當前目錄下讀取Image文件,去掉前面的bootsect和setup程序,僅剩下內核 Main.c和loader.asm為主程序文件。
上傳時間: 2013-11-29
上傳用戶:lingzhichao
這是我的課程設計 由于時間有限,程序難免有不足。 還請多多指教。 程序建議不要在win2000和win xp的cmd下運行。 推薦在win98或純dos中裝有UCDOS中文DOS平臺下運行。 主菜單程序為Main.c 運行此程序,選擇相應的菜單,即可運行查看到其他程序。 wnl.c萬年歷 adstd.c 學生數據庫 ply.c小蜜蜂(UFO)游戲 tlife 生存模擬 但是要求Main.c和其他程序的執行文件必須在同一目錄里(文件夾)。否則連接其他程序將失敗。 建議直接運行我已經編譯好的執行文件(在ok目錄下)運行Main.exe即可通過菜單對四個程序進行調用。 如果發現不能正常使用本程序,請與我聯系。 寢室電話:0732-8370551 7324474 QQ176141729 email:coynnbai@163.com 學生:陳歡 班級:03級計算機6班
標簽:
上傳時間: 2014-01-27
上傳用戶:wuyuying