-
SIFT_area_match
说明: SIFT算法的区域匹配,比原有的SIFT+KD树匹配更加高效、准确。(different area SIFT algorithm which is better than the original SIFT and KD tree match.)
- 2021-04-22 15:18:48下载
- 积分:1
-
vrp-jieyuelichengsuanfa
数模vrp问题---节约里程算法C++代码 (vrp saving mileage algorithm C++ code。)
- 2013-08-18 11:16:42下载
- 积分:1
-
IEEEstandardCommonFormatforTransientData
IEEE standard Common Format for Transient Data Exchange (COMTRADE) for power systems.pdf电力系统故障录波的标准数据格式(IEEE standard Common Format for Transient Data Exchange (COMTRADE) for power systems.pdf power system fault recorder standard data format)
- 2007-10-10 10:02:37下载
- 积分:1
-
speed
采用霍尔传感器3020T,根据霍尔效应原理,在电机转轴边沿上放一永久磁钢,转轴附近放一个别3020T,当转轴旋转时,受磁钢的影响,霍地尔器件输出脉冲信号,送至单片机中断引脚,转速计数加1,单片机内部产生5s的定时,计算出1分钟的转速,送至显示单元,(Using Hall sensors 3020T, according to Hall-effect principle, the motor shaft of a permanent magnet placed on the edge, do not put a shaft near the 3020T, when the shaft rotates by magnet effect, HUO Di Seoul device output pulse signal, sent to microcontroller interrupt pin, speed count plus 1, the microcontroller internally generated timing 5s to calculate the speed of 1 minute, sent to the display unit,)
- 2010-12-18 22:35:31下载
- 积分:1
-
康软人力资源管理系统源码
开发环境为Visual Studio 2010,数据库为SQL Server 2008,数据库文件在DB_51aspx文件夹中附加就行。管理员用户名admin 密码admin888 一般用户:用户名lilei 密码123456
- 2019-11-30下载
- 积分:1
-
基于LPC2368的UCOSII系统框架例程
基于LPC2368的UCOSII系统框架包括ADC、外部中断、PWM、UART(0 1 2 3 )例程
- 2022-03-12 05:17:39下载
- 积分:1
-
Visual C# Timer 构建的进度条演示
Visual C# Timer 构建的进度条演示,progressBar进度条的建立与使用,简单的范例,面向C#的初级开发者,希望初学者能够熟悉Loading如何创作哦,以下代码可以参考:
private void timer1_Tick(object sender, EventArgs e)
{
//使用三元运算符为progressBar的Value值自加1
progressBar1.Value = ++progressBar1.Value > 1000 - 1 ? 0 : progressBar1.Value;
//显示载入百分比
label2.Text = string.Format("已经载入{0}%", (int)(progressBar1.Value / 1000f * 100));
}
- 2022-04-16 04:00:01下载
- 积分:1
-
xunjixiaoche
带有脉宽调制PWM的循迹小车,可是小车平滑转弯,可让小车能转锐角弯道(选择有道专业翻译,译文更精准! 自动检测语言 自动检测语言
中文 » 英语
中文 » 日语
中文 » 韩语
中文 » 法语
英语 » 中文
日语 » 中文
韩语 » 中文
法语 » 中文
-支持中英、中日、中韩、中法互译-支持网页翻译,在输入框直接输入网页地址即可, 查看示例-下载最好用的免费全能翻译软件- 有道词典 划词 双语对照 全屏阅读 关闭全屏阅读 中文 » 英语<~ 复制
With pulse width modulation PWM comprehensively trace the small car, but the small car smooth turning, can let the car can turn acute Angle corners
)
- 2012-03-29 22:21:31下载
- 积分:1
-
FFT源代码及其物理意义的详细解释
尽管非常多人都知道FFT是什么,能够用来做什么,怎么去做,可是却不知道FFT之后的结果是什意思、怎样决定要使用多少点来做FFT,本篇文章详细描述FFT的物理意义并且附源代码
- 2023-08-21 09:50:03下载
- 积分:1
-
在 C 中的迷你编译器
这是 c.迷你编译器在 c 的编译器。
这是一个简单的迷你 C 编译器使用 Lex 和 Yacc。
编译步骤
$ lex 幅度
$ yacc c.y
$ gcc y.tab.c-ll-ly
$./a.out [文件名]
- 2023-01-18 07:00:04下载
- 积分:1