代码搜索:板卡连接

找到约 10,000 项符合「板卡连接」的源代码

代码结果 10,000
www.eeworm.com/read/424482/10443313

h 1602.h

/* 用法: LCD_init(); LCD_write_string(列,行,"字符串"); LCD_write_char(列,行,'字符'); --------------------------------------------------------------- 下面是AVR与LCD连接信息 PC4 ->RS PC5 ->EN 地 ->RW
www.eeworm.com/read/424479/10443405

_h 1602._h

/* 用法: LCD_init(); LCD_write_string(列,行,"字符串"); LCD_write_char(列,行,'字符'); --------------------------------------------------------------- 下面是AVR与LCD连接信息 PA2 ->RS PA3 ->EN 地 ->RW
www.eeworm.com/read/424479/10443427

h 1602.h

/* 用法: LCD_init(); LCD_write_string(列,行,"字符串"); LCD_write_char(列,行,'字符'); --------------------------------------------------------------- 下面是AVR与LCD连接信息 PA2 ->RS PA3 ->EN 地 ->RW
www.eeworm.com/read/424475/10444448

_h 1602._h

/* 用法: LCD_init(); LCD_write_string(列,行,"字符串"); LCD_write_char(列,行,'字符'); --------------------------------------------------------------- 下面是AVR与LCD连接信息 PA2 ->RS PA3 ->EN 地 ->RW
www.eeworm.com/read/424475/10444529

h 1602.h

/* 用法: LCD_init(); LCD_write_string(列,行,"字符串"); LCD_write_char(列,行,'字符'); --------------------------------------------------------------- 下面是AVR与LCD连接信息 PA2 ->RS PA3 ->EN 地 ->RW
www.eeworm.com/read/279203/10455341

java frmsfsjdb.java

package myprojects.FrmSFSJDb; //打包 /** *收费上交数据库连接FrmSFSJDb.java *Copyright:冉勇 Copyright(c)2005 *Corp:cuit *@by:冉勇 */ import java.sql.*; public class FrmSFSJD
www.eeworm.com/read/160446/10532334

htm 20-2.cfm.htm

内容连接组件实例应用
www.eeworm.com/read/423368/10566156

bas db.bas

Attribute VB_Name = "db" Sub ConnectionDB() '数据库的连接 Dim CString As String Set Cnn = New ADODB.Connection CString = "Provider=Microsoft.Jet.OLEDB.4.0;User ID=admin;Data Source=" + App.Path + "\fil
www.eeworm.com/read/277854/10598748

xml portal.xml

61.145.116.147 7890
www.eeworm.com/read/159416/10651420

c 5.3-3.c

#define Uchar unsigned char #define Uint unsigned int // 控制管脚定义 //不同的连接必须修改的部分 sbit RS=P3^0; sbit RW=P3^1; sbit Elcm=P3^2; #de