搜索:State Machine
找到约 764 项符合「State Machine」的查询结果
结果 764
按分类筛选
- 全部
- 技术资料 (201)
- matlab例程 (58)
- 书籍 (39)
- 人工智能/神经网络 (39)
- 其他书籍 (36)
- 其他 (29)
- VHDL/FPGA/Verilog (25)
- 单片机编程 (20)
- 单片机开发 (19)
- Java编程 (12)
- 数学计算 (12)
- 数值算法/人工智能 (11)
- Java书籍 (11)
- 电子书籍 (9)
- Linux/Unix编程 (9)
- 文件格式 (9)
- 文章/文档 (9)
- 数据结构 (9)
- 软件设计/软件工程 (9)
- VC书籍 (9)
- 可编程逻辑 (8)
- 编译器/解释器 (7)
- 行业发展研究 (7)
- 通讯/手机编程 (6)
- 软件工程 (6)
- Internet/网络编程 (6)
- 通讯编程文档 (6)
- VIP专区 (6)
- 论文 (5)
- 加密解密 (5)
- 操作系统开发 (5)
- 网络 (5)
- 嵌入式/单片机编程 (5)
- 其他嵌入式/单片机内容 (5)
- 嵌入式综合 (4)
- 驱动编程 (4)
- 汇编语言 (4)
- 微处理器开发 (4)
- 电源技术 (3)
- 学术论文 (3)
- 数据库系统 (3)
- 开发工具 (3)
- 模拟电子 (3)
- 串口编程 (3)
- 编辑器/阅读器 (3)
- *行业应用 (3)
- 其他数据库 (3)
- Delphi控件源码 (3)
- 其他行业 (3)
- 无线通信 (2)
- Linux/uClinux/Unix编程 (2)
- 仿真技术 (2)
- 图形图像 (2)
- ARM (2)
- 工控技术 (2)
- 教程资料 (2)
- Mentor (2)
- 游戏 (2)
- Applet (2)
- 技术管理 (2)
- 系统设计方案 (2)
- JavaScript (2)
- 3G开发 (2)
- 习题答案 (1)
- PCB相关 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- DSP编程 (1)
- 书籍源码 (1)
- 技术书籍 (1)
- 资料/手册 (1)
- 测试测量 (1)
- 单片机相关 (1)
- 实用工具 (1)
- 电机控制 (1)
- allegro (1)
- 压缩解压 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- USB编程 (1)
- 嵌入式Linux (1)
- BREW编程 (1)
- STL (1)
- Delphi/CppBuilder (1)
- 交通/航空行业 (1)
- Symbian (1)
- Windows Mobile (1)
- 医药行业 (1)
- TAPI编程 (1)
- 中间件编程 (1)
- SQL Server (1)
- GPS编程 (1)
- 精品软件 (1)
https://www.eeworm.com/dl/655/370113.html
微处理器开发
Many of the pattern fi nding algorithms such as decision tree, classifi cation rules and c
Many of the pattern &#64257 nding algorithms such as decision tree, classi&#64257 cation rules and clustering
techniques that are frequently used in data mining have been developed in machine learning
research community. Frequent pattern and association rule mining is one of the ...
https://www.eeworm.com/vipdownload/638.html
VIP专区
100+篇深度学习英文论文资料合集
2.5 Neural Turing Machine
-
2.1 Model
-
.DS_Store
10KB
2.4 RNN Sequence-to-Sequence Model
-
2.8 One Shot Deep Learning
-
2.7 Deep Transfer Learning Lifelong Learning especially for RL
-
2.2 Optimization
-
1.4 Speech Recognition Evolution
-
1.2 Deep Belief Network(DBN)(Milestone o ...
https://www.eeworm.com/dl/502/30319.html
单片机编程
lpc2478完全使用手册
NXP Semiconductor designed the LPC2400 microcontrollers around a 16-bit/32-bitARM7TDMI-S CPU core with real-time debug interfaces that include both JTAG andembedded Trace. The LPC2400 microcontrollers have 512 kB of on-chip high-speedFlash memory. This Flash memory includes a spe ...
https://www.eeworm.com/dl/665/243516.html
matlab例程
To estimate the input-output mapping with inputs x % and outputs y generated by the following nonli
To estimate the input-output mapping with inputs x
% and outputs y generated by the following nonlinear,
% nonstationary state space model:
% x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)]
% + 8cos(1.2t) + process noise
% y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3
% + ...
https://www.eeworm.com/dl/531/330760.html
操作系统开发
操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct
操作系统课程设计_进程调度演示源程序
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
typedef struct node
{
char name[10] /*进程标识符*/
int prio /*进程优先数*/
int round /*进程时间轮转时间片*/
int cputime /*进程占用CPU时间*/
int needtime /*进程到完成还要的时间*/
...
https://www.eeworm.com/dl/654/414286.html
数据结构
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 ...
https://www.eeworm.com/dl/631/438939.html
*行业应用
A Design and Implementation of The Online Shopping System Abstract: Along with the development
A Design and Implementation of The Online Shopping System
Abstract: Along with the development of the computer ,the database technique is widespread in the application of Internet, more and more , providing more thoughtful and humanized service for the large network customer. ...
https://www.eeworm.com/dl/647/454108.html
嵌入式/单片机编程
The objective is to set up SPI communication between VTI Technologies digital pressure sensor comp
The objective is to set up SPI communication between VTI Technologies digital pressure sensor
component and an MCU of an application device ATMEGA16L. In this code example:
?The MCU is configured
?SCP1000-D01 is initialized and configured
?The high resolution measurement mode is ...
https://www.eeworm.com/dl/522346.html
书籍
Smart Grid Inspired Future Technologies
We are very pleased to introduce the proceedings of the First EAI International
Conference on Smart Grid Inspired Future Technologies (SmartGIFT 2016). This was
the first SmartGIFT conference, aiming to create a forum for researches, developers,
and practitioners from both academ ...
https://www.eeworm.com/dl/577/14935.html
电机控制
基于DSP的双馈电机调速系统的研究
·【英文题名】 Search of Double-fed Machine Variable Speed System Based on DSP 【作者中文名】 沈睿; 【导师】 廖冬初; 【学位授予单位】 湖北工业大学; 【学科专业名称】 控制理论与控制工程 【学位年度】 2007 【论文级别】 硕士 【网络出版投稿人】 湖北工业大学 【网络出版投稿时间】 2008-09 ...