中國移動通信互聯網短信網關接口協議 本規范為中國移動通信集團公司企業規范,簡稱CMPP,現階段版本是對1.2.1版修訂后形成的,為2.0版。本規范描述了中國移動短信業務中各網元(包括ISMG、GNS和SP)之間的相關消息的類型和定義。
上傳時間: 2015-08-16
上傳用戶:wuyuying
設8359的兩端口地址為60H,61H,使用三號中斷源,IR3與SP相連。中斷方式為邊沿觸發方式,每按一次AN按鈕產生了一次中斷信號,向8259A發出中斷請求信號。如果中斷源電平信號不符合規定要求則轉到7號中斷,顯示“Err”。CPU響應中斷后,在中斷服務中,對中斷次數進行計數并顯示,計滿5次結束,顯示器顯示“Good”。
上傳時間: 2014-07-10
上傳用戶:zhaoq123
該程序模擬UNIX中save與resume函數,并介紹在VC中如何使用匯編進行機器級的操作. 主函數很簡單首先引入兩個外部函數,extern "C"表示按傳統C命名習慣.函數save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠都不會被執行,但是運行結果表明它被執行了.這個問題同UNIX中處理機調度函數(switch)的那個if語句(第一句)一樣. 程序執行完save(&sp)后得到因為條件為假而執行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執行條件判斷前.resume返回1,條件滿足,執行if語句. save函數堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數堆棧與save的相同. 新建一個win32的工程,將unixc.cpp和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.
上傳時間: 2015-09-10
上傳用戶:變形金剛
The OMNI Naming Service (omniNames) is an omniORB implementation of the OMG’s COS Naming Service Specification. It offers a way for a client to turn a human-readable name into an object reference, on which the client can subsequently invoke operations in the normal way. See the OMG specification for full details of the functionality provided by the Naming Service.
標簽: Service Naming implementation omniNames
上傳時間: 2014-01-25
上傳用戶:jyycc
紅外線遙控器解碼程序(匯編) ORG 0000H AJMP MAIN ORG 0003H 外部中斷INT0入口地址 AJMP INT 轉中斷服務子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 開CPU中斷 SETB IT0 設定INT0觸發方式 SETB EX0 INT0請求中斷 DSP: MOV R2,#9 將遙控器鍵值轉化成A(0~9) MOV DPTR,#TAB1 VV: MOV A,R2 MOVC A,@A+DPTR XRL A,1CH JZ ABC DJNZ R2,VV ABC: MOV A,R2 MOV DPTR,#TAB ;將A的值通過數碼管顯示出來
上傳時間: 2014-01-12
上傳用戶:wkchong
SMGP協議對象,自由拆包組包,適合移動SP提供商開發短信收發程序或者網關程序。
上傳時間: 2015-12-24
上傳用戶:rocketrevenge
使用DVCC實驗系統中的并行接口芯片8255A的B口作輸入口,使工作于方式1,將PB0~PB7連接到手動開關K1~K8,將手動脈沖信號SP作為8255B口的選通信號,連接到PC2。將B品工作于方式1時的中斷請求信號(PC0)連接到8255A的IR3,8255A的片選信號無需連接(系統已連接好)。8259A的CS連接地址譯碼輸出端Y6,8259A的端口地址為60H、61H
上傳時間: 2013-12-28
上傳用戶:xinyuzhiqiwuwu
this the source code of addio compression standard CELP. Also, it is optimizied for the execution speed.
標簽: compression optimizied the execution
上傳時間: 2016-01-07
上傳用戶:yd19890720
spcomThis component is totally free (along with source code). Small-Pig Team 29/4/97 E-mail: spigteam@vlsi.ice.cycu.edu.tw
標簽: spcomThis component Small-Pig totally
上傳時間: 2016-03-01
上傳用戶:TRIFCT
A Case Study: Replacing the persistence layer of a Business Process Engine with JDO The JDO specification (JSR-12) was released from the Java Community Process in April 2002. Its goal is to provide transparent persistence to Java classes. David Jordan provides a concise introduction. Several books are becoming available that provide a more complete description of JDO3.
標簽: persistence Replacing JDO Business
上傳時間: 2014-01-27
上傳用戶:541657925