PIC單片機C語言程序 熟悉PIC單片機匯編語言的讀者,都了解匯編語言程序運行是從程序的始端,依序一步一步 地按給定的指令路徑執行,只有遇到COTO或call指令時,才會跳轉或改變其路徑,所以匯編 語言的程序運行方式,很易被學習者理解。然而對C語言而言,程序運行方式不能按匯編語言的 邏輯思維去套用。特別是對初學C語言的讀者來說,更是如此。
上傳時間: 2013-12-17
上傳用戶:evil
基于藍牙設備的電話本設計,基于wince5.0標準sdk vs2005,簡單的數據,大家可以參考。只是個簡單的DEMO,大家可以盡情發揮,這里我用了時間做為關鍵區分電話的KEYWORD.可以用于來電,已接或未接設計。 This progame base on wince5.0 standard sdk and vs2005,use for bluetooth phonebook.It can keep the comingcall num, dailed num or missed call num.
上傳時間: 2016-08-29
上傳用戶:13681659100
You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client programs to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge posts, etc. Some very popular articles on the CodeProject site make use of this service. In this article, I am going to present a java client program that uses soap message to call the methods of this web service. My program is not a general java soap client, which means you cannot use it to call other web services directly. However, you can easily modify it for other web services. The program uses only basic Java, it does not depend on any other external class library.
標簽: CodeProject provides service methods
上傳時間: 2014-01-25
上傳用戶:baiom
public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a call to updateEvent in the user interface event queue Display display = Display.getDisplay(midlet) display.callSerially(new Runnable() { public void run() { DRMPlayer.this.updateEvent(p, event, eventData) } }) }
標簽: final playerUpdate eventData public
上傳時間: 2013-12-18
上傳用戶:1109003457
matlab 與 C# 互編程.proficient in C# for the comrades, simulation of very complex procedures, if they can be called directly MATLAB has a function that will be the realization of this paper c # function call Matlab
標簽: proficient procedures simulation comrades
上傳時間: 2016-11-19
上傳用戶:Zxcvbnm
APCS,ARM 過程調用標準(ARM Procedure call Standard),提供了緊湊的編寫例程的一種機制,定義的例程可以與其他例程交織在一起。最顯著的一點是對這些例程來自哪里沒有明確的限制。它們可以編譯自 C、 Pascal、也可以是用匯編語言寫成的。
標簽: APCS
上傳時間: 2013-12-02
上傳用戶:fandeshun
適用MCU: TI MSP430 5XX 適用ucos-ii版本:2.86 編譯環境:IAR4.11B 主要的工作: 在MICRIUM網站上430移植代碼的基礎上進行了修改:5XX系列PC寄存器為20位,堆棧的寬度仍為16位,因此在對PC和SR的壓棧處理上做了修改;另外在匯編程序里調用HOOK函數的call XXX 改成 callA XXX
上傳時間: 2014-01-27
上傳用戶:Pzj
利用java實現文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress() with something else. In order to use 256 bit AES keys, you must download and install "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from http://java.sun.com/javase/downloads/index.jsp
標簽: Java AES AESCrypt contains
上傳時間: 2017-02-11
上傳用戶:kiklkook
OpenOffice.org document containing: List of codes i have tested on a JinPeng C2000 mobile and their results. Some works, others not it is explained what code does if work. They are introduced where you type digits when making a call, unless specify it is not necesary to press call, like for wellknown *#06# -> that shows IMEI.
標簽: OpenOffice containing document JinPeng
上傳時間: 2013-12-13
上傳用戶:BIBI
OpenOffice.org document containing: List of codes i have tested on a JinPeng C2000 mobile and their results. Some works, others not it is explained what code does if work. They are introduced where you type digits when making a call, unless specify it is not necesary to press call, like for wellknown *#06# -> that shows IMEI.
標簽: OpenOffice containing document JinPeng
上傳時間: 2017-04-05
上傳用戶:13517191407