搜索结果
找到约 1,063 项符合
ICCAVR-V 的查询结果
其他 提出了利用FPGA的现场可编程以及可并行处理的特性
提出了利用FPGA的现场可编程以及可并行处理的特性,对基于人工神经网络的图像处理结构进行自动生成的一种技术。作者:Andre B. Soares, Altamiro A. Susin,Leticia V. Guimaraes
单片机开发 1. LED点阵依次显示绿色
1. LED点阵依次显示绿色,红色,橙色
2.LED点阵依次显示A,V,R的同时,改变颜色
3. AVR 文字从下往上移动的的同时,文字的颜色也在变化
单片机开发 AVR306串口程序例子----查询模式 Application Note AVR306 * Polled mode driver for UART, this is the similar to
AVR306串口程序例子----查询模式
Application Note AVR306
* Polled mode driver for UART, this is the similar to the
* library default putchar() and getchar() in ICCAVR
数学计算 runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)
runs Kalman-Bucy filter over observations matrix Z
for 1-step prediction onto matrix X (X can = Z)
with model order p
V = initial covariance of observation sequence noise
returns model parameter estimation sequence A,
sequence of predicted outcomes y_pred
and error matrix Ey (reshaped) for y and Ea ...
微处理器开发 基于LPC214X 的USB固件升级程序,通过USB接口来升级更新你的应用程序.基于LPC214X USB 固件升级源程序 (USB Firmware Upgrader source code )
基于LPC214X 的USB固件升级程序,通过USB接口来升级更新你的应用程序.基于LPC214X USB 固件升级源程序 (USB Firmware Upgrader source code )
基于含有USB固件升级的LPC214X例程
例程包含下面编译器的工程文件(Rowley CrossWorks Studio(GCC) 1.5, IAR ARM v.4.39, GCC 3.4 (4.10), ARM ADS 1.2, ARM RealView 2.2, Keil RVC ...
Jsp/Servlet 纯粹jsp的留言板,使用了mvc
纯粹jsp的留言板,使用了mvc,但v,和c也是用jsp写的
Java编程 武汉理工大学的WEB技术课件
武汉理工大学的WEB技术课件,讲述了JSP的M,V,C三个层,以及JAVA的一些
单片机开发 本书名字为《AVR单片机C语言开发入门指导》
本书名字为《AVR单片机C语言开发入门指导》,清华大学出版社出版。主要介绍用了C语言开发AVR入门,以ICCAVR编译器为主,非常适合初学AVR。
游戏 Huo Chess by Spiros (Spyridon) Kakos (http://www.kakos.com.gr) is a micro chess program in CLI C++ v
Huo Chess by Spiros (Spyridon) Kakos (http://www.kakos.com.gr) is a micro chess program in CLI C++ v8.0 that attempts to be smaller in size than the Commodore-era Microchess. The goal is to create the smallest chess program that exists. More versions are to come in the future.
数据结构 表达式类型的实现: 1、 一个表达式和一颗二叉树之间
表达式类型的实现:
1、 一个表达式和一颗二叉树之间,存在着自然的对应关系。
2、 假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^)。实现一下操作。
(1) ReadExpr(E)——以字符序列的形式输入语法正确的前缀表示式并构造表达式E。
(2) WritrExpr(E)——用带括弧的中缀表 ...