搜索结果
找到约 569 项符合
state-Machine 的查询结果
单片机开发 Semantic analysis of multimedia content is an on going research area that has gained a lot of atten
Semantic analysis of multimedia content is an on going research
area that has gained a lot of attention over the last few years.
Additionally, machine learning techniques are widely used for multimedia
analysis with great success. This work presents a combined approach
to semantic adaptation of neur ...
电子书籍 The literature of cryptography has a curious history. Secrecy, of course, has always played a centra
The literature of cryptography has a curious history. Secrecy, of course, has always played a central
role, but until the First World War, important developments appeared in print in a more or less
timely fashion and the field moved forward in much the same way as other specialized disciplines.
A ...
单片机开发 基于8051的网络远程控制系统 本项目通过网络实现远程监控
基于8051的网络远程控制系统
本项目通过网络实现远程监控,远程的电脑具有固定IP,在远程电脑的COM1的串行传输端口接一块8051控制板,然后以RS-232传输方式传输数据到8051的电路板,8051控制板上采用固态继电器(Solid State Relay)连接到电子产品,从而可以远程控制这些电子产品何时开启或关闭。8051控制板上还可以每分 ...
VC书籍 虚拟机设计与实现——C/C++
虚拟机设计与实现——C/C++,即Virtual Machine Design and Implementation in C/C++ ,随书光盘源码,HEC虚拟机的源代码
VHDL/FPGA/Verilog 数据加密算法(Data Encryption Algorithm
数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自 IBM 的研究工作,并在 1997 年被美国政府正式采纳。它很可能是使用最广泛的秘钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。通常,自动取款机(Automated Teller Machine, ...
文件格式 An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is p
An adaptive fuzzy integral sliding mode
controller for mismatched time-varying linear systems is
presented in this paper. The proposed fuzzy integral sliding
mode controller is designed to have zero steady state
system error under step inputs and alleviate the undesired
chattering around the sliding ...
matlab例程 The software is capable to simulate space time code [1] for QPSK modulation using different number o
The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER) or frame error rate (FER) curves.
BREW编程 FreeBREW is a collection of open source software for BREW. BREW Foundation Framework provides a mult
FreeBREW is a collection of open source software for BREW. BREW Foundation Framework provides a multitasking-aware kernel which supports a layered, per-task and per-state event dispatching mechanism to enable robust, state-pattern programming in BREW
数据结构 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct
密码学界牛人Victor Shoup用C++编写数论类库。
NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic.
N ...
VC书籍 基于C++阐述虚拟机编程原理 This guide provides an in-depth look at the construction and underlying theory of a
基于C++阐述虚拟机编程原理
This guide provides an in-depth look at the construction and underlying theory of a fully functional virtual machine and an entire suite of related development tools.