搜索结果
找到约 907 项符合
input 的查询结果
按分类筛选
- 全部分类
- 技术资料 (284)
- 单片机编程 (38)
- 其他 (37)
- matlab例程 (36)
- 电源技术 (34)
- 数学计算 (29)
- 单片机开发 (25)
- 模拟电子 (20)
- 人工智能/神经网络 (20)
- VHDL/FPGA/Verilog (18)
- 编译器/解释器 (17)
- Java编程 (17)
- 汇编语言 (17)
- 书籍 (16)
- 数据结构 (16)
- 数值算法/人工智能 (15)
- Linux/Unix编程 (14)
- 传感与控制 (10)
- 其他嵌入式/单片机内容 (10)
- 测试测量 (9)
- 书籍源码 (8)
- 压缩解压 (8)
- 嵌入式/单片机编程 (8)
- 源码 (7)
- DSP编程 (7)
- 加密解密 (7)
- 微处理器开发 (7)
- 可编程逻辑 (6)
- 驱动编程 (6)
- Java书籍 (6)
- 通讯/手机编程 (5)
- 其他书籍 (5)
- 文章/文档 (5)
- 嵌入式Linux (5)
- 其他行业 (5)
- 软件设计/软件工程 (5)
- VIP专区 (5)
- 软件 (4)
- 论文 (4)
- 通讯编程文档 (4)
- JavaScript (4)
- VC书籍 (4)
- 其他 (3)
- Internet/网络编程 (3)
- 企业管理 (3)
- 文件格式 (3)
- 中间件编程 (3)
- 行业发展研究 (3)
- 经验 (2)
- C/C++语言编程 (2)
- 行业应用文档 (2)
- 学术论文 (2)
- 开关电源 (2)
- 操作系统开发 (2)
- 其他文档 (2)
- 技术书籍 (2)
- 软件工程 (2)
- 开发工具 (2)
- 嵌入式综合 (2)
- 电子书籍 (2)
- 教程资料 (2)
- 教程资料 (2)
- 游戏 (2)
- *行业应用 (2)
- Applet (2)
- 金融证券系统 (2)
- USB编程 (2)
- uCOS (2)
- Windows Mobile (2)
- 系统设计方案 (2)
- SQL Server (2)
- 教程 (1)
- 电路图 (1)
- 手册 (1)
- 应用设计 (1)
- 电子大赛 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- 资料/手册 (1)
- 工业控制 (1)
- DSP工具/软件 (1)
- 通信网络 (1)
- 工控技术 (1)
- allegro (1)
- 源码/资料 (1)
- 教育系统应用 (1)
- 串口编程 (1)
- 语音压缩 (1)
- SCSI/ASPI (1)
- 网络 (1)
- CA认证 (1)
- BREW编程 (1)
- STL (1)
- VxWorks (1)
- 家庭/个人应用 (1)
- 交通/航空行业 (1)
Java编程 The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source
The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source of your choice and transmit the audio to a destination computer
VHDL/FPGA/Verilog Three-input Majority Voter -- The entity declaration is followed by three alternative architectures
Three-input Majority Voter
-- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
行业发展研究 The standard optimum Kalman filter demands complete knowledge of the system parameters, the input f
The standard optimum Kalman filter demands complete
knowledge of the system parameters, the input forcing functions, and
the noise statistics. Several adaptive methods have already been devised
to obtain the unknown information using the measurements and
the filter residuals.
数值算法/人工智能 The SoundIn class provide a set of functions to interface a sound card for input signal.
The SoundIn class provide a set of functions to interface a sound card for input signal.
matlab例程 % because we do not truncate and shift the convolved input % sequence, the delay of the desired out
% because we do not truncate and shift the convolved input
% sequence, the delay of the desired output sequence wrt
% the convolved input sequence need only be the delay
% introduced by the ideal weight vector centred at n=5
嵌入式/单片机编程 TMS320F2812 GPIO_input范例程序
TMS320F2812 GPIO_input范例程序
Java编程 It it a convertor program. Just need to input your birth , it will show your astrology
It it a convertor program. Just need to input your birth , it will show your astrology
VHDL/FPGA/Verilog vhdl source,ver-fir-coefficient,simulink of fir with soft ware input
vhdl source,ver-fir-coefficient,simulink of fir with soft ware input
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...
数学计算 This file implements a pid controller used to simulator cruise control in a car The input is a thr
This file implements a pid controller used to simulator cruise control in a car
The input is a throtle value between 0 - 100 ( read on P1 )
The output is the car s speed ( P2 - P0 )