代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
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/361420/10053095
asm 18b20.asm
//======================================================
// 文件名称: 18b20.asm
// 功能描述: DS18B20的底层驱动
// 完成日期: 2006-10-10
//======================================================
.include spce0
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
www.eeworm.com/read/280938/10278569
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/280351/10336916
c test.c
#include
#include "fastIO.h"
#include "test.h"
#include "DeviceControl.h"
/*
* 驱动主入口函数
*/
NTSTATUS
DriverEntry(
IN PDRIVER_OBJECT DriverObject,
IN PUNICODE_STRING RegistryPath
www.eeworm.com/read/354267/10370231
h cm12864_driver.h
#ifndef _CM12864_Driver_H_
#define _CM12864_Driver_H_
#include "CONFIG.H"
/*------------------------------
LCD驱动方式及端口地址定义
/*----------------------------*/
#define _BUS_
#define _SMALL_
/*--