代码搜索:双积分AD
找到约 10,000 项符合「双积分AD」的源代码
代码结果 10,000
www.eeworm.com/read/477758/6733789
c cd_ad.c
#include "reg922.h"
#include "stdio.h"
#include "stdlib.h"
#include "cd_ad.h"
#include "stdarg.h"
//cclk=osc/2 = 7.3728M/2 = 3.6864 M; PCLK = CCLK/2 = 1.8432M
#define STAND_RC_OSC 1843200UL
www.eeworm.com/read/477758/6733792
opt cd_ad.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/477758/6733798
plg cd_ad.plg
礦ision2 Build Log
Project:
D:\WorkCode\cd_ad080807_serial\cd_ad.uv2
Project File Date: 11/02/2008
Output:
Build target 'Target 1'
compiling i
www.eeworm.com/read/477758/6733801
lst cd_ad.lst
C51 COMPILER V7.07 CD_AD 03/06/2009 19:29:32 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE CD_AD
OBJECT MODULE PLACED IN c
www.eeworm.com/read/477380/6742466
paf ad_da.paf
www.eeworm.com/read/477380/6742475
out ad_da.out
www.eeworm.com/read/477380/6742480
map ad_da.map
******************************************************************************
TMS320C24xx COFF Linker Version 7.02
*****************************************************
www.eeworm.com/read/477380/6742481
pjt ad_da.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\MYDSP\DSK2407\c\AD_DA\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compil
www.eeworm.com/read/477059/6744715
gif vqqq_ad.gif
www.eeworm.com/read/477127/6748250
asm ad conversion.asm
ORG 0000H
LJMP START
ORG 0100H
START: MOV A,#80H
MOV DPTR,#0FF7FH
MOVX @DPTR,A
MAIN: LCALL ADCON ;调用AD子程序
LCALL DISPLAY ;调用显示子程序
LCALL DACON ;调用DA子程序
LJMP MAIN
DISPLAY:MOV