登录
首页 » Delphi VCL » usb hid 控件

usb hid 控件

于 2023-09-09 发布 文件大小:161.30 kB
0 60
下载积分: 2 下载次数: 1

代码说明:

usb hid 控件-usb hid control

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

发表评论

0 个回复

  • 树的初始化代码,读入数的数据,生成有效树的基础
    树的初始化代码,读入数的数据,生成有效树的基础-Tree s initialization code, read-in number data, production effective tree s foundation
    2022-08-06 06:21:26下载
    积分:1
  • 这是一款用于超市前台管理的软件,适合中小超市使用。
    这是一款用于超市前台管理的软件,适合中小超市使用。-This is a front for the supermarket management software, suitable for the use of small and medium-sized supermarkets.
    2022-12-16 12:10:04下载
    积分:1
  • Delphi2005 B/S程序设计技巧集(15
    Delphi2005 B/S程序设计技巧集(15--22) 现在delphi 2005 B/S的书籍资料太少,几乎没有可参考的资料,这在一定程度上限制了delphi 2005的使用,相反C#,ASP的书籍资料到处都是。通过几个月的学习也算是总结了一点经验,从现在起我将陆续将ASP和C#的例子、技巧翻译到delphi 2005下面,希望对大家的学习和工作有帮助,毕竟.Net是一种发展趋势。我将不定期写新的内容,同时,如果你在工作或学习中有什么问题,我也会将问题加入本篇文章,另外,一个人的能力毕竟有限,也希望大家共同来解决问题。 宋雨炫-Delphi B/S programming skills sets (15-- 22) is now delphi 2005 B/S books so little information, almost no reference to the information, This, to a certain extent, limit the use of Delphi 2005, C# contrary, ASP information books are everywhere. Through several months of learning is also summed up the experiences that from now on I will continue, ASP and C# example, delphi translation skills to below 2,005, we hope to study and work there to help, After all. Net is a development trend. From time to time I will write the new content, and if you work or study any problem, I will also take the issue into this article, in addition to the ability of a person is limited, I hope we can jointly to solve the problem. SONG Xuan
    2022-03-07 19:01:25下载
    积分:1
  • The development of single documents and source code examples 12
    单路开发文档和源代码例子12-13 设置语音识别内容的列表,-The development of single documents and source code examples 12-13 setting the contents of a list of speech recognition,
    2022-11-20 01:00:04下载
    积分:1
  • 实现UP、DOWN原语 产生3个进程: 两个进程模拟需要进入临界区的用户进程。 当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程...
    实现UP、DOWN原语 产生3个进程: 两个进程模拟需要进入临界区的用户进程。 当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请; 申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”; 当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请; 当申请返回,显示:“进程x已退出临界区。” 一个进程作为原语的管理进程,接受其他进程的临界区进入请求: 如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回; 如果不允许进入,则进入循环等待,直到允许为止; 退出时模拟UP 操作。 进程间通信可以采用信号、消息传递、管道或网络通信方式。 -achieve UP, DOWN original language have three processes : process simulation of two critical needs for access to the users in the process. When the need to access critical areas, revealed : "The process of x request to enter the critical areas ...", and also to the management process applications; applied to return, entered a critical area. In the critical area to wait for a certain period of time random, and that : "the process of x is the critical area ..."; When the time ended, showed : "x withdraw from the process of critical areas ...", and also to withdraw from the process management applications; When applied to ret
    2023-08-26 18:05:03下载
    积分:1
  • 一个可设置窗口透明属性的控件,可让窗口透明、半透明,也可显示窗口的淡入/淡出效果。...
    一个可设置窗口透明属性的控件,可让窗口透明、半透明,也可显示窗口的淡入/淡出效果。-One can set the window transparent property of the controls that allow the window transparent, translucent, but also displays a window fade in/fade out effects.
    2023-01-15 03:40:03下载
    积分:1
  • Delphi界面控件,可以生成各种美观界面,并能提供源代码编辑.
    Delphi界面控件,可以生成各种美观界面,并能提供源代码编辑.-Delphi interface controls, can generate a variety of beautiful interface, and can provide the source code editor.
    2022-05-24 19:40:45下载
    积分:1
  • delphi编的播放器程序,能播放rm,avi格式的视频文件,适合于delphi的初学者阅读模仿...
    用delphi编的播放器程序,能播放rm,avi格式的视频文件,适合于delphi的初学者阅读模仿 -series with the player program, can play rm, avi video file format suitable for beginners delphi reading imitate
    2022-07-09 14:34:57下载
    积分:1
  • Memory management procedures, functions and FASTMM similar, PLEASE NOTE: There a...
    内存管理程序,功能与FASTMM相似,PLEASE NOTE: There are two ways to install BigBrain. You may use the memory manager code natively compiled into your EXE or you can use an included external DLL which will allow you to share memory across multiple DLLs with one central place for memory management. Using the DLL allows your application to share strings, and serves the same purpose as the ShareMem unit included with Delphi. BigBrainShareMem.dll should be 100% compatible with the DelphiMM.dll and could even simply be renamed to DelphiMM.dll to simplify deployment.-Memory management procedures, functions and FASTMM similar, PLEASE NOTE: There are two ways to install BigBrain. You may use the memory manager code natively compiled into your EXE or you can use an included external DLL which will allow you to share memory acrossmultiple DLLs with one central place for memory management. Using the DLLallows your application to share strings, and serves the same purposeas the ShareMem unit inc
    2022-10-25 22:25:02下载
    积分:1
  • FastReport 4.7.61
    FastReport 4.7.61 解决导出Excel,不能预览和乱码的问题-FastReport 4.7.61
    2022-01-25 21:52:04下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载