搜索结果
找到约 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)
书籍源码 Pairwise Sequence alignment Algorithm Simulation. Read 2 input strings and then calculate the Pairw
Pairwise Sequence alignment Algorithm Simulation.
Read 2 input strings and then calculate the Pairwise Sequence alignment.
matlab例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% ...
通讯/手机编程 % decode with soft-input viterbi algorithm 硬判决 % //k=4,r=1/2 %输入数据为软信息
% decode with soft-input viterbi algorithm 硬判决
% //k=4,r=1/2
%输入数据为软信息,并且数据为均值为1的BPSK调制,如果均值为MEAN,那么62,63,103,104行应做相应修改
单片机开发 This example code takes and averages 2048 analog measurements from input P1.4 using ADC0, then pri
This example code takes and averages 2048 analog measurements from input
P1.4 using ADC0, then prints the results to a terminal window via the UART.
Linux/Unix编程 sorting input lines developed by C++ in linux environment
sorting input lines developed by C++ in linux environment
数据结构 Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Outpu
Description
Calculate a+b
Input
Two integer a,b (0<=a,b<=101000)
Output
Output a + b
Sample Input
5 7
Sample Output
12
单片机开发 The goal of our final project was to design an efficient elevator simulator that can accept input fr
The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is ...
压缩解压 huffman decode all you need is input a data so that it will decode
huffman decode
all you need is input a data
so that it will decode
Windows CE 包含拼音和笔画输入的中文输入法,使用VC.NET2003开发.portable Chinese input method includes phonetic input and stroke, the
包含拼音和笔画输入的中文输入法,使用VC.NET2003开发.portable Chinese input method includes phonetic input and stroke, the use of VC.NET2003 development, WINCE.NET also can be used to understand the system and the family system!
编译器/解释器 ① 使用自动机技术实现一个词法分析程序; ② 使用算符优先分析方法实现其语法分析程序; 需要先在运行目录下建立一个input.txt文件
① 使用自动机技术实现一个词法分析程序;
② 使用算符优先分析方法实现其语法分析程序;
需要先在运行目录下建立一个input.txt文件,将需要分析的文法放在该文件中,分析结果,会输出在output.txt文件中。