搜索资源列表
code
- c++ beginer s guide 英文原版书原代码。都是书中代码示例,-C++ beginer s guide.about Exception throw and catch.
diveintopythonCode
- 深入学习Python源代码.从Python编程语言的发展、特征、支持源、安装步骤、语言基础、主要模块扩展、异常处理以及面向对象思想的介绍入手,讨论了扩展和嵌入Python、对象接口和分布、数据库编程以及其他高级编程主题。探讨了使用Python程序实现基础网络思想、网络开发、脚本编程以及数据分析和处理等网络编程主题。同时介绍了Python图形界面设计中的GUI选项、主要GUI开发环境和编程工具。最后重点介绍了Python的Java实现——JPython。-In-depth study and Py
KEYIN
- lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。-lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of th
LEDCON
- lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。-lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of th
LEDDISP
- lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。-lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of th
LEDDISP
- lpc21xx(飞利浦的ARM)目标板特殊的代码,包括异常处理程序和目标板初始化程序 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件。-lpc21xx (Philips ARM) target board specific code, including exception handling procedures and target board initialization procedure for each project should have a copy of th
S3C2410-init
- 基于ARM9芯片S3C2410异常中断程序设计。验证的代码详细分析了基于ARM嵌入式系统的异常处理流程。然后阐明关键字“-irq”的作用,设计出中断处理函数。最后,通过设置中断控制寄存器,设计外部中断EINT3的初始化程序,并给出主程序流程图。实践证明程序运行稳定可靠。-S3C2410 ARM9-based chip exception interrupt programming. Detailed analysis of the code verification of embedded sy
ex3
- 建立lib.c文件提供中断函数处理代码 使用SWI异常设计字符串输出程序-Establish lib.c document provides an interrupt function uses SWI exception handling code string output program design
ARM-System-Developers-Guide..
- 本书从软件设计的角度,全面、系统地介绍了arm处理器的基本体系结构和软件设计与优化方法。内容包括:arm处理器基础;arm/thumb指令集;c语言与汇编语言程序的设计与优化;基本运算、操作的优化;基于arm的dsp;异常与中断处理;固件与嵌入式os;cache与存储器管理;armv6体系结构的特点等。全书内容完整,针对各种不同的arm内核系统结构都有详尽论述,并有大量的例子和源代码。附录给出了完整的armv4/v5/thumb指令的功能、编码、周期定时以及汇编参考。 -This book
LCD1602
- LCD1602初始化代码,列举一些常用命令。代码经过C8051F410的上机运行,无任何异常。-The LCD1602 initialization code, list some commonly used commands. Code C8051F410 on the machine running, without any exception.
mips.linux.inter
- Mips Linux 中断异常源代码分析-Mips Linux source code analysis interrupt exception
exception
- stm32的硬件错误调试代码,程序运行硬件错误会从串口输出信息提示-stm32 hardware error debugging code, the program runs a hardware error message prompts from the serial output
QueryTestCase
- Query模块Test代码这段代码主要是:使用getQueryData方法时,对参数id进行检查(假如是无效或非法的id,则会抛出异常信息)-Query Module Test code for this code is mainly: Using getQueryData method, the parameter id check (if is invalid or illegal, id, it will throw an exception information)
ApkCreationException
- An exception thrown during packaging of an A P K file Source Code for Linux.
PIPELINE
- (包含详细说明文档和简单汇编转机器码翻译器)五级流水线实现MIPS指令集(30条)含异常处理。结构采用多分支预测结构(基于历史的动态分支预测)-(Contains detailed documentation and compilation turn simple machine code translator) five pipelined MIPS instruction set (30) with exception handling. Structure using multi-bran
xiu-hua-ji-chaozuo-shi-ji
- 启动代码主要实现异常向量表定义、堆栈初始化、系统变量初始化、I/O、外围初始化、地址重映射等-The main exception to the startup code to achieve the scale definition, stack initialization, system variable initialization, I/O, peripheral initialization, address remapping, etc.
STM32_HardFault_Trace&Resolution
- STM32程序跑飞跟踪与解决方案。本文详细描述程序进入CPU异常中断后,如何通过堆栈信息定位到“引发异常”的代码位置,从而修正错误。(The Doc introducesa pratical resolution for STM32 HardFault exception. After exception occurs, how to find the abnormal code location trough the stack information is the key.)