登录
首页 » C# » USB-HID-upper-CSharp

USB-HID-upper-CSharp

于 2011-04-04 发布 文件大小:384KB
0 240
下载积分: 1 下载次数: 1

代码说明:

说明:  USB HID 设备 上位机界面 波形显示 C# 语言(USB HID upper computer C# )

文件列表:

usb上位机界面
.............\AssemblyInfo.cs,933,2005-03-29
.............\Backup
.............\......\AssemblyInfo.cs,933,2005-03-29
.............\......\Debugging.cs,1253,2005-04-07
.............\......\DebuggingDeclarations.cs,910,2005-03-30
.............\......\DeviceManagement.cs,17407,2005-04-07
.............\......\DeviceManagementDeclarations.cs,4690,2005-04-07
.............\......\FileIODeclarations.cs,2840,2005-04-07
.............\......\frmMain.cs,57863,2005-04-07
.............\......\frmMain.resX,24998,2005-03-29
.............\......\Hid.cs,31036,2005-04-07
.............\......\HidDeclarations.cs,5027,2005-04-07
.............\......\MainCode.cs,370,2005-03-29
.............\......\USBHIDIO.csproj,6331,2005-03-29
.............\......\USBHIDIO.csproj.user,1805,2005-04-07
.............\......\USBHIDIO.sln,901,2005-03-29
.............\bin
.............\...\Debug
.............\...\.....\HID_Test_Application.exe,61440,2011-02-20
.............\...\.....\HID_Test_Application.pdb,69120,2011-02-20
.............\...\.....\HID_Test_Application.vshost.exe,5632,2011-02-20
.............\...\.....\ZedGraph.dll,303104,2007-06-02
.............\Debugging.cs,1253,2005-04-07
.............\DebuggingDeclarations.cs,910,2005-03-30
.............\DeviceManagement.cs,17407,2005-04-07
.............\DeviceManagementDeclarations.cs,4690,2005-04-07
.............\FileIODeclarations.cs,2840,2005-04-07
.............\frmMain.cs,83216,2011-02-20
.............\frmMain.resx,6788,2011-02-19
.............\Hid.cs,32254,2007-02-06
.............\HidDeclarations.cs,5027,2005-04-07
.............\MainCode.cs,370,2005-03-29
.............\obj
.............\...\Debug
.............\...\.....\HID_Test_Application.exe,61440,2011-02-20
.............\...\.....\HID_Test_Application.frmMain.resources,180,2011-02-19
.............\...\.....\HID_Test_Application.pdb,69120,2011-02-20
.............\...\.....\ResolveAssemblyReference.cache,5202,2011-02-16
.............\...\.....\TempPE
.............\...\.....\USBHIDIO.csproj.GenerateResource.Cache,771,2011-02-19
.............\...\USBHIDIO.csproj.FileList.txt,286,2007-02-07
.............\...\USBHIDIO.csproj.FileListAbsolute.txt,2218,2011-02-20

.............\temp.psd,20693,2009-01-16
.............\Tempcol.resx,44327,2011-02-13
.............\UpgradeLog.XML,4400,2007-02-06
.............\USBHIDIO.csproj,5557,2011-02-16
.............\USBHIDIO.csproj.user,2083,2007-02-06
.............\USBHIDIO.sln,899,2007-02-06
.............\ZedGraph.dll,303104,2007-06-02
.............\_UpgradeReport_Files
.............\....................\UpgradeReport.css,3348,2007-02-06
.............\....................\UpgradeReport.xslt,12276,2005-09-23
.............\....................\UpgradeReport_Minus.gif
.............\....................\UpgradeReport_Plus.gif

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

发表评论

0 个回复

  • 28335LED
    说明:  非常经典的TMS320F28335点亮LED程序,适合初学者熟悉GPIO的设置(Very classic TMS320F28335 lighting LED program, suitable for beginners familiar with GPIO settings)
    2020-06-17 20:40:04下载
    积分:1
  • delete
    添加shape格式的地图文件,删除图层,移动图层,完美运行,谢谢支持(Map add shape format files, delete layers, moving layers, perfect run, thanks to support)
    2012-11-19 21:07:07下载
    积分:1
  • Praceedframe
    Frameed screensaver with frame
    2017-03-23 16:46:28下载
    积分:1
  • RemoteStartup
    说明:  远程开机的程序,有mfc,vc++,非常实用(Remote boot-consuming procedures, mfc, vc++, Very useful)
    2008-11-21 11:04:54下载
    积分:1
  • chengji
    一个c编写成绩系统 可以进行添加、删除、修改等操作 Dos界面(C prepare a performance system can add, delete, modify operation, such as Dos interface)
    2007-11-12 19:45:14下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • CDictionary
    简单英汉字典程序。功能包括装载单词信息,添加删除单词等。(Simple English-Chinese dictionary program. Features include loading the word information, add and delete words and so on.)
    2014-02-04 20:59:40下载
    积分:1
  • ezusb2131-0.1
    This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version of the License, or any later version.
    2009-04-25 10:34:37下载
    积分:1
  • TransformShow
    包含完整的DIB图像类,使用该类能完成大多数关于BMP文件的图像操作。示例中包含对于图像的不同角度旋转,镜像,缩放,裁剪,相框等图像变换效果。(Contains the complete the DIB image class, use the class to complete the most image manipulation BMP file. Included in the sample for the different angles of the image rotation, mirroring, scaling, cropping, picture frame image transformation effects.)
    2013-03-19 23:12:03下载
    积分:1
  • FFT_test
    FFT test program, can be used normally, for your reference
    2020-06-22 04:40:02下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载