-
Panoramastitch
全景图像拼接,采用sift特征点进行特征匹配,然后Ransac筛选,配准图像,经过图像融合,实现无缝拼接。改代码为命令行形式,有需要需要自行修改!
- 2022-07-24 08:30:55下载
- 积分:1
-
This article shall describe a very simple approach to working with a GPS device...
This article shall describe a very simple approach to working with a GPS device within the context of a Visual Basic 2005 application. This article does not address how the GPS device works or everything that can be gleaned from the NEMA 0183 string outputted from most GPS devices rather, the article is intended for those just interested in getting present position from a GPS and using that point to do something interesting like show you where you are on a map.-This article shall describe a very simple approach to working with a GPS device within the context of a Visual Basic 2005 application. This article does not address how the GPS device works or everything that can be gleaned from the NEMA 0183 string outputted from most GPS devices rather, the article is intended for those just interested in getting present position from a GPS and using that point to do something interesting like show you where you are on a map.
- 2022-08-19 17:43:14下载
- 积分:1
-
开源软件与游戏本、 HawkVoice
HawkVoice 是一个游戏的面向,多人游戏的声音通过网络发布下 GNU 库通用公共许可证 (LGPL),Linux ® /UNIX ® 系统和 Windows ® 9 x/ME/NT/2000年/XP/CE 支持的 API。它被设计为 Microsoft ® DirectPlay ® 声音在 DX8 9 一个便携式的、 免费的开放源代码的代码替代。它提供了使用几个免费的语音编解码器的语音压缩。极低比特率 (VLB) 编解码器、 那些较少比 6 Kbps,针对人类语音的压缩优化-HawkVoice 是一个游戏的面向,多人游戏的声音在网络发布下 GNU 库通用公共许可证 (LGPL),Linux ® /UNIX ® 系统和 Windows ® 9 x/ME/NT/2000年/XP/CE 支持的 API。它被设计为 Microsoft ® DirectPlay ® 声音在 DX8 9 一个便携式的、 免费的开放源代码的代码替代。它提供了使用几个免费的语音编解码器的语音压缩。极低比特率 (VLB) 编解码器、 那些较少比 6 Kbps,优化人类语音的压缩。
- 2022-06-18 23:34:03下载
- 积分:1
-
POJ解题报告,包括对题目的分析,算法优略的评述,多种方法的提供...
POJ解题报告,包括对题目的分析,算法优略的评述,多种方法的提供-POJ Solution report, including analysis of the topic, the algorithm slightly superior to the comments of the various methods available
- 2022-10-10 12:55:03下载
- 积分:1
-
该程序主要演示如何在windows操作系统下面如何记录键盘案件
该程序主要演示如何在windows操作系统下面如何记录键盘案件-This program mainly demonstrate how to record the
keyboard in windows operation.
- 2022-07-02 14:47:45下载
- 积分:1
-
gfdg en dfdf lgdfk dfsf dfhsf
dfgfdgddescription(英文):(提示:至少100)
- 2022-08-22 07:58:40下载
- 积分:1
-
winform更换皮肤
winform 更换皮肤,切换主题。
- 2022-01-25 16:39:52下载
- 积分:1
-
基于OMNeT++实现的路由协议
演示静态最短路径路由。在设置路由表模拟使用 cTopology 类的开始。该模型是故意保持简单,便于理解。网络拓扑结构一个广泛称为"NTT 脊梁",和它是亲生法鲁克作出了贡献。每个节点独立,查询网络的拓扑结构,使用 cTopology对象。然后它计算到每个其他节点,最短路径和存储路径下一跳表中的第一个节点。(实际的表包含到下一跳节点不是本身 — — 表的节点地址的端口号因此,提供目标地址-> 下一跃点地址的映射)。所有上述的需要有一次,置于这种模拟的开始。拓扑结构是静态的期间仿真,并因此采用箍筋的要尽一切努力保有的节点不需要最新的表中。采用箍筋的模型中的没有路由协议。一旦设置的路由表,节点开始随意发送的数据包时间间隔。每个节点获取目标地址的列表中的参数,并为每个数据包它随机选择一个目的地从列表。有两个应用程序提供: 应用程序生成具有指数间隔的数据包倍,而 BurstyApp 交替之间活动和空闲的时间。BurstyApp 的执行演示 Fsm (有限状态机) 的使用。
- 2022-11-20 17:20:04下载
- 积分:1
-
用来发送网内信息的.(使用net send)
用来发送网内信息的.(使用net send)-used to send messages within the network. (Using net send)
- 2022-09-12 06:25:03下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1