搜索结果
找到约 1,235 项符合
soft-input 的查询结果
嵌入式Linux linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-sm
linux设备驱动
| |-- DMA范例
| | |-- 3c505.c
| | |-- 3c505.h
| | `-- dma.h
| `-- 静态映射范例
| `-- mach-smdk2440.c
|---
| |-- NVRAM驱动
| | `-- generic_nvram.c
| |-- 触摸屏驱动
| | |-- 作为input设备
| | | |-- s3c2410_ts.c
| | | `-- s3c2410_ts.h
| | `-- 作为普通字符设备
| | `-- s3c2410-ts.c
| |-- 看 ...
Linux/Unix编程 .ifnz I2C_SUPPORT ************************************************************** Function : fPro
.ifnz I2C_SUPPORT
**************************************************************
Function : fProcessI2cRead
Description : process I2C write function
Input : IOP_DATA1_H=rCtrlByte,IOP_DATA1_L=rAddr
Output : NONE
**************************************************************
fProcessI2cRead:
f ...
其他 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 ...
数值算法/人工智能 问题描述 设有n种不同面值的硬币
问题描述
设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱,可以实用的各种面值的硬币个数不限。当只用硬币面值T[1],T[2],…,T[i]时,可找出钱数j的最少硬币个数记为C(i,j)。若只用这些硬币面值,找不出钱数j时,记C(i,j)=∞。
&#61611 编程任务
设计一个动态规划算法,对1≤j≤L,计 ...
单片机开发 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加上驱动即可。
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 ...
软件工程 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 ...
微处理器开发 RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a
RS232.C was written to provide all of the basic functionality needed
to employ serial I/O in any application written with Borland C
language compilers. Some features are:
1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to ...