登录
首页 » Visual C++ » vcMfcUsbPort

vcMfcUsbPort

于 2021-01-12 发布 文件大小:3734KB
0 400
下载积分: 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 个回复

  • 18b20
    18b20的驱动程序,关键是时序,赶紧给我积分啊,急需(18b20 driver, the key is timing, and quickly give me points ah, need)
    2013-10-03 21:39:41下载
    积分:1
  • 阻塞率
    说明:  呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所有信道在此呼叫到达后才会结束服务,即当前忙,此呼叫被阻塞掉了(call blocking probability calculation and simulation : the time frame to consider. Whether or not blocked, the next call arrived at the present moment to call time arrived with a subordinate parameters/ index distribution of the call interval. A call arrived only judgment call and the arrival time each channel service has completed a moment : If the former than the latter an arbitrary, and at least one channel is completed service calls than this moment arrived moments earlier, that this channel is idle, call this success, should first get here Channel a moment of complete services for the current call home arrival time, coupled with the parameters obey the exponential distribution services; Conversely, if the former than the latter, all small, with all the Channel call arrived only aft)
    2005-11-05 23:39:50下载
    积分:1
  • VGAPlayer
    本播放器用于播放.vga格式的课件(大量西北工业大学的课件都是这种格式) 为了更好的使用本播放器,请注意以下几点: 1)视频文件(*.asf)必须和课件文件(*.vga)在同一个目 录下 2)同一节课具有相同的名字,例如01.asf对应01.vga, 反之亦然。 3)如有任何意见或建议请发邮件至dgx_lsyd3@163.com 或加QQ:259177377 (The player used to play. Vga courseware format (a large number of Northwestern Polytechnical University courseware is in this format) In order to better use of the player, please note the following: 1) the video file (*. asf) must be and courseware documents (*. vga) in the same directory 2) the same class with the same name, for example, 01.asf corresponding 01.vga, and vice versa. 3) If you have any comments or suggestions, please e-mail dgx_lsyd3@163.com or QQ: 259177377)
    2020-06-26 03:20:02下载
    积分:1
  • Calculator
    而as过热和高品位i哦将通过配额将分批doi公平我( U800Cas u8FC7 u70ED u548C u9AD8 u54C1 u4F4Di u54E6 u5C06 u901A u8FC7 u914D u989D u5C06 u5206 u6279doi u5E32 u5E73 u6211)
    2017-05-24 21:07:34下载
    积分:1
  • transformphoto
    使用visual c++ 编写的c语言源代码,能够实现图像的二值化处理,内含源码以及编译好的演示程序.(The use of visual c++ Prepared c language source code, to realize image binarization treatment, including source code and compiled demo program.)
    2008-05-08 01:47:35下载
    积分:1
  • IPAddress
    程序可以获取本机IP地址,需要先加载Socket库(Program can access the machine IP address, need to load the Socket Library)
    2009-12-09 14:40:14下载
    积分:1
  • VCPP-Code4
    VC++环境下用MSComm控件进行串口通讯编程 模型飞机测控平台(VC++ environment serial communication programming model aircraft monitoring platform with MSComm control)
    2014-05-10 10:27:17下载
    积分:1
  • MFC-ATL-SDK-Socket
    MFC、ATL、SDK、SOCKET 等概念的辨析,详细解读(The Concept of MFC, ATL, SOCKET, detailed interpretation)
    2013-04-09 13:26:24下载
    积分:1
  • Kv2008VirusUpdate_VC
    江民KV2008移动版病毒库升级程序,内含源码(Jiangmin KV2008 mobile version of the virus database update program, includes source code)
    2010-03-05 10:13:42下载
    积分:1
  • houghinit
    基于标准Hough变换的航迹起始,对采集的十帧数据进行分析,得到五条起始航迹(Standards-based Hough transform track initiation, the 10 data collected for analysis, the five initial track)
    2021-04-14 20:28:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载