搜索结果
找到约 671 项符合
Input 的查询结果
按分类筛选
- 全部分类
- 技术资料 (84)
- 其他 (36)
- 单片机编程 (35)
- matlab例程 (35)
- 电源技术 (34)
- 数学计算 (27)
- 模拟电子 (20)
- 人工智能/神经网络 (19)
- 单片机开发 (19)
- Java编程 (17)
- 编译器/解释器 (17)
- 汇编语言 (16)
- 数据结构 (16)
- VHDL/FPGA/Verilog (16)
- 书籍 (16)
- 数值算法/人工智能 (14)
- Linux/Unix编程 (14)
- 传感与控制 (10)
- 其他嵌入式/单片机内容 (10)
- 测试测量 (9)
- 压缩解压 (8)
- 微处理器开发 (7)
- 书籍源码 (7)
- 加密解密 (7)
- 嵌入式/单片机编程 (7)
- 可编程逻辑 (6)
- DSP编程 (6)
- 驱动编程 (6)
- Java书籍 (6)
- 其他行业 (5)
- 软件设计/软件工程 (5)
- 文章/文档 (5)
- 通讯/手机编程 (5)
- 其他书籍 (5)
- 源码 (5)
- 嵌入式Linux (4)
- VC书籍 (4)
- 通讯编程文档 (4)
- JavaScript (4)
- 论文 (4)
- 企业管理 (3)
- 行业发展研究 (3)
- 文件格式 (3)
- Internet/网络编程 (3)
- 中间件编程 (3)
- 软件 (3)
- 其他 (3)
- VIP专区 (3)
- 学术论文 (2)
- 其他文档 (2)
- 技术书籍 (2)
- 教程资料 (2)
- 教程资料 (2)
- 开关电源 (2)
- 开发工具 (2)
- *行业应用 (2)
- 游戏 (2)
- 系统设计方案 (2)
- uCOS (2)
- 软件工程 (2)
- 操作系统开发 (2)
- Applet (2)
- 电子书籍 (2)
- 金融证券系统 (2)
- SQL Server (2)
- Windows Mobile (2)
- 经验 (2)
- 行业应用文档 (1)
- 资料/手册 (1)
- 多媒体处理 (1)
- allegro (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- C/C++语言编程 (1)
- 工控技术 (1)
- 仿真技术 (1)
- 设计相关 (1)
- 语音压缩 (1)
- CA认证 (1)
- USB编程 (1)
- 串口编程 (1)
- 邮电通讯系统 (1)
- SCSI/ASPI (1)
- VxWorks (1)
- Jsp/Servlet (1)
- Windows CE (1)
- STL (1)
- RFID编程 (1)
- BREW编程 (1)
- 电子政务应用 (1)
- 家庭/个人应用 (1)
- 网络 (1)
- Linux/uClinux/Unix编程 (1)
- 源码/资料 (1)
- 工业控制 (1)
- DSP工具/软件 (1)
- 电路图 (1)
- 电子大赛 (1)
- 应用设计 (1)
汇编语言 data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by
data
array sdword 2 dup(?)
str1 byte "Please input one 32-bit sign number :",0dh,0ah,0
str2 byte "The result is : ",0
align 4
jia1gao sdword 0
jia1 sdword 0
.code
main proc
call clrscr
mov esi,offset array
mov ecx,lengthof array
mov edx,offset str1
push esi
putin:
call writestring ...
人工智能/神经网络 CKHash is an implementation of Cuckoo Hashing that can receive the input in the form of strings dir
CKHash is an implementation of Cuckoo Hashing that can receive the input in
the form of strings directly
DSP编程 CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s
CCS编程环境 使用的是汇编加C的混合编程方法:
The programme of the Correlation Algorithm.
Using INT2 to get the input signal.
Array x, in first step, is the input signal produced by programme,
in next step, is the input signal get from A/D,
the length is 128, 32-bit floating point.
Array y, in first s ...
matlab例程 Soft Input Soft Output Viterbi Algorithm
Soft Input Soft Output Viterbi Algorithm
matlab例程 Basic Differential Encoding/Decoding of input vector of numeric values
Basic Differential Encoding/Decoding of input vector of numeric values
其他 by Jay Kadane。Input:a vector with floats.Output:the maximum submatrix.
by Jay Kadane。Input:a vector with floats.Output:the maximum submatrix.
VHDL/FPGA/Verilog KEY INPUT DEBUNCE VERILOG
KEY INPUT DEBUNCE VERILOG
系统设计方案 Input/Data Acquisition System Design for Human Computer Interfacing
Input/Data Acquisition System Design for Human Computer Interfacing
数据结构 HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the fi
HDOJ ACM
input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers ...
其他 Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t
Input
The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. Ther ...