代码搜索:底层驱动
找到约 10,000 项符合「底层驱动」的源代码
代码结果 10,000
www.eeworm.com/read/398414/2381007
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/398414/2381027
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/398414/2381144
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/394308/2458980
h watchdog.h
/****************************************************************************
* 文 件 名:Watchdog.h
* 版 本: V1.0
* 连 接:
* 功 能:看门狗驱动
* 作者:黄振升
* 日 期:2007/12/21
*---------------历史版本信息--
www.eeworm.com/read/394308/2458981
c watchdog.c
/****************************************************************************
* 文 件 名:Watchdog.c
* 版 本: V1.0
* 连 接:
* 功 能:看门狗驱动
* 作者:黄振升
* 日 期:2007/12/21
*---------------历史版本信息--
www.eeworm.com/read/394308/2458990
c shuma.c
/****************************************************************************
* 文 件 名:shuma.c
* 版 本: V1.0
* 功 能:数码管驱动程序
* 连 接:
* 说 明:
* 作者:黄振升
* 日期:2007/08/23
*---------------
www.eeworm.com/read/394308/2458991
h shuma.h
/****************************************************************************
* 文 件 名:shuma.c
* 版 本: V1.0
* 功 能:数码管驱动程序
* 连 接:
* 说 明:
* 作者:黄振升
* 日期:2007/08/23
*---------------
www.eeworm.com/read/394308/2459005
h eint.h
/****************************************************************************
* 文 件 名:EINT_Driver.h
* 版 本: V1.0
* 连 接:
* 功 能:外中断驱动头文件
* 作者:黄振升
* 日期:2007/8/20
*---------------历史版本
www.eeworm.com/read/394308/2459006
c eint.c
/****************************************************************************
* 文 件 名:EINT_Driver.c
* 版 本: V1.0
* 连 接:
* 功 能:外中断驱动源文件
* 作者:黄振升
* 日期:2007/8/20
*---------------历史版本
www.eeworm.com/read/371882/2778453
java jdbconnection.java
package com.wy.tool;
import java.sql.*;
public class JDBConnection {
private String dbDriver = "com.microsoft.jdbc.sqlserver.SQLServerDriver"; // 数据库的驱动
private String url = "jdbc:microsof