WHILE
共 453 篇文章
WHILE 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 453 篇文章,持续更新中。
Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne
Train a two layer neural network with a recursive prediction error
% algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully
% connected) networks can be trained.
%
% The activation fun
Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% netwo
MyTask、YouTask和ThreeTask 。在主函数中创建任务MyTask。而YouTask和ThreeTask由任务MyTaskTask创建
MyTask、YouTask和ThreeTask 。在主函数中创建任务MyTask。而YouTask和ThreeTask由任务MyTaskTask创建,其优先级分别为2、4、6。这三个任务都要占用资源s,任务YouTask访问时间短一些,在任务MyTask和任务ThreeTask利用while(OSTime<T) {}增加访问时间,T值分别为300,500。MyTask、YouTask和Th
利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。
#include <stdlib.h><br />
#include<stdio.h><br />
#include <malloc.h><br />
#define stack_init_size 100<br />
#define stackincrement 10<br />
typedef struct sqstack<br />
{<br />
int
This document contains official rules of the 3D soccer simulation competition at RoboCup 2006. Whil
This document contains official rules of the 3D soccer simulation competition
at RoboCup 2006. While we will try to cover all cases, if unexpected
events do occur, the rule committee will seek input
批处理感知器算法
<p>
批处理感知器算法的代码matlab
</p>
<p>
w1=[1,0.1,1.1;1,6.8,7.1;1,-3.5,-4.1;1,2.0,2.7;1,4.1,2.8;1,3.1,5.0;1,-0.8,-1.3;<br />
1,0.9,1.2;1,5.0,6.4;1,3.9,4.0];<br />
w2=[1,7.1,4.2;1,-1.4,-4.3;1,4.
do-while循环编译器设计,用C++语言编写的源代码.
do-while循环编译器设计,用C++语言编写的源代码.
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简
If you d like to create web-based applications easily, then this book is for you. More importantly,
If you d like to create web-based applications easily, then this book is for you. More importantly, it shows you
how to do that with joy and feel good about your own work! You don t need to know serv
51单片机C语言程序设计Proteus仿真实训
基础程序设计 01 闪烁的LED <br />
/* 名称闪烁的LED <br />
说明LED按设定的时间间隔闪烁 <br />
*/ <br />
#include<reg51.h> <br />
#define uchar unsigned char <br />
#define uint u
基于8051+Proteus仿真案例
基础程序设计 01 闪烁的LED <br />
/* 名称闪烁的LED <br />
说明LED按设定的时间间隔闪烁<br />
*/ <br />
#include<reg51.h> <br />
#define uchar unsigned char <br />
#define uint unsigne
while循环语句的翻译程序
while循环语句的翻译程序,以LL(1)文法实现,中间代码以三地址形式输出
基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序
基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式
基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序
基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式。
DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)编译原理课程设计
DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)编译原理课程设计
不好意思
不好意思,刚发的BianYiYuanLi为词法分析和语法分析,现在发的才是DO-WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)
A major goal of this book is to show to make devices that are inherently reliable by design. While a
A major goal of this book is to show to make devices that are inherently reliable by design. While a lot of attention has been given to “quality improvement,” the majority of the emphasis has been pla
Some paintings lyapunov chaotic attractor and the related terms, while the sub-critical and supercri
Some paintings lyapunov chaotic attractor and the related terms, while the sub-critical and supercritical classification
在单片机上实现火灾警报的功能
在单片机上实现火灾警报的功能,程序采用WHILE循环来做实现
While resting-state fMRI is drawing more and more attention, there has not been a software for its d
While resting-state fMRI is drawing more and more attention, there has not been a software for its data analysis. Based on MATLAB, we developed a package named REST. Currently REST has three main func