搜索:example+code

找到约 5,882 项符合「example+code」的查询结果

结果 5,882
按分类筛选
显示更多分类
https://www.eeworm.com/dl/502/29339.html 单片机编程

基于MSP430的指纹保险柜的实现

在介绍基于MSP430单片机的指纹保险柜工作原理的基础上,从系统软件设计的角度出发,详细介绍了指纹保险柜软件的总体分析过程、程序结构的设计以及代码的编写,给出了按键管理流程和部分源代码。 Abstract:  On basis of the operating principle of MSP430 microcontroller-based fingerprint ...
下载 120
·
查看 1066
https://www.eeworm.com/dl/678/146338.html 系统设计方案

可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义

可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data区定义8 ...
下载 21
·
查看 1377
https://www.eeworm.com/dl/649/122460.html uCOS

1. 本移植也是从网上Download的

1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 ( ...
下载 122
·
查看 1084
https://www.eeworm.com/dl/940083.html 技术资料

DSP与PC机之间的数据通信研究

·摘要:  针对现今社会中DSP的应用越来越多,在应用中DSP需要不断和外界进行通信的现状,通过介绍和比较DSPTMS320LF2407中可以用来进行通信的三种模块:串行通用接口(SCI)模块、串行外设接口(SPI)模块和CAN总线通信模块,提出了一种基于SCI模块来实现DSP和PC机之间通信的方法.对其硬件连接和软件编程 ...
下载 4
·
查看 5643
https://www.eeworm.com/dl/628/235248.html 编译器/解释器

UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of ...
下载 140
·
查看 1054
https://www.eeworm.com/dl/542/179427.html 其他书籍

The Linux kernel is one of the most interesting yet least understood open-source projects. It is als

The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Li ...
下载 168
·
查看 1096
https://www.eeworm.com/dl/542/170032.html 其他书籍

The Linux kernel is one of the most interesting yet least understood open-source projects. It is als

The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Li ...
下载 72
·
查看 1130
https://www.eeworm.com/dl/540/206708.html 软件工程

This thorough, hands-on reference for database developers and administrators delivers expert guidanc

This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)&iexcl &ordf one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses ...
下载 199
·
查看 1108
https://www.eeworm.com/dl/665/274175.html matlab例程

This document is intended to serve as an introduction to Wavelet processing through a set of Matlab

This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs content ...
下载 128
·
查看 1107
https://www.eeworm.com/dl/511180.html 单片机编程

CCSv5.2中文使用说明

从v4 开始,Code Composer Studio开始基于Eclipse,将编译器、连接器、调试器、BIOS等工具集成进Eclipse,并且支持Linux(本人没有玩过,详情请参考链接1)。CCS支持TI所有的嵌入式处理器产品,包括MSP430、Stellaris、C2000、C5000等等。用过CCSv4.x的朋友都知道,在使用CCSv4.x的过程中经常会出现死 ...
下载 1
·
查看 71