代码搜索:drive 开发教程
找到约 10,000 项符合「drive 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/455112/7377962
sbr drive.sbr
www.eeworm.com/read/443753/7624220
bmp drive.bmp
www.eeworm.com/read/442820/7644341
bmp drive.bmp
www.eeworm.com/read/442661/7647453
bmp drive.bmp
www.eeworm.com/read/439221/7714362
pcb drive.pcb
www.eeworm.com/read/299942/7819564
vhd drive.vhd
--dirve
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity drive is
port(din:in std_logic_vector(3 downto 0);
dout:out
www.eeworm.com/read/299942/7819579
sym drive.sym
www.eeworm.com/read/197282/8006148
c drive.c
#include "stdio.h"
#include "nand.h"
/****************** 延时子程序 ******************/
void FlashDelay(int FlashDelay) //用于适应芯片的时序
{
int i;
for(i=
www.eeworm.com/read/296772/8078167
h drive.h
#include
#include
#include"Class/UserDB.h"
void Window(); //打印开始界面
int iSubmit_menu();
www.eeworm.com/read/296772/8078332
cpp drive.cpp
#include"Drive.h"
int iMember_menu();
void main(){
Window(); //关于程序
int iChoice = iSubmit_menu(); //登陆菜单
CUserDB UserDB; //建立会员库
switch( iChoice ){
case 1: //管理员登录
break;
case 2