搜索结果
找到约 19 项符合
Macros 的查询结果
按分类筛选
汇编语言 Macros to emulate new microprocessor instructions.
Macros to emulate new microprocessor instructions.
DSP编程 DSP算法(ANSI_C) TEST VECTOR MACROS INPUTS: NONE OUTPUTS: PRINT OF TEST VECTORS
DSP算法(ANSI_C)
TEST VECTOR MACROS
INPUTS: NONE
OUTPUTS: PRINT OF TEST VECTORS
单片机编程 MEGA16制作的电子时钟(附仿真图+源代码)
#include <iom16v.h>
#include <macros.h>
#define uchar unsigned char
#define uint unsigned int
uchar
num,miao,fen,shi,miaoge,miaoshi,fenge,fenshi,shig
单片机编程 AVR单片机数码管秒表显示
#include<iom16v.h>
#include<macros.h>
#define uint unsigned int
#define uchar unsigned char
uint a,b,c,d=0;
void delay(c)
{ for for(a=0;a<c;a++)
for(b=0;b<12;b++);
};
uchar tab[]={
0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,
单片机编程 ucos在ATMEGA128L上的移植
和其他的&mu;C/OS-II移植文件类似,设备代码由以下3 到5 个文件组成的。
Os_cpu.h
Os_cpu_c.c
Os_cpu_a.s90 (该文件仅在ICC 编译器中使用)
Os_cpu_i.s90 (该文件仅在ICC 编译器中使用)
Os_dbg.c
Os_dbg.c 仅需在IAR 工程中使用。
3.01 OS_CPU.H
3.01.01 OS_CPU.H, macros for &lsquo;externals&rsquo;
Listing 3 ...
单片机编程 FREERTOS的官方移植文档
FeaturesThe following standard features are provided.&#8226; Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, ...
C/C++语言编程 飞思卡尔智能车的舵机测试程序
飞思卡尔智能车的舵机测试程序
#include <hidef.h>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* common defines and macros */#include <MC9S12XS128.h>&nbsp;&nbsp;&nbsp;&nbsp; /* derivative information */#pragma LINK_INFO DERIVATIVE "mc9s12xs128"
void SetBusCLK_16M(void)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ...
其他数据库 This little program shows how to use COM technology in Win32Asm. When it s run it lets the user fr
This little program shows how to use COM technology in
Win32Asm. When it s run it lets the user freely decide
about the presence of the program with the WS_EX_TOOLWINDOW
style on the taskbar. The main goal is to show the easiest
possible example instead of killing people with the details
about ...
单片机开发 用CY7C63723设计的鼠标固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main sourc
用CY7C63723设计的鼠标固件程序
chip.c - include file that defines CY7C63723 constants
- combi.c - main source file
- combi.hex - Intel hex file for programming a CY7C63723 microcontroller
- combi.lst - output listing from c-compiler for use with the CYDB debugger
- macros.h - defines macros used ...
其他书籍 Attributes, Constraints, and Carry Logic Overview Information for Mentor Customers Schematic S
Attributes,
Constraints,
and Carry Logic
Overview
Information for Mentor
Customers
Schematic Syntax
UCF/NCF File Syntax
Attributes/Logical
Constraints
Placement Constraints
Relative Location (RLOC)
Constraints
Timing Constraints
Physical Constraints
Relationally Placed Macros
(RPM)
Carry Logic in XC ...