登录
首页 » Visual C++ » vcMfcUsbPort

vcMfcUsbPort

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

  • SVD
    用于构造任意矩阵的奇异值分解算法,VC版(Used to construct the arbitrary matrix singular value decomposition algorithm, VC version)
    2007-10-22 15:34:15下载
    积分:1
  • FDK-reconstruct
    通过vc2005编写的3D重建程序实现CT数据的三维重建过程,最终完成了重建。(Written by vc2005 3D reconstruction process, to achieve three-dimensional reconstruction of CT data)
    2016-07-12 11:39:57下载
    积分:1
  • sampleDemo
    一个比较简单的c++实例,一个比较简单的c++实例(sample demo)
    2015-10-26 10:30:05下载
    积分:1
  • newClientIOCP
    在前人基础上修改过的终端的IOCP源代码,在网络上下载的好多此类代码不能很好地运行,此代码已转为实用自己的项目。(Revised on the basis of the previous terminal IOCP source code on the Internet to download a lot of this type of code can not run well, this code has been converted to practical own projects.)
    2015-05-04 09:10:35下载
    积分:1
  • Csucha
    说明:  可以很好的帮助开发人员掌握c语言,很快的了解到c语言的美妙之处,希望大家喜欢。(May well help developers master c language, quickly learned c language beauty, hope you like.)
    2010-04-27 17:15:19下载
    积分:1
  • Rhapsody-0.1.8.tar
    sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装一些操作系统相关的接口函数。已完成event mutex sem thread pipe相关的封装 advance_container:提供优先级消息队列,普通消息队列,定时器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反应器)定时器 algorithm:补充了堆排序 与快速排序 所有代码均已在windows linux与uclinux + arm44b0平台下测试 欢迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com()
    2008-06-02 15:52:38下载
    积分:1
  • JustChat
    基于CS模式的聊天软件,具有加密功能,服务器端得数据库操作自己实现。(base on CS model chat tool)
    2011-07-28 11:22:52下载
    积分:1
  • opengl-mdl
    说明:  用opengl写的3D场景,可以导入反恐精英里面的任务模型。即可以导入骨骼动画(opengl C++ code Skeletal animation can be imported.)
    2010-03-29 14:04:58下载
    积分:1
  • Source-code-in-C-Sharp
    说明:  记事本源代码C#,大家可以看看,简介易上手(Notepad source code C#, we can see, Introduction approachable)
    2011-04-08 08:52:55下载
    积分:1
  • LCD12864_SPI
    STM32F103驱动12864,无乱码,亲测可用,SPI通信(STM32F103 drive 12864, no garbled, pro test available, SPI communication)
    2021-04-21 10:18:49下载
    积分:1
  • 696518资源总数
  • 105250会员总数
  • 16今日下载