代码搜索:模拟集成
找到约 10,000 项符合「模拟集成」的源代码
代码结果 10,000
www.eeworm.com/read/232865/14179849
c m1602.c
/*
**长沙太阳人电子有限公司SMC1602模拟接口参考程序
**电话: 0731-4167806,4167808
**E-mail: www@sunman.cn
**Create by :谭超 E-mail: tanchao_1@126.com
**最后修改 : 2005年4月22日
*/
#include
#include
www.eeworm.com/read/232785/14182109
h aniline3x.h
// 动画类衍生
// 该类模拟实现了QQ连连看成功销毁两副牌时的连线特效
#pragma once
#include "ANIObject.h"
#define LINE3XMODE_COMMON 0x01 //直线效果
#define LINE3XMODE_LEVIN 0x02 //闪电效果
#define LINE3XMODE_
www.eeworm.com/read/232336/14198093
c m1602.c
/*
**长沙太阳人电子有限公司SMC1602模拟接口参考程序
**电话: 0731-4167806,4167808
**E-mail: www@sunman.cn
**Create by :谭超 E-mail: tanchao_1@126.com
**最后修改 : 2005年4月22日
*/
#include
#include
www.eeworm.com/read/129894/14218500
c g19264.c
/*写汉字液晶子程 液晶屏分为4行*12列汉字,全部使用模拟接口方式。
/*#pragma src /*生成ASM文件开关,必要时打开 */
#include
#include
#include
#define Uchar unsigned char
/***********液晶显示器接口引脚定义*********
www.eeworm.com/read/127960/14325251
cpp elevator.cpp
//这个程序在本书所带软盘中。文件名为ELEVATOR.CPP
//这个程序演示对电梯运行状况的简单模拟。
#include
#include
const int h_floor = 10;
const long max_delay = 999999;
class elvtor
{
private:
int f_curr
www.eeworm.com/read/229452/14338606
c caiji.c
#include
#include "init.h"
// 定义全局变量
// 模拟采集变量
int nADC_Flag;
int nADC_Count;
// 数字采集变量
int nD_Count;
int nD_Flag;
// 串口发送变量
int nSend_TX1;
static int nTX1_Len;
static cha
www.eeworm.com/read/126828/14400227
txt 192x64液晶屏用avr驱动的汇编语言.asm.txt
; TG19264A接口程序(AVR模拟方式)
;液晶模块供应商:广州市盛宝电子有限公司 Tel:020-87592491 Fax:87541571
;Email: tinsharp@public.guangzhou.gd.cn
;这个连线图是因为原先的51试验电路改的,有些脚是将就着用的。
;**********************************************
www.eeworm.com/read/226044/14502219
asm 28-0 tlc549.asm
;//****************************************************************
;//*文件名:串行A/D转换器TLC549转换程序
;//*创建人:巫升辉
;//*2006.2.25
;功能:把模拟的量通过串行的模数转换成数字信号,并同过调用7279显示被转换
;的数字量
;接线:P1.0接DA
www.eeworm.com/read/225598/14531688
c main.c
/*--------------------------------------------------------------------------
LPCARM串口无限FIFO应用举例及祥解
本程序在周立功的LPC213x开发板上调试通过,用汽车电子的串口通V3.22进行32K字节
传送无误码。
本程序主要是模拟51的TI=1进行发送激励,同
www.eeworm.com/read/225296/14545508
c i2c.c
/******************************************************************************
I2C.C
标准80C51模拟I2C总线程序(主模式)
Copyright (c) 2007,广州周立功单片机发展有限公司
All rights reserved.
本程序仅供学习参考,不提供任何可靠性方面的担保;请勿用