代码搜索:并行端口
找到约 7,246 项符合「并行端口」的源代码
代码结果 7,246
www.eeworm.com/read/212165/15165217
pas httpproxy.pas
{
Http proxy
Created By LLJ 2003-05-07
代理服务器工作:
1、客户机 Socket 连接上: 在连接链中增加一个连接纪录(TSessionRec)节点。
2、客户端发送连接请求数据: 根据请求数据取得客户端要连接的目标主机的地址
和端口,并连接目标主
www.eeworm.com/read/206111/15300192
txt ym1602c.txt
51单片机控制YM1602C液晶显示模块的子程序,P2口接1602C数据端口,其控制位如下所示
/* LCD控制位 */
sbit RS=P3^5;
sbit RW=P3^6;
sbit E=P3^7;
// YM1602C程序 //
/*init_lcd()
www.eeworm.com/read/7282/114554
a51 sh606.a51
PCON EQU 87H
;定义端口
DOUT BIT P1.0 ;数据输出
DIN BIT P1.1 ;数据输入
SCLK BIT P1.2 ;串行时钟
CS BIT P1.3 ;片选信号
IRQ BIT P3.2 ;红外模式接口
;定义RAM地址
TX1 EQU 10H ;发送寄存器
TX2 EQU
www.eeworm.com/read/7570/122844
txt 目录.txt
目 录
译者序
前言
第1章 概述 1
1.1 引言 1
1.2 分层 1
1.3 TCP/IP的分层 4
1.4 互联网的地址 5
1.5 域名系统 6
1.6 封装 6
1.7 分用 8
1.8 客户-服务器模型 8
1.9 端口号 9
1.10 标准化过程 10
1.11 RFC 10
1.12 标准
www.eeworm.com/read/7755/132724
dbg display.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\IO端口的C语言编程\数码管显示设计\
FILE Counter.C
FUNC DelayMs 50 fV
BLOCK 17 52
DEFREG j 20 i
DEFR
www.eeworm.com/read/9577/171368
h define.h
#define uchar unsigned char
#define uint unsigned int
//端口定义
//#define LCD_data P0//数据口
#define Lcd P0
sbit LCD_RS=P2^5;//存储器选择输入
sbit LCD_RW=P2^6;//液晶读写控制
sbit LCD_EN=P2^7;//液晶使能控制
sbit LCD
www.eeworm.com/read/11248/214301
asm ir.asm
;参考程序A:IR.ASM:
;此程序接收红外发射过来的数据,解码后由CPU读取并显示在LED数码管上.
;红外遥控器 IR.ASM 2005.9.21
$include (c8051f020.inc) // SFR declarations
PPA EQU 8000H ;8255的端口地址,8255驱动数码管显示温度值
PPB
www.eeworm.com/read/11330/227689
dbg display.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\IO端口的C语言编程\数码管显示设计\
FILE Counter.C
FUNC DelayMs 50 fV
BLOCK 17 52
DEFREG j 20 i
DEFR
www.eeworm.com/read/15563/466822
c disk.c
/*-------------------------------------
程序功能:万年历
硬件连接:输出(PO连接J3,P1.0连接位码,P1.1连接段码)
独立按键输入(P2连接K1--8,但是只用到了端口低位4个)
--------------------------------------*/
#include
#define uint u
www.eeworm.com/read/15935/598050
txt spi源程序.txt
#include
#include
#include
#include
void port_init(void);//端口初始化函数
void uart_init(void);//M8串口初始化函数
void init_devices(void);//整个设备初始化函数
void delay_1ms(vo