rf_usb_files.txt
来自「VC下USB的驱动代码,及其相关操作检测。」· 文本 代码 · 共 31 行
TXT
31 行
The DriverWizard has created a sample application which diagnoses your hardware.
C:/project/rf_usb_files.txt
A detailed overview of all the generated files generated.
C:/project/rf_usb_diag.c
The sample application which diagnoses your hardware using
the usb_diag_lib library.
C:/project/msdev/rf_usb_diag.dsw
Microsoft Developer Studio WorkSpace File.
C:/project/msdev/rf_usb_diag.dsp
Microsoft Developer Studio Project File.
C:/project/rf_usb.inf
A formatted reference file for Windows that contains
information about installation files and devices, such as
filenames, version information and so on.
Compiling this project:
For MSDEV 6,5, open MSDEV, load msdev\rf_usb_diag.dsw and compile
Converting to a GUI application:
This sample was written as a console mode application (rather than
a GUI application) that uses standard input and standard output.
This was done in order to simplify the source code. You may change it
into a GUI application by removing all calls to printf() and scanf()
functions, and calling MessageBox() instead.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?