搜索结果
找到约 39 项符合
execution 的查询结果
按分类筛选
技术书籍 Atmel产品的资料
■ High Performance, Low Power AVR® 8-Bit Microcontroller
■ Advanced RISC Architecture
–120 Powerful Instructions – Most Single
Clock Cycle Execution
–32 x 8 General Purpose Working Registers
–Fully Static Operation
技术资料 Atmel产品的资料
■ High Performance, Low Power AVR® 8-Bit Microcontroller
■ Advanced RISC Architecture
–120 Powerful Instructions – Most Single
Clock Cycle Execution
–32 x 8 General Purpose Working Registers
–Fully Static Operation
其他书籍 The main MIPS processor of SMP8630 comes with a JTAG interface, allowing: access to caches and da
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:
access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s
examining the processor state whatever the execution mode (monice)
connecting to monice using mdi-server and using a gdb client on the processor to st ...
单片机开发 This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses
This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses the memcpy function to copy a function in the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0x110000) for execution.
嵌入式/单片机编程 The widespread use of embedded systems mandates the development of industrial software design method
The widespread use of embedded systems mandates the development of industrial software design methods, i.e. computer-aided design and engineering of embedded applications using formal models (frameworks) and standardized prefabricated components, much in the same way as in other mature areas of engi ...
Java编程 The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language
The JavaServer Pages (JSP) Expression Language (EL) is a
simple non-procedural scripting language that can be used
to evaluate dynamic expressions within a JSP page. Each EL
expression evaluates to a single value that is then expressed as
text in the output of the JSP (when used in template text ...
技术资料 解析单片机攻防技术与防御措施
电子设备的单片机执行程序一般都是基于仿真器进行下载,储存于芯片内部。就模块级设备而言,其主要是由于单片机与DSP芯片结合设计,单片机可以衔接仿真器,以JTAG接口为辅助直接性读取,保存执行代码。此设计方式的风险性较高,尽管只是利用仿真器读取执行代码,但是随单片机破解技术的更新发展,应针对单片机自身采取有效的防御性 ...
汇编语言 Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CM
Program main BIOS image |
| /B - Program Boot Block |
| /N - Program NVRAM |
| /C - Destroy CMOS checksum |
| /E - Program Embedded Controller Block |
| /K - Program all non-critical blocks |
| /Kn - Program n th non-critical block only(n=0-7) |
| /Q - Silent execution |
| /REBOOT - Reboot a ...
编译器/解释器 nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concept
nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concepts and execution model of
TinyOS [1]. TinyOS is an event-driven operating system designed for sensor network nodes that
have very limited resources (e.g., 8K bytes of program memory, 512 bytes of RAM ...
单片机编程 AT89C2051驱动步进电机的电路和源码
AT89C2051驱动步进电机的电路和源码:AT89C2051驱动步进电机的电路和源码 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregister unsigned char j, ...