搜索结果
找到约 127 项符合
register 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (21)
- 其他 (11)
- VHDL/FPGA/Verilog (10)
- Java编程 (7)
- 嵌入式/单片机编程 (5)
- 技术资料 (5)
- 文章/文档 (4)
- 微处理器开发 (4)
- 通讯编程文档 (3)
- Linux/Unix编程 (3)
- 汇编语言 (3)
- 模拟电子 (2)
- 教程资料 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- 加密解密 (2)
- 其他嵌入式/单片机内容 (2)
- 单片机开发 (2)
- 邮电通讯系统 (2)
- 通讯/手机编程 (2)
- 软件设计/软件工程 (2)
- 电子书籍 (2)
- VC书籍 (2)
- DSP编程 (2)
- 学术论文 (1)
- 资料/手册 (1)
- 传感与控制 (1)
- 开发工具 (1)
- 实用工具 (1)
- uCOS (1)
- 人工智能/神经网络 (1)
- 驱动编程 (1)
- GPS编程 (1)
- Applet (1)
- 其他行业 (1)
- USB编程 (1)
- 数据库系统 (1)
- SQL Server (1)
- 嵌入式Linux (1)
- Delphi控件源码 (1)
- 技术管理 (1)
- 其他书籍 (1)
- 编译器/解释器 (1)
- Modem编程 (1)
- 行业发展研究 (1)
- 技术书籍 (1)
- 书籍 (1)
- 源码 (1)
- VIP专区 (1)
文章/文档 Structural Description of an 8-bit Shift Register
Structural Description of an 8-bit Shift Register
Linux/Unix编程 register,原程序及testbench,供初学者参考
register,原程序及testbench,供初学者参考
其他 This a version control software.No need to register.
This a version control software.No need to register.
VHDL/FPGA/Verilog VHDL实现SPI功能源代码 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register betw
VHDL实现SPI功能源代码
-- The SPI bus is a 3 wire bus that in effect links a serial shift
-- register between the "master" and the "slave". Typically both the
-- master and slave have an 8 bit shift register so the combined
-- register is 16 bits. When an SPI transfer takes place, the master and
-- s ...
微处理器开发 ARM7 LED shift register (ST2221) in C programming
ARM7 LED shift register (ST2221) in C programming
USB编程 This project shows how to use the IOKit notification mechanism to register to be notified when devic
This project shows how to use the IOKit notification mechanism to register to be notified when devices come and go. It uses the Cypress/Anchor EZ-USB chip. (Look at the following example for another way to get notified when a device is unplugged).
数据库系统 基于权限控制-登陆注册-register-login-manager-system-系统 数据库是SQL2000或者ACCESS 还没调试 可做参考 完整版的 到时可以联系transien
基于权限控制-登陆注册-register-login-manager-system-系统
数据库是SQL2000或者ACCESS
还没调试 可做参考 完整版的 到时可以联系transient126@126.com _——————免费 学习用的
其他 This assessment creates an initial version of the auction project that allows user to register, logi
This assessment creates an initial version of the auction project that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.
VHDL/FPGA/Verilog -- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right
-- DESCRIPTION : Shift register
-- Type : univ
-- Width : 4
-- Shift direction: right/left (right active high)
--
-- CLK active : high
-- CLR active : high
-- CLR type : synchronous
-- SET active : high
-- SET type : synchronous
-- LOAD active : high
-- CE active : high
-- SERIAL input : SI ...
嵌入式Linux Flash中内置了一个状态寄存器(Status Register
Flash中内置了一个状态寄存器(Status Register,SR)来指示Flash的当前工作状态和各种操作是否成功。要读取SR的当前值需要向CUI发送读状态寄存器命令(Read Status Register),命令码为0x70,SR中的内容将在DQ[7:0]上输出。The Read Status Register (0x70)command causes subsequent reads to output data from the SR ...