-
xinxi
这是一段求信息量的C++程序,对输入的一组数据进行求和,及最终算出其信息量和信道容量(This is for the amount of information for some of the C++ Procedures, a group of input data summation, and finally calculate the amount of information and channel capacity)
- 2008-01-11 03:16:35下载
- 积分:1
-
SpillGuard__version_0.0.0.2__20081231
Office DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLP(Office DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLPOffice DLP)
- 2009-05-20 12:40:50下载
- 积分:1
-
ZLLK
一个简单的连连看游戏提供给大家,希望能给新手一些帮助(A simple Snake game available to everyone, I hope to give some help novice)
- 2013-12-18 21:05:29下载
- 积分:1
-
新标准C++习题解答
新标准C++程序设计教程/重点大学计算机专业系列教材配套习题解答(New Standard C++ Programming Course/Solutions to Exercises in Computer Series Textbooks of Key Universities)
- 2021-01-05 20:38:53下载
- 积分:1
-
ECG-diag
MATLAB心电图自动诊断程序。围绕心电信号预处理、心电波形检侧与定位、心电特征提取与分析三个方面。研究MIT数据库中的心电信号,针对心电信号中存在的工频干扰、基线漂移、肌电干扰等各种噪声,设计出了高通、低通、带阻、平滑效果滤波器来对心电信号进行预处理,对处理后的信号采用连续小波变化进行特征点的定位及瞬时心率的计算,最后通过分析给出诊断结果。(MATLAB ECG automatic diagnosis program. Around the ECG signal preprocessing, ECG waveform detection and location, ECG feature extraction and analysis of three aspects, the study of MIT in the ECG signal. According to the frequency interference, baseline drift in the presence of ECG, EMG interference and other noise, design a high pass, low pass, band stop filter, smoothing effect of pretreatment of the ECG signal, the calculation of the processed signal using continuous wavelet transform to locate feature points and instantaneous heart rate, finally the diagnosis results.)
- 2016-10-18 18:52:14下载
- 积分:1
-
lefdfdf
编译原理课件,学习资料,关于编译院里的情况啊(Learning materials)
- 2014-06-05 18:23:17下载
- 积分:1
-
运筹学动态规划问题
#include
#include
#include
using namespace std;
int x[4],s[4]; //x[k] 表示给第k个营业区增设的销售店 范围1-4
//s[k] 示给第k个营业区到3个营业区增设的销售店
int f[4][7],p[4][5];
//p[i][j] 给第i个营业区增加j个
//f[i][j] 给第i至第3个营业区增加j个
int max_value = 0;
void caclF() {
//计算出f[]
for(int k=2;k>=1;k--){
f[k][s[k]] = p[k][x[k]]+f[k+1][s[k+1]];
}
}
void caclS() {
//计算出s[]
for(int i=2;i
- 2022-05-12 10:58:38下载
- 积分:1
-
CRC16Test
CRC16 Algorithms and Test Example
- 2014-08-21 09:40:05下载
- 积分:1
-
lab16-EXRAM
说明: 该实验程序先向外部 SRAM 写入数据再读出,每一个存储空间逐一比较是否正确,如果一致说明没有问题,最后才写入自然数。(The experimental program first writes data to external SRAM and then reads it out. Each storage space compares correctly one by one. If there is no problem, the natural number will be written in the end.)
- 2020-06-17 01:40:01下载
- 积分:1
-
attach_20120624172556
串口开发 vc读写串口(Serial port development of vc reading and writing serial port)
- 2018-04-14 17:08:41下载
- 积分:1