匯編語言實現(xiàn)的簡易登陸系統(tǒng), 1、用戶登陸:用戶通過輸入已注冊的用戶名和密碼登陸,輸入正確顯示功能界面,否則顯示重輸提示。 2、注 冊 :在登陸輸入用戶名時,通過輸入‘new’來注冊新用戶。當注冊新用戶名已經(jīng)存在時,則 提示重新輸入。 3、功能界面:修改當前登陸用戶的密碼,顯示所有已注冊用戶的信息,退出程序。 4、數(shù)據(jù)保存:以文件形式保存在D:\users.dat,每個記錄30個字節(jié),每個記錄包含兩個字段,用戶 名(20B)和密碼(10B)。
標簽: 匯編語言
上傳時間: 2015-05-01
上傳用戶:sammi
DELPHI basicCtrl+NUM 直接將光標跳到NUM處,NUM是用Ctrl+Shift+NUM設(shè)置的標號。 NUM不能用小鍵盤。 Ctrl+Home 將光標移至文件頭。 Ctrl+End 將光標移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab鍵。 Ctrl+M 同Enter鍵。 Ctrl+N 同Enter鍵,但光標位置保持不變。 Ctrl+T 刪除光標右邊的一個單詞。 Ctrl+Y 刪除光標所在行。 Ctrl+Shift+↑ 光標在函數(shù)體內(nèi)時,將光標快速移至當前函數(shù)聲明處。 Ctrl+Shift+↓ 光標在函數(shù)聲明行時,將光標快速移至函數(shù)定義處。 Ctrl+Shift+C 聲明一個過程或函數(shù)后,直接生成過程或函數(shù)的名稱、begin、end Ctrl+Shift+E 光標在Edit窗口和Explorer窗口間切換。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 彈出Delphi語句提示窗口,選擇所需語句將自動完成一條語句。 Ctrl+Shift+T 在光標行加入To-Do注釋。 Ctrl+Shift+Y 刪除光標之后至本行末尾之間的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜單中的Close項。
上傳時間: 2014-11-26
上傳用戶:kr770906
21天學(xué)會用JAVA開發(fā)網(wǎng)絡(luò)游戲 書籍語言: 簡體中文 書籍類型: 程序設(shè)計 授權(quán)方式: 免費軟件 書籍大小: 287 KB 書籍等級: 整理時間: 2004-11-3 20:41:10 With all of the media attention that is focused on the Internet and the World Wide Web, figuring out exactly what they are all about is sometimes difficult. Are they just a neat new way to market products or will they truly offer us a new medium of communication that will someday surpass even televisions and telephones? The answer is, who knows? Unfortunately, the ultimate use for the Internet is still unknown. This is because it is still in such a state of flux that it s pretty much impossible to accurately predict where it will end up. However, you can look at the evidence of what is there now and gain some insight into what the Internet might become, at least in terms of games.
上傳時間: 2013-12-20
上傳用戶:天誠24
This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will see the A/D input and output change. Other buttons create signals that generate sine wave or sawtooth patterns as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to view, measure and compare these input signals graphically.
標簽: microcontroll Converter configure following
上傳時間: 2014-12-01
上傳用戶:獨孤求源
3GPP文件格式標準,英文版。 3rd Generation Partnership Project Technical Specification Group Services and System Aspects Transparent end-to-end packet switched streaming service (PSS) 3GPP file format (3GP) (Release 6)
上傳時間: 2013-12-10
上傳用戶:Avoid98
通用寄存器的部分代碼 LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY traffic IS PORT(clk,sm,sb:IN bit mr,my,mg,br,by,bg:OUT bit ) END traffic
標簽: IEEE STD_LOGIC LIBRARY traffic
上傳時間: 2014-01-14
上傳用戶:水口鴻勝電器
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).
標簽: multiplication Implement matrices matrix
上傳時間: 2014-08-30
上傳用戶:dsgkjgkjg
unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData = record Ident: Integer Str: string end TUseInfo=record QQ, Mail, Page:string DL:boolean end TSendMailInfo=record IPAddress, FAddress, FName, FPW, FCName, FCPW:string //發(fā)信郵箱檢證用戶密碼 end { FloatToText, FloatToTextFmt, TextToFloat, and FloatToDecimal type codes }
標簽: TStrData interface PStrData Windows
上傳時間: 2014-12-22
上傳用戶:asddsd
Welcome to MS4W, the no fuss installer for setting up MapServer on Microsoft Windows platforms. The purpose of this package is to allow all levels of MapServer users to quickly install a working environment for MapServer development on Windows. It is also an environment for packaging and distributing MapServer applications.
標簽: MapServer Microsoft installer platforms
上傳時間: 2015-05-31
上傳用戶:黃華強
這個小軟件( RealEditor )是同學(xué)一起編寫的,可編輯,打印,更換主題,并有傳輸功能 注意,要想正確運行此軟件,務(wù)必要把JDK升級到JDK 5.0_update4即tiger版(未來的JDK版本應(yīng)該也可以),如果運行軟件后,端口沖突或突然非法將它關(guān)閉(用任務(wù)管理器進程結(jié)束掉),導(dǎo)致軟件無法正常退出,無法再次啟動此軟件,請到C:\Documents and Settings\All Users\Application Data\RealEditor下的那個文件刪掉即可(注意,Application Data是個隱藏文件夾) Register.rar是注冊機,需要在DOS下運行"java Register" (不帶""注意路徑) 如果path和classpath設(shè)置沒有問題的話,只要雙擊RealEditor.jar文件( 沒有與WinRaR相關(guān)聯(lián) )即可啟動此軟件.
標簽: RealEditor 軟件 編寫
上傳時間: 2015-06-06
上傳用戶:TF2015
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1