生成BCD碼。 Name: BIN3toBCD4 Func:2字節二進制整數--->>BCD碼四字節轉換(Comped BCD) Input: 3進制數人低字節到高字節存放在內部RAM50H,51H,52h單元中 Output: BCD碼人低位到高位分別存放在內部RAM53H,54H,55H,56H單元中 USE: R7-R0, 56H-50H
標簽: BCD BIN3toBCD4 Comped Input
上傳時間: 2015-02-02
上傳用戶:FreeSky
The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source of your choice and transmit the video to a destination computer or network in JPEG format.
標簽: VideoTransmit programmed wrapper simple
上傳時間: 2014-01-06
上傳用戶:zhuyibin
The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source of your choice and transmit the audio to a destination computer
標簽: audioTransmit programmed wrapper simple
上傳時間: 2013-12-16
上傳用戶:sjyy1001
詞法分析器:源程序的運行方式: 運行程序 輸入一個已存在的文本文檔的文件名。如:input.txt 如果要對整個程序進行語法分析,則按‘y’鍵,否則按‘n’鍵 如果要對程序進行語法分析,則按‘y’鍵,否則按‘n’鍵 程序結束
上傳時間: 2014-01-22
上傳用戶:zhaiyanzhong
對c語言的簡單語法分析器 文件說明: input.txt內為輸入的源程序,包括for,while和if else控制等 output.txt內為輸出的二元單詞序列 k.txt為關鍵字表 l.txt為運算符和界符表 i.txt為該輸入的源程序的標志符 c.txt為常數表 個別表需要序列號,這時各表的序列號默認為從1開始,每行加1。 使用說明: 在提示符下輸入input.txt文件的路徑和文件名字, 運行完成后,打開文件output.txt看結果。
上傳時間: 2013-12-23
上傳用戶:pompey
Three-input Majority Voter -- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
標簽: architectures Three-input declaration alternative
上傳時間: 2013-12-27
上傳用戶:liansi
Sga.c 基本遺傳算法源程序, 輸入數據文件input,
上傳時間: 2015-04-27
上傳用戶:youth25
Turbo Pascal Field Input Routines.
標簽: Routines Pascal Turbo Field
上傳時間: 2015-05-05
上傳用戶:miaochun888
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
This zip describes how two SSCs in I2S mode play and record wave files through a two-input data method. Includes main.html file for help.
標簽: describes two-input through record
上傳時間: 2013-12-23
上傳用戶:lhw888