代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/376759/9309221
c ad.c
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
// Prototype statements for functions found within this file.
interrupt void ad(void);
void main(void)
{
www.eeworm.com/read/376759/9309226
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.03
*******************************************************
www.eeworm.com/read/376759/9309227
wks ad.wks
www.eeworm.com/read/376274/9322231
c ad.c
#include
#include"intrins.h" //调用_nop_;延时函数用
#define ad_con P2 //A/D控制口
#define addata P0 //A/D数据计读入口
#define Disdata P1 //显示数据段码输出口
#define ucha
www.eeworm.com/read/376151/9329291
cmd ad.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/376151/9329301
c ad.c
#define TIM *(int *)0x24
#define PRD *(int *)0x25
#define TCR *(int *)0x26
#define IMR *(int *)0x0
#define IFR *(int *)0x1
#define PMST *(int *)0x1d
ioport unsigned int port3,port
www.eeworm.com/read/179933/9331159
jpg ad.jpg
www.eeworm.com/read/375793/9349397
h ad.h
// file ad.h
//adjacency matrix representation of a directed graph
//final version
#ifndef AdjacencyDigraph_
#define AdjacencyDigraph_
#include "awd.h"
class AdjacencyDigraph : public Ad
www.eeworm.com/read/375350/9362658