搜索资源列表
AES AES快速算法和蓝牙设备中用的E0算法
- AES快速算法和蓝牙设备中用的E0算法(用于加密)、E1算法、E2算法、E3算法(用于密钥管理和鉴权等)等,AES fast algorithms and Bluetooth devices using the E0 algorithm (for encryption), E1 algorithm, E2 algorithm, E3 algorithm (for key management and authentication, etc.)
e3
- 4位可逆计数器:将50MHz的时钟进行 分频后的结果作为时钟控制,根据输入进行条件判断,再通过设置一个四位的向量将结果输出,利用数码管显示在实验板上-CNTR 4: will be conducted at 50MHz clock frequency as the clock after the control conditions to determine the basis of inputs, and then set up a four through the results of th
MuxDemux_E1_E3
- E3 -Mux / Demux - Multiplexer of 16 E1 Channels-E3 -Mux / Demux - Multiplexer of 16 E1 Channels
MB_Labs
- example VHDL for spartan e3
E3-4-Dynamic-Array-and-Pointers-and-Functions-v1.
- exercise lab for students
VHDL_hdb3_decoder
- E1 and E3 line code HDB3 implementation
pic18f2550-usb-izole-triyak-kontrol-ccs-c-visual-
- Than 8 switch outputs Port B of the PIC18F2550 is used. Power gets the circuit from the USB port. Power supply is separate from the microcontroller and the computer galvanically. switching signals USB socket intended as a virtual serial port COM4. To
jisuanqi
- 此多功能计算器具有简单加减乘除运算,求logX,lnX,x的y次方,连续加减 乘除运算,除数为 0 显示错误1:"E1";数据位数超过8位时,显示错误2:"E2";需要保留3位小数时,如果结果的整数部分超过能显示的位数,显示错 误3:"E3"等一些功能。 -This multi-function calculator with simple arithmetic operations, seeking logX, y th lnX, x, and successive subtracti
ek-lm4f120xl--interrupts
- ek-lm4f120xl TI Stellaris LaunchPad 例程之中断实验-This example application demonstrates the interrupt preemption and tail-chaining capabilities of Cortex-M4 microprocessor and NVIC. Nested interrupts are synthesized when the interrupts have the same p
hdbn
- This “core” is actually two cores – an HDB3/HDB2/B3ZS Encoder that converts NRZ data into P and N pulses according to ITU-T G.703, and a HDB3/HDB2/B3ZS Decoder that converts P and N pulses into NRZ data according to ITU-T G.703. Note: HDB2 and
E3-5-Structures
- exercise lab for studying
E3
- 自定义获取 某个字符串的子字符串,substring()函数的重定义-Get the substring of a string custom,Redefinition of substring function
序列检测器
- 一个哈弗曼编码序列检测器,并完成其综合。 (1) 被检测序列为EE 0F B7 93 49 DF E3 B4 DD F4 4C EE 0F B7 91(16进制),序列可以预先固化在ROM中。 例:两个字节0x01和0x11会被编码成序列0b001100 哈弗曼编码的作用是对数据进行压缩处理,哈弗曼编码有一个特点是:如果它和它前面的码字位数相同,则当前码字为它前面的码字加1;如它的位数比它前面的码字位数大,则当前码字为前一个码字加1再补若干0,直至满足位数长度。被检测序列所涉及的哈弗曼编码