代码搜索:底层驱动
找到约 10,000 项符合「底层驱动」的源代码
代码结果 10,000
www.eeworm.com/read/105084/15678173
asm vi2c_asm.asm
;--------------------------------------------------------------------------------------------------------
;VI2C_ASM.ASM
;I2C 软件包的底层子程序,使用前要定义好SCL和SDA。在标准80C51模式
;(12 Clock)下,对主频要求是不高于12MHz(1个机器周期1u
www.eeworm.com/read/192426/8382050
_c uart._c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序(中断方式) */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/192426/8382060
c uart.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序(中断方式) */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/390313/8471543
h ds18b20_a.h
/*--------------------------------------------*/
//File: DS18B20_A.H
//Date: 2008/7/30
//Time: 16:42
//Note: DS18B20的驱动程序 ★12Bits数据
//Ver : 0.2
/*------------------------------------------
www.eeworm.com/read/431298/8690507
c 77.c
#include
int main ()
{
int i,j,n;
char dh,ch;
clrscr();
/*选择驱动*/
printf("The program will recover your fdisk\n\n");
do
{
printf ("Plese select the drive(A/B):\n");
www.eeworm.com/read/381327/9097677
txt 程序说明.txt
硬件平台:C8051F314
包括键盘扫描程序,I2C通讯MASTER模式、SLAVE模式,ONE WIRE串行通讯驱动(用于DALAS公司的器件)。
www.eeworm.com/read/377679/9266842
c 12c887.c
/*************************************************************
文件名称:ds12c887.c
适用范围:时钟芯片ds12c887的驱动程序
*************************************************************/
#include
#include
www.eeworm.com/read/366448/9813398
c 77.c
#include
int main ()
{
int i,j,n;
char dh,ch;
clrscr();
/*选择驱动*/
printf("The program will recover your fdisk\n\n");
do
{
printf ("Plese select the drive(A/B):\n");
www.eeworm.com/read/365991/9837367
c lcddrive.c
/****************************************************************************************
* 文件名:LCDDRIVE.C
* 功能:图形液晶98*67驱动(型号为3510I(S1D15G14))
* 硬件连接:
* Pin1 _Reset ------------------
www.eeworm.com/read/163133/10174566
java jdbcbean.java
package manage;
import java.sql.*;
public class JdbcBean {
Connection con=null;
ResultSet rs=null;
int value=0;
//实例化,装载JDBC驱动
public JdbcBean() {
try {
Class.forName("o