代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/280025/10366786
paf ad.paf
www.eeworm.com/read/280025/10366789
sbl ad.sbl
www.eeworm.com/read/280025/10366835
obj ad.obj
www.eeworm.com/read/280025/10366855
out ad.out
www.eeworm.com/read/280025/10366886
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="AD"
ProjectDir="D:\2812_pro\ad\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool
www.eeworm.com/read/280025/10366895
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/280025/10366906
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC v4.1.0
*******************************************************
www.eeworm.com/read/425109/10381444
dat ad.dat
1651 1 2c28 1 400
0xFFFE
0xFFA0
0x0065
0x0060
0x005F
0x005A
0x005A
0x0059
0x005A
0x005A
0x0056
0x0056
0x0054
0x0051
0x0052
0x004F
0x0049
0x004B
0x0048
0x0046
0x004A
0x0049
0x004
www.eeworm.com/read/161587/10393668
h ad.h
// file ad.h
//adjacency matrix representation of a directed graph
//final version
#ifndef AdjacencyDigraph_
#define AdjacencyDigraph_
#include "awd.h"
class AdjacencyDigraph :