搜索结果
找到约 121 项符合
Reset 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (21)
- 技术资料 (20)
- VHDL/FPGA/Verilog (14)
- 单片机开发 (12)
- 微处理器开发 (6)
- 其他书籍 (3)
- 其他 (3)
- 其他 (3)
- 设计相关 (2)
- 电源技术 (2)
- 游戏 (2)
- 编译器/解释器 (2)
- 汇编语言 (2)
- 驱动编程 (2)
- 通讯/手机编程 (2)
- VIP专区 (2)
- 行业应用文档 (1)
- 单片机相关 (1)
- 资料/手册 (1)
- DSP编程 (1)
- 教程资料 (1)
- 通信网络 (1)
- C/C++语言编程 (1)
- 开发工具 (1)
- 可编程逻辑 (1)
- 工控技术 (1)
- Java编程 (1)
- 软件设计/软件工程 (1)
- 嵌入式/单片机编程 (1)
- Windows CE (1)
- 软件工程 (1)
- J2ME (1)
- 加密解密 (1)
- Linux/Unix编程 (1)
- 其他嵌入式/单片机内容 (1)
- *行业应用 (1)
- VHDL/Verilog/EDA源码 (1)
- 源码 (1)
- 应用设计 (1)
VHDL/FPGA/Verilog 1、 用FPGA实现PS/2鼠标接口。 2、 鼠标左键按下时十字形鼠标图象的中间方块改变颜色
1、 用FPGA实现PS/2鼠标接口。
2、 鼠标左键按下时十字形鼠标图象的中间方块改变颜色,右按下时箭头改变颜色。
3、 Reset按键:总复位。
微处理器开发 第一版YL2410开发板的BIOS 功能比较简单
第一版YL2410开发板的BIOS
功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条
同时串口显示如下:
Power on reset
************************************
* *
* YL2410 Board BIOS V2006 *
* Http://www.ucdragon.com *
* *
************************************
NAND Flash Boot
Please select function :
0 ...
VHDL/FPGA/Verilog 用verilog设计密勒解码器 一、题目: 设计一个密勒解码器电路 二、输入信号: 1. DIN:输入数据 2. CLK:频率为2MHz的方波
用verilog设计密勒解码器
一、题目:
设计一个密勒解码器电路
二、输入信号:
1. DIN:输入数据
2. CLK:频率为2MHz的方波,占空比为50%
3. RESET:复位信号,低有效
三、输入信号说明:
输入数据为串行改进密勒码,每个码元持续时间为8μs,即16个CLK时钟;数据流是由A、B、C三种信号组成;
A:前8个时钟保持“1”, ...
其他 本程序运用哈夫曼编码原理对数据进行二进制编码压缩。 进入界面要求输入进行编码的数据
本程序运用哈夫曼编码原理对数据进行二进制编码压缩。
进入界面要求输入进行编码的数据,注意输入的数据彼此不能相同。
然后,敲回车将显示数据排序信息及表示二进制形成的二叉树。
敲回车显示字符和对应二进制编码。
键入?显示帮助信息。
键入#进行编码数据输入与二进制数据输入的切换。
键入tree显示图形二叉树。
键入hu ...
软件设计/软件工程 When the P89LPC90x is in programming mode all pins that are not used for programming are tri-stated.
When the P89LPC90x is in programming mode all pins that are not used for programming are tri-stated. During
programming mode the reset pin has a weak pull-up resistor.
单片机开发 12864中文字库液晶演示程序 MS12864R 测试程序(串口) 连线表 CPU=89C52 SystemClock=12Mhz CS=P3.0 SCLK=P3.1 SID=P3
12864中文字库液晶演示程序
MS12864R 测试程序(串口)
连线表 CPU=89C52
SystemClock=12Mhz
CS=P3.0 SCLK=P3.1 SID=P3.2 Reset=RC in Board
微处理器开发 This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to ...
编译器/解释器 this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 compu
this a pack include source code for quartus 2.
It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 model can be run as a simulation or downloaded to the UP3 ...
嵌入式/单片机编程 LCD6963模块的驱动,可以显示汉字和图形. 线路图 89C51 T6963C -------- | 8 P1.0-1.7|=========== D0-7 | P3.0|--
LCD6963模块的驱动,可以显示汉字和图形.
线路图
89C51 T6963C
--------
| 8
P1.0-1.7|=========== D0-7
|
P3.0|----------- /RD
P3.1|----------- /WR
P3.2|----------- C/D
| -- /CE
| |
| ---
P3.3|----------- /RESET
软件工程 ARMask.The ARM has six operating modes: • User (unprivileged mode under which most tasks run)
ARMask.The ARM has six operating modes:
&#8226 User (unprivileged mode under which most tasks run)
&#8226 FIQ (entered when a high priority (fast) interrupt is raised)
&#8226 IRQ (entered when a low priority (normal) interrupt is raised)
&#8226 Supervisor (entered on reset and when a Software Interr ...