登录
首页 » Visual C++ » vcMfcUsbPort

vcMfcUsbPort

于 2021-01-12 发布 文件大小:3734KB
0 170
下载积分: 1 下载次数: 91

代码说明:

  vc6.0编写的usbhid通信的上位机。 venderID=0x0483,设备号 对应productID=0x5750 请在代码中更改(PC vc6.0 prepared usbhid communication. venderID = 0x0483, device number corresponds productID = 0x5750 Change the code)

文件列表:

vcMfcUsbPort完整上位机源码
..........................\basetsd.h,6381,2006-09-13
..........................\Debug
..........................\.....\DlgProxy.obj,20306,2013-10-18
..........................\.....\DlgProxy.sbr,0,2013-10-18
..........................\.....\StdAfx.obj,105328,2013-09-29
..........................\.....\StdAfx.sbr,1366524,2013-09-29
..........................\.....\UsbPort.bsc,3818496,2013-10-18
..........................\.....\UsbPort.exe,118838,2013-10-18
..........................\.....\UsbPort.ilk,307032,2013-10-18
..........................\.....\UsbPort.obj,12762,2013-10-18
..........................\.....\UsbPort.pch,6941528,2013-09-29
..........................\.....\UsbPort.pdb,443392,2013-10-18
..........................\.....\UsbPort.res,2852,2013-10-18
..........................\.....\UsbPort.sbr,0,2013-10-18
..........................\.....\UsbPort.tlb,1476,2013-10-18
..........................\.....\UsbPortDlg.obj,48678,2013-10-18
..........................\.....\UsbPortDlg.sbr,0,2013-10-18
..........................\.....\vc60.idb,214016,2013-10-21
..........................\.....\vc60.pdb,389120,2013-10-18
..........................\DlgProxy.cpp,2988,2013-09-29
..........................\DlgProxy.h,1650,2013-09-29
..........................\HID
..........................\...\hid.lib,12384,2001-08-17
..........................\...\hidusage.h,11028,2001-08-17
..........................\...\setupapi.lib,141048,2001-07-21
..........................\hid.lib,11394,2006-09-13
..........................\hidclass.h,4224,2006-09-13
..........................\hidclass.lib,1766,2006-09-13
..........................\hidparse.lib,9212,2006-09-13
..........................\hidpddi.h,9500,2006-09-13
..........................\hidpi.h,80537,2006-09-13
..........................\hidsdi.h,12126,2006-09-13
..........................\hidusage.h,10968,2006-09-13
..........................\readme.docx,32022,2013-10-21
..........................\ReadMe.txt,4526,2013-09-29
..........................\res

..........................\...\UsbPort.rc2,399,2013-09-29
..........................\resource.h,914,2013-10-18
..........................\setupapi.lib,151818,2006-09-13
..........................\StdAfx.cpp,209,2013-09-29
..........................\StdAfx.h,1742,2013-09-29
..........................\UsbPort.aps,21620,2013-10-21
..........................\UsbPort.clw,1569,2013-10-21
..........................\UsbPort.cpp,2677,2013-09-29
..........................\UsbPort.dep,460,2013-09-29
..........................\UsbPort.dsp,4689,2013-09-29
..........................\UsbPort.dsw,520,2013-09-29
..........................\UsbPort.h,1335,2013-09-29
..........................\UsbPort.mak,7747,2013-09-29
..........................\UsbPort.ncb,74752,2013-10-21
..........................\UsbPort.odl,1058,2013-10-18
..........................\UsbPort.opt,50688,2013-10-21
..........................\UsbPort.plg,248,2013-10-21
..........................\UsbPort.rc,5797,2013-10-18
..........................\UsbPort.reg,699,2013-09-29
..........................\UsbPortDlg.cpp,14488,2013-10-18
..........................\UsbPortDlg.h,1856,2013-10-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ToolTip
    vc 下如何使用tooltip, vc 下如何使用tooltip, vc 下如何使用tooltip(vc how to use the tooltip, vc how to use the tooltip, vc how to use the tooltip)
    2010-05-06 12:47:43下载
    积分:1
  • EULER1
    说明:  Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
    2006-03-29 21:31:15下载
    积分:1
  • ARMVI_FTPServer
    wince 下ftp 服务,是wince下ftp服务器端得工具。挺好的东西!(wince under the ftp service is wince under the ftp server-side too tool. Quite good stuff!)
    2009-09-27 11:30:32下载
    积分:1
  • 1335
    12864的DSP显示资料,可用于开发液晶显示(12864 of the DSP display data can be used to develop liquid crystal display)
    2010-08-20 10:05:09下载
    积分:1
  • PCtoLCD2002
    字摸提取软件,可以是图片,可以是汉字,并且大小可调,好用至极(Braille extraction software, which can be pictures, which can be characters, and the size is adjustable, extremely easy to use)
    2013-08-22 21:02:23下载
    积分:1
  • 805955
    一个可以观察本机上网过程的小程序,使用了SHDocVw组件和MSHTML组件,()
    2018-02-14 10:47:45下载
    积分:1
  • MFC-puzzle
    MFC拼图自己实现的mfc拼图实现了在dialog中显示位图(MFC puzzle)
    2014-07-13 20:12:34下载
    积分:1
  • 2005326231325778
    一个挂钩鼠标,模拟鼠标移动HHOOK的原代码,希望对朋友们有用,(It is a mouse hook program, simulating a mouse moving. Hope it helpful.)
    2005-04-13 12:27:19下载
    积分:1
  • Forward-intersection-
    摄影测量后方交会代码:输入像点坐标即可算出6个外方位元素。(Photogrammetry resection code: input like some coordinates can work out six foreign a elements. )
    2012-01-07 21:00:41下载
    积分:1
  • simple-stack
    一个用codeblack 编写的简单地栈,在控制台下可以进行简单的增删改的操作(A written in codeblack and simply stack, console simple CRUD operations)
    2012-12-12 20:57:31下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载