搜索结果
找到约 102 项符合
bits 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (21)
- 加密解密 (9)
- 单片机开发 (8)
- VHDL/FPGA/Verilog (7)
- 技术资料 (5)
- 其他 (4)
- 压缩解压 (4)
- 数值算法/人工智能 (3)
- 多媒体处理 (2)
- 模拟电子 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 数据结构 (2)
- 文章/文档 (2)
- Delphi控件源码 (2)
- 系统设计方案 (2)
- 软件设计/软件工程 (2)
- 通讯/手机编程 (2)
- 资料/手册 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- C/C++语言编程 (1)
- 数学计算 (1)
- 嵌入式/单片机编程 (1)
- Linux/Unix编程 (1)
- 其他嵌入式/单片机内容 (1)
- 通讯编程文档 (1)
- Modem编程 (1)
- 编译器/解释器 (1)
- 书籍源码 (1)
- 邮电通讯系统 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- CA认证 (1)
- matlab例程 (1)
- 其他书籍 (1)
- 串口编程 (1)
- 书籍 (1)
- VIP专区 (1)
其他 Usage: void CRC(int*,int*,int,int) Input: XAR0:coded data(InputData)
Usage: void CRC(int*,int*,int,int)
Input: XAR0:coded data(InputData)
XAR1:decoded CRC bits(CrcPoly)
T0: Length of coded data(CodeOutlen)
T1: Length of CRC bits(CrcPolylen)
Return: ...
VHDL/FPGA/Verilog This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.
This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.
The core acts as a slave WISHBONE device.
The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an u ...
加密解密 RSA算法是第一个能同时用于加密和数字签名的算法
RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无 ...
软件设计/软件工程 最长上升子序列 非常经典的问题。 给定的整数序列
最长上升子序列
非常经典的问题。
给定的整数序列,请求出其最长上升子序列的长度。
有多个测试用例。每个测试用例由一个行整数组成,其中第一个是一个整数 n (1 ≤ n ≤ 10000),表示给定序列的长度。然后是 n 个 32-bits 带符号整数表示序列中的元素。
输入直至没有数据或者遇到长度 n 是非正数为止。 ...
其他 To use the MSSP port to communicate with 3-wire devices, the bytes to be output must be aligned
To use the MSSP port to communicate with 3-wire
devices, the bytes to be output must be aligned
such that the LSB of the address is the 8th bit
(LSB) of a byte to be output. From there, the
bits should fill the byte from right to left
consecutively.
书籍 802.11n A Survival Guide
A decade ago, I first wrote that people moved, and networks needed to adapt to the
reality that people worked on the go. Of course, in those days, wireless LANs came
with a trade-off. Yes, you could use them while moving, but you had to trade a great
deal of throughput to get the mobility. Although ...
技术资料 ST7789V IC规格书
Single chip TFT-LCD Controller/Driver with On-chip Frame Memory (FM) Display Resolution: 240*RGB (H) *320(V) Frame Memory Size: 240 x 320 x 18-bit = 1,382,400 bits LCD Driver Output Circuits- Source Outputs: 240 RGB Channels- Gate Outputs: 320 Channels- Common Electrode Output Display Colors (Color ...
技术资料 ICN6202规格书V10
ICN6201/02 is a bridge chip which receives MIPI® DSI inputs and sends LVDS outputs.
MIPI® DSI supports up to 4 lanes and each lane operates at 1Gbps maximum; the totally maximum input
bandwidth is 4Gbps; and the MIPI defined ULPS(ultra-low-power state) is also supported. ICN6201 decodes
MIPI® ...
技术资料 PIC XC8 V1.41 PRO版,编译器破解文件
PIC XC8 V1.41 PRO版,编译器破解文件,将附件文件覆盖编译器bin目录下原文件即可。你懂的。。。。。。。编译前把编译选项的Free改成PRO和谐文件在MPLAB X IDE v5.00版本测试成功清除已成功 (总时间: 10ms)make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-confmake  -f nbproject/Makefile-default.mk di ...
技术资料 DAC8568驱动程序
This example shows how you can use signal functions in the Visiondebugger to simulate a signal that is coming into one of the analog inputs of the LPC21xx.The Measure example is described in detail in the Getting StartedUser's Guide.The MEASURE  example program is available for several targ ...