代码搜索:AD测试
找到约 10,000 项符合「AD测试」的源代码
代码结果 10,000
www.eeworm.com/read/321857/13394176
vhd ad99854.vhd
----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 10:01:05 02/22/2008
-- Design Name:
-- Module Name: ad99854 -
www.eeworm.com/read/321749/13399922
cs ad.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/321059/13412566
pdf ad1819.pdf
www.eeworm.com/read/321004/13413981
m51 ad.m51
BL51 BANKED LINKER/LOCATER V5.03 05/31/2008 19:44:14 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE .\STAR
www.eeworm.com/read/321004/13413982
uv2 ad.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
www.eeworm.com/read/320877/13417130
opt ad9850.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/320635/13420943
asm ad_line.asm
//***********************************************************
// Note:通过模拟量输入口LINE_IN输入电压值,以8K的采样率经A/D
//转换后送给IOB口控制LED点亮,同时可以根据LED的点亮来了解转换
//的数据
//************************************************
www.eeworm.com/read/320487/13426083
txt ad9958.txt
AD9858程序:12M晶体
#include
#define PLL_M 8
#define Fclk (20*1000000*PLL_M)
#define uchar unsigned char
#define uint unsigned int
sbit OSK="P1"^5; //
sbit PS0=P1^6; //
sbit PS1
www.eeworm.com/read/320485/13426084
txt ad9958.txt
#include
#define PLL_M 6
#define Fclk (20*1000000*PLL_M) //时钟频率
#define uchar unsigned char
#define uint unsigned int
sbit OSK="P1"^5; //
sbit PS0=P1^6; //
sbit PS1=P1^7;
www.eeworm.com/read/320313/13428606
c ad_040.c
/**********************************************************************************
*本程序是通过LM324运放进行采样,并将其值放到液晶上显示出来
*********************************************************************************