-
ask
基于单片机开发的无线识别装置系统中使用的应答器程序代码(The development of microcontroller-based system using wireless identification device transponder code)
- 2011-08-07 12:00:31下载
- 积分:1
-
STM32F407-openmv-project-
基于STM32F407的openmv项目设计资料
通过摄像头可以把图像实时传输给显示屏显示。(This release supports application over five platforms. Under installation directory there is a directory for every platform containing supported applications. Each application contains webpage link showing how to use the application. Application also contain binary file along with the flashing tool to burn the binary.)
- 2017-04-18 19:53:17下载
- 积分:1
-
79952594avr-mdb-interface-master
mdb using avr developed for usage
- 2020-06-16 00:40:01下载
- 积分:1
-
贪吃蛇游戏
是的,又是蛇的游戏,如果你不无聊呢。你一定见过很多不同的语言创建蛇游戏。但你可曾见过一条蛇游戏,是可控的都是由键盘和操纵杆?没错,这就是蛇游戏之间的区别
- 2022-03-22 14:40:26下载
- 积分:1
-
基于霍夫变换的硬币检测
本程序主要是基于霍夫变换实现的硬币检测,以一定的数学方法快速的识别出图片中所有硬币,并进行分类计数,适合初学者进行学习图像处理时使用
- 2022-04-28 21:39:03下载
- 积分:1
-
rfm
利用vc++方法实现有理函数模型计算有理函数系数(RFM model)
- 2021-03-05 15:29:32下载
- 积分:1
-
C# 获取当前时区的标准时区名称
C# 获取当前时区的标准时区名称:private void button1_Click(object sender, EventArgs e)
{//获取当前时区的标准时区名称
var MyInfo="当前时区的标准名称是:";
if(TimeZone.CurrentTimeZone.IsDaylightSavingTime(DateTime.Now))
MyInfo+= TimeZone.CurrentTimeZone.DaylightName;
else
MyInfo+= TimeZone.CurrentTimeZone.StandardName;
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2022-04-27 18:00:04下载
- 积分:1
-
8051fx_wdog
This example program shows how to configure PCA Module 4 as a
watchdog timer. In this example, the watchdog is configured to
overflow after 0xFF00 clock cycles.
- 2007-11-22 20:59:22下载
- 积分:1
-
c语言 写的内存分配 示例源码
自己写的内存分配
- 2014-12-21下载
- 积分:1
-
solve-equation
matlab用来解一般线性或者非线性方程的方法及标准应用公式。(matlab used to solve a general linear or nonlinear equations and application of formulas.)
- 2012-06-08 10:45:34下载
- 积分:1