代码搜索:VFD驱动

找到约 10,000 项符合「VFD驱动」的源代码

代码结果 10,000
www.eeworm.com/read/157207/5607105

h zlg7289.h

/**************************************************************************** * File:ZLG7289.H * 功能:ZLG7289A键盘显示芯片显示驱动程序。(头文件) * 说明:MCS-51单片机,晶振不要大于12MHz。 *****************************************
www.eeworm.com/read/155906/5617630

c moto_pwm.c

/////////直流电机驱动调试电路////////////// /////////moto_PWM.c////////////////////////// #include typedef unsigned int uint; typedef unsigned char uchar; typedef unsigned long ulong; #defin
www.eeworm.com/read/155859/5618023

c moto_pwm.c

/////////直流电机驱动调试电路////////////// /////////moto_PWM.c////////////////////////// #include typedef unsigned int uint; typedef unsigned char uchar; typedef unsigned long ulong; #defin
www.eeworm.com/read/475620/6774358

c 8810.c

/******************************************** ht9200/ht9170程序 双音多频接收发射驱动程序 ********************************************/ #include "stc89c52.h" #include "12232.h" #include #include
www.eeworm.com/read/295669/8147147

txt b.txt

[Linker Error] 'G:\黎鉴工作目录\安装删除驱动程序C++调试通过源代码\NEWDEV.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
www.eeworm.com/read/270043/11049905

c lm2035.c

/*============================ LM2035驱动程序 文件名:LM2035.c ===============================*/ #include"hardwareinterface.h" #define fclk_in 11059200 //LM2035的基准频率 /*===========正弦波串行数
www.eeworm.com/read/269419/11098662

c 挽救软盘.c

#include [dos.h] main () {int i,j,dh,ch; a: printf ("Select drive/选定驱动器: (0->A/1->B) \n"); scanf(" %d",&ch); if (1 goto a; printf ("Slect disk/选
www.eeworm.com/read/268587/11132566

c hd44780.c

#include"URM37_51demo.H" /******************************* * HD44780 16×2液晶驱动 ********************************/ void Delay_ms(uchar ms) { uchar i; for(;ms>0;ms--) for(i=250;i>0;i--)
www.eeworm.com/read/267358/11181813

c filter.c

///////////////////////////////////////////////////// // filter.c文件 // 这个文件包含了驱动程序中过滤相关的代码 过滤部分 #include "precomp.h" #pragma hdrstop #include "iocommon.h" #include "protoinfo.h"
www.eeworm.com/read/411767/11227113

java constants.java

package config; public class Constants { public static final String dbdriver = "com.mysql.jdbc.Driver";//数据库JDBC驱动程序名称 public static String dburl = "jdbc:mysql://localhost/booksto