代码搜索结果
找到约 10,000 项符合
USB 的代码
usbò»+
// MFCAppDlg.h : header file
//
#if !defined(AFX_MFCAPPDLG_H__A492704C_3E64_46B5_BF3D_6333120917DC__INCLUDED_)
#define AFX_MFCAPPDLG_H__A492704C_3E64_46B5_BF3D_6333120917DC__INCLUDED_
#if _MSC
usbò»+
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__1
usbò»+
// MFCApp.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MFCApp.h"
#include "MFCAppDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
usbò»+
// stdafx.cpp : source file that includes just the standard includes
// MFCApp.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
usbò»+
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
usbò»+
// OpenByIntf.cpp - open device by device interface
// Copyright (c) 1998 Compuware Corporation
#define NOCRYPT // prevent attempt to include missing files
#define _INC_EXCPT // prevent excpt.
usbò»+
各目录说明如下:
⑴ common
驱动程序和应用程序共有的代码;
⑵ driver
PC机<mark>USB</mark>驱动程序,基于DriverStudio编写;
⑶ firmware
单片机固件程序,基于D12的<mark>USB</mark>传输控制;
⑷ <mark>usb</mark>test
PC机Win32用户层界面程序,目前可以通过8个LED按钮控制TX-1B上的LED的亮灭.
操作步骤:
(1) 下载固件程 ...