搜索资源列表
an2557
- stm32实现了串口IAP功能,可以应对不同的硬件平台!-stm32 realized serial IAP function, you can cope with different hardware platform!
LPC2132-LCD_BMP
- LPC2132测试通过的BMP显示程序,和我上传的LCD程序配合即可,程序包括BMP格式头文件,KEIL下编译通过。-LPC2132 test showed that the BMP process, and I uploaded LCD procedures can cope with, the program format, including BMP header files, KEIL compiler passed under.
car
- 用VHDL实现的红外循迹小车程序,采用8个红外二极管(装在车头底部)识别路况,接L298电机驱动电路,能跑白色背景下的黑色赛道,且能应付道路分叉,孤岛及自启动等。-Implemented using VHDL infrared tracking car program, using eight infrared diodes (mounted on the front of the bottom) to identify traffic, then L298 motor driver circu
Wiley.Global.Positioning.Technologies.and.Perform
- The field of radionavigation signals and systems has seen significant growth in recent years. Satellite systems are very efficient, but owing to their limited exposure and/or availability in some environments, they do not cover the whole spectrum of
biotech
- This paper goes for a simple but elaborate measurement of the sensitivity of human health due to the radiation of mobile phone while using it. The possible risks by radio frequency electromagnetic field exposure of the human body are a major concern
asc
- PARTICLE SWARM OPTIMIZER IN NOISY AND CONTINUOUSLY CHANGING ENVIRONMENTS ABSTRACT In this paper we study the performance of the recently proposed Particle Swarm optimization method in the presence of noisy and continuously changing environm
ALLEGRO-PCB-ROUTER
- Cadence Allegro印制电路板布线器,作为Allegro系统互连设计平台的一个部分,是市场上领先的用于自动或者交互式互连布线的解决方案。设计用于应对各种布线挑战,从简单的设计到需要复杂、高速设计规则的高密度印制电路板,Allegro印制电路板布线器应用功能强大的基于形状的算法以求最高效地使用设计布线面积。结果提高了设计效率的同时还缩短设计周期。-Cadence Allegro PCB Router, Allegro system interconnect design platform
3800001
- 针对自适应故障诊断观测器需要误差系统满足苛刻的严格正实条件(Strictly positive real, SPR) 和难于处理输出 存在扰动的不确定性系统等问题, 提出了一种新型的增广故障诊断观测器的设计方法, 不仅显著地拓宽了自适应故障诊断观 测器的适用范围, 而且其具有处理系统扰动的良好性能. 在故障估计的基础上, 提出了动态输出反馈容错控制的设计方法, 避 免了基于观测器的状态反馈容错控制的设计难点. 同时, 故障诊断观测器和输出反馈容错控制是分开设计的, 并且又考虑了各
V01_1152--Report-PCtoUC
- PC TO microcontroller communication project report with code. The present life system of human beings is becoming fast and accurate. Society, now a days is moving at blazing speeds. To cope up with the twenty-first century i.e. with the speeds and
lua-5.3.2.tar
- Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。 Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。 一个完整的Lua解释器不过200k,在目前所