搜索结果
找到约 950 项符合
input-output 的查询结果
其他 ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noi
ofdm信道特性
Channel transmission simulator
Channel transmission simulator
%
% inputs:
% sig2 - noise variance
% Mt - number of Tx antennas
% Mr - number of Rx antennas
% x - vector of complex input symbols (for MIMO, this is a matrix, where each column
% is the value of the antenna outputs a ...
微处理器开发 * The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blo
* The functions debug_init() and debug() implement non-RTOS
* serial port initialization and a blocked debug output. The
* debug() function can be used in error message and die
* situations.
单片机开发 AES在AVR单片机上的实现 资源要求 Program: 4492 bytes (6.9% Full) (.text + .data + .bootloader) Data: 7
AES在AVR单片机上的实现
资源要求
Program: 4492 bytes (6.9% Full)
(.text + .data + .bootloader)
Data: 745 bytes (9.1% Full)
(.data + .bss + .noinit)
可以在AVR Studio中模拟运行 AES加密和解密
在AVR Studio 中模拟运行 Ctrl+F7 后,模拟执行到main入口处
按F5后, 知道到加密完成 可以看出加密的结果
再按 ...
编译器/解释器 对任意给定的文法G 构造LR(1) 项目集规范族
对任意给定的文法G 构造LR(1)
项目集规范族,其中要实现CLOSURE(I)、GO(I,X)、FIRST 集合等。在此基础上,
构造了LR(1)分析表。然后对输入的句子进行语法分析,给出接受或出错报告。
程序采用文件输入输出方式。其中包括两个输入文件:文法grammar.txt,以及
输入串input.txt;两个输出文件:项目集items.txt 和文法的LR( ...
嵌入式Linux 基于S3C2440的四线电阻式触摸屏驱动程序
基于S3C2440的四线电阻式触摸屏驱动程序,linux2.6.22内核。把touchscreen.c放在driver/input/touchscreen/下。修改arch/arm/mach-s3c2440/mach-smdk2440.c以及相应的Makefile加上驱动即可。
编译器/解释器 This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good
This is the source for a C compiler that generates 386 or
m68K code. Code generation is fairly good although the optimizer is
a little naive... the code itself should be highly portable although
there are some issues involved with porting from MSDOS that have to
be resolved for example the size of L ...
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 ...
汇编语言 可编程并行接口8255A完成的交通灯实验 用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮
可编程并行接口8255A完成的交通灯实验 用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮,输出为1则灭),模拟十字路口的交通灯。 -programmable parallel interface 8255A completed, the traffic lights experimental 8255A port B and C - I control 12 LED bright and methomyl (output o ...
软件工程 This article introduces how to construct a Hospital Ward Information System with three-tiered techno
This article introduces how to construct a Hospital Ward Information System with three-tiered technology. The System applies to UML, BDE, MIDAS, distributed compute theory and a special architecture to make such functions: patients check in and check out, prescription input, drug-delivery at center ...