The information in this publication is believed to be accurate as of its publication date. Such information is subject to change without notice and The ATM Forum is not responsible for any errors. The ATM Forum does not assume any responsibility to update or correct any information in this publication. Notwithstanding anything to the contrary, neither The ATM Forum nor the publisher make any representation or warranty, expressed or implied, concerning the completeness, accuracy, or applicability of any information contained in this publication. No liability of any kind shall be assumed by The ATM Forum or the publisher as a RESULT of reliance upon any information contained in this publication.
標簽: publication information believed accurate
上傳時間: 2015-09-16
上傳用戶:1109003457
data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The RESULT is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
標簽: Please sdword number array
上傳時間: 2014-01-13
上傳用戶:xiaoyunyun
tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a RESULT SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.
標簽: serverSend functions executes priority
上傳時間: 2015-09-21
上傳用戶:tianjinfan
In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching learning system was designed in a wireless mobile ad-hoc learning environment. This is first RESULT to provide a cognitive tool with supporting the independent learning by applying PDA with wireless communication technology to extend learning outside of the classroom. Independent learning consists of self-selection, self-determination, self-modification, and self-checking.
標簽: butterfly-watching development describe learning
上傳時間: 2014-11-26
上傳用戶:waizhang
CCS編程環境 使用的是匯編加C的混合編程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating point. Array cor is the Correlation RESULT, the length is 255, 32-bit floating point.
標簽: Correlation Algorithm programme the
上傳時間: 2013-12-21
上傳用戶:leixinzhuo
- Convert file (plain text) or clipboard content among the following encodings: big5, gbk, hz, shift-jis, jis, euc-jp, unicode big-endian, unicode little-endian, and utf-8. - Batch files conversion - Preview file content and converted RESULT before actual conversion.
標簽: clipboard encodings following Convert
上傳時間: 2015-10-13
上傳用戶:manlian
quality enhancement of celp coded speech by LBG algorithm, with proposed algorithm and simulation RESULT
標簽: algorithm enhancement simulation proposed
上傳時間: 2014-01-24
上傳用戶:lijinchuan
掃描器程序,讀源程序,去除空白和注釋,結果寫入另一文件。 要求:1.刪除空白、回車、以及制表符等等。 2.刪除各類注釋。 源程序為一文本文件“scanner.txt”,程序執行后裝入另一個文件“RESULT.txt”中。
上傳時間: 2013-12-19
上傳用戶:fanboynet
用java編寫的用蝶式算法實現的fft,用來計算兩個多項式的乘積,輸入文件的格式如壓縮包中的data5.txt,結果輸出到RESULT.txt中。
上傳時間: 2013-12-27
上傳用戶:waizhang
遞歸算法求一個有向圖的強連通分量,輸入格式如壓縮包中data4.txt,第一行為頂點個數。輸出到RESULT.txt中。
上傳時間: 2015-11-16
上傳用戶:gxrui1991