-
BTDragDropFTP
资源描述BTDragDropFTP,说明:BTDragDropFTP 构件是一个具备 FTP 功能的构件,并能够接收由资源管理器或是文件夹中拖放而来的文件加以传送 ( 1.0 版,附源码 )
- 2022-08-05 15:43:38下载
- 积分:1
-
simulation windows date
模拟windows 日期-时间-simulation windows date-time
- 2023-04-17 05:50:03下载
- 积分:1
-
Trading software of amenities using visual basic
Trading software of amenities using visual basic
- 2022-01-28 16:16:07下载
- 积分:1
-
基于VC的H264解码库,支H264视频流解码
基于VC++的H264解码库,支H264视频流解码
- 2022-03-10 17:59:57下载
- 积分:1
-
Dislay 7 segments
Dislay 7 segments -Dislay 7 segments ..........................................
- 2022-01-25 22:07:01下载
- 积分:1
-
软件信号发生器
software signal generator
- 2022-09-21 08:20:03下载
- 积分:1
-
Convert experimental data to hex format
Convert experimental data to hex format
- 2022-05-21 17:26:18下载
- 积分:1
-
0-1背包问题
给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
- 2022-01-25 23:07:45下载
- 积分:1
-
根据鼠标的移动来识别文本,类似于屏幕功能…
根据鼠标移动来来识别文字,类似金山词霸的屏幕取词功能-According to the mouse movement to identify the text, similar to the Screen function PowerWord
- 2022-01-25 14:03:32下载
- 积分:1
-
網路上找的 generic hid 連線傳輸
Windows programming
You can use Windows" built-in HID (human interface device) drivers to communicate with devices that conform to the USB"s HID class specification. There"s no need for a custom driver; the device uses the drivers included in Windows. Use any programming language that supports calling API functions. The device doesn"t have to have a "human interface." Any device that can function within the limits of the HID specification (control and interrupt transfers only) may be able to be designed as a HID.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 19:51:55下载
- 积分:1