搜索结果
找到约 950 项符合
input-output 的查询结果
SQL Server v1.3.0 更新内容: + [调整] 安装文件的人性化!HOT! + [调整] 模板全面调整!HOT! + [修复] 发帖 editblog.php 的时间部分做了调整
v1.3.0 更新内容:
+ [调整] 安装文件的人性化!HOT!
+ [调整] 模板全面调整!HOT!
+ [修复] 发帖 editblog.php 的时间部分做了调整,增加了日历直接选定。
+ [修复] 通过ID直接查找文章的 input框 原本回车进入空白页面,现解决
+ [修复] 评论管理功能
+ [修复] RSS2.0的修复 ...
DSP编程 This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces t
This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces the pulse waveform whose duty cycle is changing as the voltage applied to ADC input changes. The waveform period is kept constant.
其他书籍 μVision2 支持许多种命令
μVision2 支持许多种命令,你可以在 Output Window – Command 窗口输入这
些命令以用于调试程序。本文对这些命令给与详细介绍
数据结构 赫夫曼编码与译码 本程序完全采用链式存储结构
赫夫曼编码与译码
本程序完全采用链式存储结构,用户在输入字符流后(无字符限制,无长度限制)(以EOF结束,即crtl+z),即可自动统计出现的字符,建立赫夫曼树,输出各字符的赫夫曼编码,翻译用户输入的字符流输出到文件中(output.txt),最后进行译码,输出字符流。
可供学习《数据结构》(清华大学出版社)(P146赫夫曼 ...
matlab例程 % DYNMODES calculates ocean dynamic vertical modes % taking a column vector of Brunt-Vaisala values
% DYNMODES calculates ocean dynamic vertical modes
% taking a column vector of Brunt-Vaisala values (Nsq) at
% different pressures (p) and calculating some number of
% dynamic modes (nmodes).
% Note: The input pressures need not be uniformly spaced,
% and the deepest pressure is assumed to ...
数学计算 The CoinUtils project is a collection of open-source utilities developed and used by a variety of ot
The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectors, performing matrix factorization, parsing input files in standard formats, ...
数据结构 输入的第一行是一个正整数N(1<=N<=40)
输入的第一行是一个正整数N(1<=N<=40),表示TheBeet买了N个山东煎饼,已知每个山东煎饼价格为2.5元。
接下来有6个非负整数,范围在[0, 1000]之内,分别表示摊主所拥有的50元、10元、5元、1元、5角、1角纸币的数量。
Output
输出一个整数,表示TheBeet最后收到的纸币数。如果无法满足要求,那就输出-1。 ...
DSP编程 fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void);
fft源代码,#include "f2407_c.h"
#include "math.h"
#define N 32 // FFT变换的点数
extern void fft(void);
extern void resave(void);
interrupt void phantom(void);
void sysinit(void);
extern int input[2*N];
系统设计方案 Multirate filters provide a practical approach to designing and implementing finite response (FIR) f
Multirate filters provide a practical approach to designing and implementing finite response (FIR) filters with narrow spectral constraints. By changing the input data rate at one or more intermediate points the filter lengths and computational rates can be greatly reduced when compared to a standar ...