搜索结果
找到约 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)
matlab例程 This program generates a input signal and a desired signal of the idetification plant
This program generates a input signal and a desired signal of the idetification plant
其他嵌入式/单片机内容 Summary Many control applications require converting some analog input to a digital format. The ADC
Summary
Many control applications require converting some analog input to a digital format. The ADCINC12 User
Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application
Note is meant to be a simple introduction into its operation. The steps required t ...
文章/文档 javascript中文教程 <INPUT TYPE="button" NAME="objectName" VALUE="buttonText" [onClick="hand
javascript中文教程
<INPUT
TYPE="button"
NAME="objectName"
VALUE="buttonText"
[onClick="handlerText"]>
NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the name property. VALUE specifies the label to display on the button face and ...
Linux/Unix编程 我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input)
我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input),
从文件列表中删除一个记录(delete a record from list),保存文件(save),
查找文件(search record on table),文件的列表(list)
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
单片机开发 // This program measures the voltage on an external ADC input and prints the // result to a termin
// This program measures the voltage on an external ADC input and prints the
// result to a terminal window via the UART.
//
// The system is clocked using the internal 24.5MHz oscillator.
// Results are printed to the UART from a loop with the rate set by a delay
// based on Timer 2. This loop p ...
操作系统开发 DirectFB is a thin library that provides hardware graphics acceleration, input device handling and a
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.
数学计算 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 ...
数值算法/人工智能 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input
北京大学ACM比赛题目
Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper ...