代码搜索:TestUSB
找到约 795 项符合「TestUSB」的源代码
代码结果 795
www.eeworm.com/read/386330/8753754
opt testusb.opt
www.eeworm.com/read/386330/8753756
ncb testusb.ncb
www.eeworm.com/read/426738/9002470
vhd testusb.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity TestUSB is
end TestUSB;
architecture Test of TestUSB is
component USB
port(
-- usb接口
vp: in STD_LOGIC;
vm: in STD_LOG
www.eeworm.com/read/182334/9207310
c testusb.c
#include "includes.h"
#include "USB.h"
/*
**************************************************************************************************************
*
www.eeworm.com/read/362170/10014867
exe testusb.exe
www.eeworm.com/read/362170/10014878
ico testusb.ico
www.eeworm.com/read/362170/10014884
plg testusb.plg
Build Log
--------------------Configuration: TestUsb - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\lan
www.eeworm.com/read/362170/10014889
dsp testusb.dsp
# Microsoft Developer Studio Project File - Name="TestUsb" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/362170/10014897
cpp testusb.cpp
// TestUsb.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TestUsb.h"
#include "TestUsbDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/362170/10014901