搜索结果
找到约 593 项符合
Output 的查询结果
按分类筛选
- 全部分类
- 技术资料 (63)
- 电源技术 (41)
- 单片机编程 (41)
- matlab例程 (32)
- 其他 (30)
- 单片机开发 (25)
- 模拟电子 (23)
- 数学计算 (23)
- 汇编语言 (20)
- 人工智能/神经网络 (18)
- VHDL/FPGA/Verilog (17)
- 编译器/解释器 (16)
- 数据结构 (13)
- 书籍 (13)
- Java编程 (12)
- 数值算法/人工智能 (11)
- 微处理器开发 (9)
- 传感与控制 (8)
- 可编程逻辑 (8)
- 其他嵌入式/单片机内容 (8)
- 其他书籍 (8)
- 压缩解压 (7)
- 书籍源码 (7)
- 驱动编程 (6)
- Java书籍 (6)
- 文章/文档 (6)
- 资料/手册 (5)
- 测试测量 (5)
- DSP编程 (5)
- 嵌入式/单片机编程 (5)
- 教程资料 (4)
- Internet/网络编程 (4)
- 软件设计/软件工程 (4)
- Linux/Unix编程 (4)
- 加密解密 (4)
- 论文 (4)
- 开关电源 (3)
- uCOS (3)
- 通讯/手机编程 (3)
- 电子书籍 (3)
- 源码 (3)
- 学术论文 (2)
- 通信网络 (2)
- 嵌入式综合 (2)
- 无线通信 (2)
- C/C++语言编程 (2)
- 开发工具 (2)
- 设计相关 (2)
- 串口编程 (2)
- 其他行业 (2)
- 文件格式 (2)
- 中间件编程 (2)
- VC书籍 (2)
- 网络 (2)
- 嵌入式Linux (2)
- STL (2)
- 行业发展研究 (2)
- JavaScript (2)
- 软件 (2)
- PCB相关 (1)
- 技术书籍 (1)
- 工控技术 (1)
- *行业应用 (1)
- CA认证 (1)
- USB编程 (1)
- 技术管理 (1)
- SQL Server (1)
- 邮电通讯系统 (1)
- 软件工程 (1)
- VxWorks (1)
- Windows CE (1)
- Jsp/Servlet (1)
- Applet (1)
- 金融证券系统 (1)
- 多国语言处理 (1)
- Modem编程 (1)
- 通讯编程文档 (1)
- GPS编程 (1)
- 3G开发 (1)
- 游戏 (1)
- 仿真技术 (1)
- 源码/资料 (1)
- 其他文档 (1)
- 手册 (1)
- 电路图 (1)
- VIP专区 (1)
汇编语言 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 ...
matlab例程 简单混合衰落信道 This mfile inputs an unmodulated sinewave through a simple Rayleigh two path fading channe
简单混合衰落信道
This mfile inputs an unmodulated sinewave through a simple Rayleigh two path fading channel and shows the output with phase, gain, and attenuation characteristics via animation.
数据结构 数字运算
数字运算,判断一个数是否接近素数
A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum o ...
uCOS 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small R
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以 ...
uCOS 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个
这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页 ...
数据结构 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. ...
CA认证 * * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode
*
* Input
* bin_data : binary data
* bin_size : binary data length
* Mode : operation mode
* BASE64_NeedCRLF ---- Need a CRLF every 64 base64-character
* BASE64_NotCRLF ---- Need not CRLF between 64 base64-character
*
* Output
* char data
* char data length
*
* Return
* 0: success -1: e ...
matlab例程 Frequency Scale Conversion From f To f Scale frq2mel mel2frq mel The mel scale is based on the hu
Frequency Scale Conversion
From f To f Scale
frq2mel mel2frq mel The mel scale is based on the human perception of sinewave pitch.
frq2erb erb2frq erb The erb scale is based on the equivalent rectangular bandwidths of the human ear.
frq2midi midi2frq midi The midi standard specifies a numbering o ...
数值算法/人工智能 Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensione
Routine mampres: To obtain amplitude response from h(exp(jw)).
input parameters:
h :n dimensioned complex array. the frequency response is stored
in h(0) to h(n-1).
n :the dimension of h and amp.
fs :sampling frequency (Hz).
iamp:If iamp=0: The Amplitude Res. amp(k)=abs(h(k))
If iamp=1: The ...
DSP编程 Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR
Routine mar1psd: To compute the power spectum by AR-model parameters.
Input parameters:
ip : AR model order (integer)
ep : White noise variance of model input (real)
ts : Sample interval in seconds (real)
a : Complex array of AR parameters a(0) to a(ip)
Output parameters:
psdr : Real array of ...