搜索:Clock
找到约 475 项符合「Clock」的查询结果
结果 475
按分类筛选
- 全部
- 技术资料 (152)
- 单片机开发 (49)
- VHDL/FPGA/Verilog (33)
- 单片机编程 (29)
- 其他 (26)
- 汇编语言 (22)
- 微处理器开发 (12)
- Java编程 (10)
- 嵌入式/单片机编程 (10)
- Linux/Unix编程 (8)
- 其他嵌入式/单片机内容 (8)
- 可编程逻辑 (7)
- 系统设计方案 (7)
- 模拟电子 (6)
- 操作系统开发 (5)
- 教程资料 (5)
- 文章/文档 (4)
- 通讯/手机编程 (3)
- 其他书籍 (3)
- 电子书籍 (3)
- 网络 (3)
- 数据结构 (3)
- JavaScript (3)
- VC书籍 (3)
- VIP专区 (3)
- 书籍 (2)
- 手册 (2)
- PCB相关 (2)
- C/C++语言编程 (2)
- 书籍源码 (2)
- 资料/手册 (2)
- 测试测量 (2)
- ARM (2)
- 压缩解压 (2)
- 驱动编程 (2)
- 串口编程 (2)
- Applet (2)
- 技术管理 (2)
- uCOS (2)
- 嵌入式Linux (2)
- J2ME (2)
- 软件设计/软件工程 (2)
- 行业发展研究 (2)
- 笔记 (1)
- VHDL/Verilog/EDA源码 (1)
- 电源技术 (1)
- 经验分享 (1)
- 接口技术 (1)
- 学术论文 (1)
- DSP编程 (1)
- 加密解密 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- Internet/网络编程 (1)
- 编译器/解释器 (1)
- 磁盘编程 (1)
- 通讯编程文档 (1)
- Delphi控件源码 (1)
- Symbian (1)
- Windows Mobile (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- RFID编程 (1)
https://www.eeworm.com/dl/663/292193.html
VHDL/FPGA/Verilog
vhdl编写
vhdl编写,8b—10b 编解码器设计
Encoder:
8b/10b Encoder (file: 8b10b_enc.vhd)
Synchronous clocked inputs (latched on each clock rising edge)
8-bit parallel unencoded data input
KI input selects data or control encoding
Asynchronous active high reset initializes all logic
E ...
https://www.eeworm.com/dl/534/331886.html
其他
SD card controller can just read data using 1 bit SD mode. I have written this core for NIOS2 CPU,
SD card controller can just read data using 1 bit SD mode.
I have written this core for NIOS2 CPU, Cyclone, but I think it can works
with other FPGA or CPLD. Better case for this core is SD clock = 20 MHz and
CPU clock = 100 MHz (or in the ratio 1:5). If you have a wish you can a ...
https://www.eeworm.com/dl/960580.html
技术资料
电子时钟的实现
文件名:ds1302clock.c
CPU: stc89c58
主频:11.0592M
液晶型号:1602
https://www.eeworm.com/dl/968472.html
技术资料
AN3371
使用STM32的硬件实时时钟(RTC)
(Using the STM32 hardware real-time clock (RTC))
https://www.eeworm.com/dl/968507.html
技术资料
AN3371
使用STM32的硬件实时时钟(RTC)
(Using the STM32 hardware real-time clock (RTC))
https://www.eeworm.com/dl/985234.html
技术资料
AVRtinyX61core
This is a Atmel AVR ATtiny261/461/861 compatible core.
It should be (more or less) fully code compliant, but it is not clock-cycle compliant.
https://www.eeworm.com/dl/647/107939.html
嵌入式/单片机编程
S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --
S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --- show or set current time setweek --- set weekday clock --- show system running clock setmclk --- set system running clock setbaud ------ set baud rate ipcfg --- ...
https://www.eeworm.com/dl/686/249191.html
VC书籍
名称:read2543 功能:TLC2543驱动模块 输入参数:port通道号 输出参数:ad转换值 *************************************/
名称:read2543
功能:TLC2543驱动模块
输入参数:port通道号
输出参数:ad转换值
*************************************/
uint read2543(uchar port)
{
uint ad=0,i
CLOCK=0
_CS=0
port<<=4
for(i=0 i<12 i++)
{
if(D_OUT) ad|=0x01
D_IN=(bit)(port&0x80)
CLOCK=1
delay(3)
CLOCK= ...
https://www.eeworm.com/dl/501003.html
接口技术
ATMEGA16 控制PWM电机转动
FILE NAME: dc_motor.c
CHIP TYPE: ATMEGA16
CLOCK FREQUENCY: 8MHZ
IDE: VSMStudio
COMPILER: AVR-GCC
https://www.eeworm.com/dl/502/31633.html
单片机编程
用单片机配置FPGA—PLD设计技巧
用单片机配置FPGA—PLD设计技巧
Configuration/Program Method for Altera Device
Configure the FLEX Device
You can use any Micro-Controller to configure the FLEX device–the main idea is clocking in ONE BITof configuration data per CLOCK–start from the BIT 0&#1048708;The total Confi ...