代码搜索:Analog
找到约 10,000 项符合「Analog」的源代码
代码结果 10,000
www.eeworm.com/read/252462/12281665
_c display._c
#include "main.h"
void Bit_display(unsigned char X,unsigned char Y) //位显示函数,将对转换结果的数字量进行“0”或“1”的显示
{
if(Y)
LCD_write_char(X,0,'1'); //如果转换
www.eeworm.com/read/150005/12325777
c adc_menu.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/233240/14161903
bak ad2_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/233240/14161930
uv2 ad2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/232503/14193908
bak adc.h.bak
#ifndef __ADC_H
#define __ADC_H
#include
/****************************************************************
* CONSTANT
***************************************************************
www.eeworm.com/read/232503/14193913
h adc.h
//==============================================================================
// DEVICE = PICC-18
// VERSION = 1.0
// DATE = 11.08.2007
// LAST CHANGE = -
// Developer =
www.eeworm.com/read/207278/15275936
m fmagplot.m
function fmagplot( xa, dt )
%FMAGPLOT Plot Fourier Transform (Mag) of "ANALOG" signal
%-----
% Usage: fmagplot( xa, dt )
%
% xa : "ANALOG" signal
% dt : sampling interval
www.eeworm.com/read/207278/15275961
m fplot.m
function fplot( xa, dt )
%FPLOT Plot Fourier Transform (Mag) of "ANALOG" signal
%-----
% Usage: fplot( xa, dt )
%
% xa : "ANALOG" signal
% dt : sampling interval for the s
www.eeworm.com/read/154542/5636257
cpp usbtestdlg.cpp
// USBTestDlg.cpp : implementation file
//
#include "stdafx.h"
#include "USBTest.h"
#include "USBIF.h"
#include "USBTestDlg.h"
#include "SelectDialog.h"
#include
#include "ioctl
www.eeworm.com/read/154542/5636283
cpp usbtestdlg.cpp
// USBTestDlg.cpp : implementation file
//
#include "stdafx.h"
#include "USBTest.h"
#include "USBIF.h"
#include "USBTestDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static