搜索结果
找到约 721 项符合
bit 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (79)
- 技术资料 (65)
- VHDL/FPGA/Verilog (58)
- 单片机开发 (47)
- 其他 (26)
- 驱动编程 (21)
- 其他书籍 (20)
- 通讯编程文档 (20)
- 嵌入式/单片机编程 (20)
- 模拟电子 (17)
- 加密解密 (16)
- 汇编语言 (16)
- VIP专区 (15)
- matlab例程 (14)
- 串口编程 (13)
- 文章/文档 (12)
- 微处理器开发 (12)
- 系统设计方案 (11)
- uCOS (10)
- 压缩解压 (9)
- 可编程逻辑 (8)
- 其他嵌入式/单片机内容 (8)
- 书籍 (8)
- 其他 (8)
- 资料/手册 (7)
- 教程资料 (7)
- 软件设计/软件工程 (7)
- DSP编程 (7)
- 嵌入式综合 (6)
- 书籍源码 (6)
- 电源技术 (5)
- 邮电通讯系统 (5)
- 电子书籍 (5)
- GPS编程 (5)
- VC书籍 (5)
- 数据结构 (5)
- 通讯/手机编程 (5)
- 源码 (5)
- 技术书籍 (4)
- C/C++语言编程 (4)
- 数值算法/人工智能 (4)
- Windows CE (4)
- 其他行业 (4)
- 手册 (4)
- 学术论文 (3)
- 传感与控制 (3)
- 开发工具 (3)
- 测试测量 (3)
- 仿真技术 (3)
- 编译器/解释器 (3)
- 人工智能/神经网络 (3)
- Java编程 (3)
- 数据库系统 (3)
- USB编程 (3)
- 无线通信 (2)
- 接口技术 (2)
- Internet/网络编程 (2)
- 嵌入式Linux (2)
- 中间件编程 (2)
- Linux/Unix编程 (2)
- 文件格式 (2)
- 技术管理 (2)
- 语音压缩 (2)
- 编辑器/阅读器 (2)
- 电子书籍 (2)
- DSP工具/软件 (2)
- 软件 (2)
- 经验 (2)
- 精品软件 (2)
- 电子管及音响 (1)
- 其他文档 (1)
- VHDL/Verilog/EDA源码 (1)
- 单片机 (1)
- 行业应用文档 (1)
- EDA相关 (1)
- ARM (1)
- 操作系统开发 (1)
- 家庭/个人应用 (1)
- TAPI编程 (1)
- 数学计算 (1)
- VxWorks (1)
- Delphi控件源码 (1)
- MacOS编程 (1)
- 3G开发 (1)
- BREW编程 (1)
- 网络 (1)
- CA认证 (1)
- 行业发展研究 (1)
- 多媒体处理 (1)
- 笔记 (1)
- 开发板 (1)
- 教程 (1)
- 应用设计 (1)
VHDL/FPGA/Verilog 这是一个用VHDL写的简易的CPU的程序
这是一个用VHDL写的简易的CPU的程序,共支持10条指令。使用微指令方式。包括.bit文件。下载到FPGA芯片上成功。注解不小心忘记保存。
VHDL/FPGA/Verilog 摘自university of waterloo的个别知道笔记
摘自university of waterloo的个别知道笔记,主要关于electrical and computer engineering方面,包括了8-bit hamming的编解码以及使用VHDL的硬件开发
其他书籍 This book provides a complete intermediate-level discussion of microcontroller programming using th
This book provides a complete intermediate-level discussion of microcontroller programming using
the C programming language. It covers both the adaptations to C necessary for targeting an
embedded environment, and the common components of a successful development project.
C is the language of choice ...
软件设计/软件工程 [UsbKbd.rar] - usbkbd,用wdm编写的usb和键盘的驱动示例 [USB2.0_USB_driver.rar] - 学习USB2.0驱动程序设计源码
[UsbKbd.rar] - usbkbd,用wdm编写的usb和键盘的驱动示例
[USB2.0_USB_driver.rar] - 学习USB2.0驱动程序设计源码,包括Windows DDK Driver驱动的详细设计,U盘,MP3的程序设计例子
[mc8051_design.zip] - MC8051 IP CoreOregano Systems 8-bit Microcontroller IP-Core此公司提供的8051 ...
单片机开发 实现8比特字节的RS纠错编码
实现8比特字节的RS纠错编码,可以指定极性校验字节数目,能产生的最大校验序列长度为255字节(含极性校验字节).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be generated is 255 bytes, including ...
嵌入式/单片机编程 蜂鸣器唱《祝你平安》 * * ******************************************************************************
蜂鸣器唱《祝你平安》 *
*
********************************************************************************/
SPK bit P2.3
ORG 0000H
LJMP START
ORG 000BH
INC 20H 中断服务,中断计数器加1
MOV TH0,#0D8H
MOV TL0,#0EFH 12M晶振,形成10毫秒中断
Java编程 Java MP3 Player, Here s a list of features: - Reads, creates, updates, and removes id3v2.3 and id3
Java MP3 Player,
Here s a list of features:
- Reads, creates, updates, and removes id3v2.3 and id3v2.4 tags
- Reads, creates, updates, and removes id3v1 tags
- Extracts MPEG data such as bit rate, sample rate, channel mode, etc.
- Calculates playing time of mp3 from mpeg information (no good w/VBR)
...
单片机开发 Keil C51 上51系列单片机优化的CRC-8 算法。可以自己改其他算式的
Keil C51 上51系列单片机优化的CRC-8 算法。可以自己改其他算式的,包含字节查表,半字节查表,bit计算。很难得的哦。
系统设计方案 LCD Driver datasheet The SPF54126A, a 262144-color System-on-Chip (SoC) driver LSI designed for sma
LCD Driver datasheet
The SPF54126A, a 262144-color System-on-Chip (SoC) driver LSI designed for small and medium sizes of TFT LCD display, is capable of
supporting up to 176xRGBx220 in resolution which can be achieved by the designated RAM for graphic data. The 528-channel source
driver has true 6-b ...
微处理器开发 Name Function --- --- --- --- --- --- Check_SST_39VF160 Check manufacturer and device ID CFI_Que
Name Function
--- --- --- --- --- ---
Check_SST_39VF160 Check manufacturer and device ID
CFI_Query CFI Query Entry/Exit command sequence
Erase_Entire_Chip Erase the contents of the entire chip
Erase_One_Sector Erase a sector of 2048 word
Erase_One_Block Erase a block of 32K word
Program_One_Word Al ...