代码搜索:底层驱动
找到约 10,000 项符合「底层驱动」的源代码
代码结果 10,000
www.eeworm.com/read/374631/9392094
c main.c
/****************************************************************************
* 文件名:MODEM.C
* 功能:MODEM驱动程序。
* 说明:基于LPC2100、LPC2200系列ARM7微控制器的UART1
*************************************************
www.eeworm.com/read/374631/9392110
c modem.c
/****************************************************************************
* 文件名:MODEM.C
* 功能:MODEM驱动程序。
* 说明:基于LPC2100、LPC2200系列ARM7微控制器的UART1
*************************************************
www.eeworm.com/read/178491/9394466
cpp myusbmouse.cpp
// MyUsbMouse.cpp : Defines the entry point for the DLL application.
//USB的鼠标驱动 作者:宁杨 Email:no.killer@163.com
//////////////////////////
#include "stdafx.h"
#include "Mouse.h"
BOOL APIE
www.eeworm.com/read/374182/9418034
java jdbcutil.java
package jdbc.jdbc;
import java.sql.*;
public class JdbcUtil {
//加载驱动
static {
try {
String driverName="oracle.jdbc.driver.OracleDriver";//oracle.jdbc.driver.OracleDriver
Class.forName( dri
www.eeworm.com/read/177594/9445289
c ideinit.c
#ifndef _IDEIO_DEFINE
#include "IDEIO.c"
#endif
void IDEInit(void);
void IDEInit(void)
{
//HARDWARE RESET
IDEReset(IDE_RESET_HARDWARE);
//搜索驱动器
IDE.TotalDevices=0;
if (!(IDEIdent
www.eeworm.com/read/177291/9460499
h lib.h
#ifndef __LIB_H__
#define __LIB_H__
//#include "io.h"
//#include "sysdrv.h" //驱动抽象层头文件
//#include "../inc/macro.h"
#define printk printf
/***********************System define****
www.eeworm.com/read/177286/9460759
h lib.h
#ifndef __LIB_H__
#define __LIB_H__
//#include "io.h"
//#include "sysdrv.h" //驱动抽象层头文件
#include "../inc/macro.h"
#define printk printf
/***********************System define******
www.eeworm.com/read/176736/9485543
h rs232x3.h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (C), 2005, Emtronix Tech. Co., Ltd.
* File name: RS232X3.CPP
* Module name: ETR232i模块的串口驱动API函数
* Author/
www.eeworm.com/read/168676/9902284
c lcd12864.c
/******************************************************************************
/* LCD12864驱动程序
/* 文 件 名:LCD12864
/* 创建时间:2004年12月24日
/* 创 建 人:胡勇刚
/* Email: hygbeyond@163.com
//**********
www.eeworm.com/read/168676/9902287
_c lcd12864._c
/******************************************************************************
/* LCD12864驱动程序
/* 文 件 名:LCD12864
/* 创建时间:2004年12月24日
/* 创 建 人:胡勇刚
/* Email: hygbeyond@163.com
//**********