搜索结果
找到约 950 项符合
input-output 的查询结果
软件设计/软件工程 GPIO (General Purpose Input and Output ports) with microprocessor programmable tri-state bus interfa
GPIO (General Purpose Input and Output ports) with microprocessor programmable tri-state bus interface
通讯编程文档 This is sofe input and soft output programme you can use. Matlab is the similation tool.
This is sofe input and soft output programme you can use. Matlab is the similation tool.
Java编程 student information input and output~ 学生信息输入与查询 上JAVA课上的实验报告
student information input and output~
学生信息输入与查询
上JAVA课上的实验报告
加密解密 AES implementation in C++. Input: key file and the file for encryption Output: the crypted file.
AES implementation in C++.
Input: key file and the file for encryption
Output: the crypted file.
文章/文档 The TLE2425 improves input regulation as well as output regulation
The TLE2425 improves input regulation as well as output regulation
书籍 Multiple-Input+Multiple-Output+Channel+Models
Many wireless communications channels consist of multiple signal paths from the
transmitter to receiver. This multiplicity of paths leads to a phenomenon known
as multipath fading. The multiple paths are caused by the presence of objects in the
physical environment that, through the mechanisms of pr ...
汇编语言 生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50
生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H
其他 对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序
对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt ...
汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n with specific numbers. ...