搜索结果
找到约 345 项符合
State 的查询结果
按分类筛选
- 全部分类
- 技术资料 (113)
- 书籍 (22)
- matlab例程 (21)
- VHDL/FPGA/Verilog (19)
- 单片机编程 (9)
- 其他书籍 (8)
- 文件格式 (8)
- 数学计算 (7)
- 单片机开发 (7)
- 人工智能/神经网络 (7)
- 软件设计/软件工程 (7)
- 其他 (6)
- 可编程逻辑 (5)
- 通讯编程文档 (5)
- 文章/文档 (5)
- 数值算法/人工智能 (4)
- 加密解密 (4)
- 通讯/手机编程 (4)
- Linux/Unix编程 (4)
- 数据结构 (4)
- 行业发展研究 (4)
- 论文 (3)
- 软件工程 (3)
- 编译器/解释器 (3)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- 微处理器开发 (3)
- 其他嵌入式/单片机内容 (3)
- 电源技术 (2)
- 学术论文 (2)
- 仿真技术 (2)
- 开发工具 (2)
- ARM (2)
- 嵌入式综合 (2)
- Mentor (2)
- 游戏 (2)
- VC书籍 (2)
- 3G开发 (2)
- VIP专区 (2)
- PCB相关 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- DSP编程 (1)
- 操作系统开发 (1)
- 资料/手册 (1)
- 测试测量 (1)
- 工控技术 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- allegro (1)
- 驱动编程 (1)
- Internet/网络编程 (1)
- 串口编程 (1)
- *行业应用 (1)
- Java编程 (1)
- 网络 (1)
- 技术管理 (1)
- USB编程 (1)
- BREW编程 (1)
- STL (1)
- Symbian (1)
- Windows Mobile (1)
- 系统设计方案 (1)
- 医药行业 (1)
- 中间件编程 (1)
- JavaScript (1)
- GPS编程 (1)
单片机编程 8-bit I2C-bus and SMBus IO port with reset
The PCA9557 is a silicon CMOS circuit which provides parallel input/output expansion for
SMBus and I2C-bus applications. The PCA9557 consists of an 8-bit input port register,
8-bit output port register, and an I2C-bus/SMBus interface. It has low current consumption
and a high-impedance open-dra ...
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
% + time varying measur ...
操作系统开发 操作系统课程设计_进程调度演示源程序 #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 /*进程到完成还要的时间*/
int count /*计数器* ...
数据结构 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 bits. And the operat ...
*行业应用 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. Characteristic serv ...
嵌入式/单片机编程 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 activated
?Temperat ...
书籍 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 academia and industry to p ...
单片机编程 CAT93C46 器件数据手册
The CAT93C46 is a 1 kb Serial EEPROM memory device which isconfigured as either 64 registers of 16 bits (ORG pin at VCC) or 128registers of 8 bits (ORG pin at GND). Each register can be written (orread) serially by using the DI (or DO) pin. The CAT93C46 features aself−timed internal write with ...
matlab例程 实现产生伪随机序列的部件 —— 线性反馈移位寄存器单元。 SFlog2为扩频因子的底数为2的对数值
实现产生伪随机序列的部件 —— 线性反馈移位寄存器单元。 SFlog2为扩频因子的底数为2的对数值,cycle为PN序列的周期,其值为2^SFlog2。initial_state为移位寄存器的初始状态,generator_polynomial_coefficient为生成PN序列所需的本原多项式,对应于移位寄存器的连接向量。 ...
其他书籍 The main MIPS processor of SMP8630 comes with a JTAG interface, allowing: access to caches and da
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:
access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s
examining the processor state whatever the execution mode (monice)
connecting to monice using mdi-server and using a gdb client on the processor to st ...