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