登录
首页 » Visual C++ » VC(6.0)_ecg

VC(6.0)_ecg

于 2015-07-29 发布 文件大小:2062KB
0 269
下载积分: 1 下载次数: 35

代码说明:

  用VC6.0编写的对话框程序,可以读取ECG(txt格式)数据,并画图。采用差分阈值法对心电信号进行R波的检测并显示R波检测的个数,效果较好。程序中也编写了一个滤波器对心电数据进行滤波。(VC6.0 prepared by the dialog box procedure, you can read ECG (txt format) data, and drawing. Differential threshold method ECG R-wave detect and display the number of R-wave detection, the better. The program also write a filter for filtering the ECG data.)

文件列表:

VC(6.0)_ecg
...........\ecg_process最终版
...........\.................\ecg_process
...........\.................\...........\Debug
...........\.................\...........\.....\ecg_process.exe,118876,2015-07-08
...........\.................\...........\.....\ecg_process.ilk,321760,2015-07-08
...........\.................\...........\.....\ecg_process.obj,28505,2015-07-06
...........\.................\...........\.....\ecg_process.pch,5955100,2015-07-06
...........\.................\...........\.....\ecg_process.pdb,443392,2015-07-08
...........\.................\...........\.....\ecg_process.res,2864,2015-07-08
...........\.................\...........\.....\ecg_processDlg.obj,62795,2015-07-08
...........\.................\...........\.....\StdAfx.obj,106061,2015-07-06
...........\.................\...........\.....\vc60.idb,222208,2015-07-08
...........\.................\...........\.....\vc60.pdb,364544,2015-07-08
...........\.................\...........\ecg_process.aps,21692,2015-07-10
...........\.................\...........\ecg_process.clw,1373,2015-07-10
...........\.................\...........\ecg_process.cpp,2133,2015-07-06
...........\.................\...........\ecg_process.dsp,4249,2015-07-06
...........\.................\...........\ecg_process.dsw,530,2015-07-06
...........\.................\...........\ecg_process.h,1379,2015-07-06
...........\.................\...........\ecg_process.ncb,82944,2015-07-10
...........\.................\...........\ecg_process.opt,124928,2015-07-10
...........\.................\...........\ecg_process.plg,256,2015-07-08
...........\.................\...........\ecg_process.rc,5716,2015-07-08
...........\.................\...........\ecg_processDlg.cpp,9162,2015-07-08
...........\.................\...........\ecg_processDlg.h,1651,2015-07-06
...........\.................\...........\ReadMe.txt,3669,2015-07-06
...........\.................\...........\res

...........\.................\...........\...\ecg_process.rc2,403,2015-07-06
...........\.................\...........\resource.h,965,2015-07-06
...........\.................\...........\StdAfx.cpp,213,2015-07-06
...........\.................\...........\StdAfx.h,1077,2015-07-06
...........\.................\...........\心电数据
...........\.................\...........\........\MA1_0011.txt,47622,2015-07-06
...........\.................\...........\........\MA1_0012.txt,49033,2015-07-06
...........\.................\...........\........\MA1_0021.txt,48056,2015-07-06
...........\.................\...........\........\MA1_0811.txt,52830,2015-07-07
...........\.................\...........\........\MA1_0812.txt,48660,2015-07-07
...........\.................\...........\........\maq_1.txt,47622,2015-07-06
...........\.................\...........\........\maq_2.txt,49033,2015-07-06
...........\.................\...........\........\maq_5.txt,49033,2015-07-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 6_1
    1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有: 1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为: 1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 编写主函数,并测试以下内容: 1) 定义一个CStudent的指针数组pStu,数组长度为4; 2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内; 3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内; 4) 利用while循环调用数组里每个元素的计算平均成绩操作; 释放动态分配的空间,确保必要的析构函数能被调用。 (1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are: 1) Save English, shaping member variables politics, mathematics, geography and history, art achievements 2) Set the above variables public member function 3) public member function of the output of the variable 4) public member function Average () is used to calculate the average student s points The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows: 1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables 2) Set the above variables public member function 3) public member function of t)
    2014-10-20 15:29:16下载
    积分:1
  • sy1
    用matlab实现读入图像,并显示图像,及存取图像中的任意像素值(Read into the image using matlab implementation, and display images, and access any pixel in the image)
    2010-10-25 09:54:42下载
    积分:1
  • dc++
    dc++ 常用的程序 !!希望队大家有帮助!有需要得人下(dc commonly used procedures! ! Hope the team will help you! There is a need to have people under the)
    2008-01-06 17:29:50下载
    积分:1
  • UART_GUI
    RS232通訊用GUI,可偵測PC上的所有Port供使用者選擇,並提供9600、115200兩個baud rate供使用者選擇(如需其他baud rate可自行於code內添加),提供RX、TX接收傳送功能,下方接收欄可接收第一個0x0A指令之前所有資料,右方接收欄則接收剩餘所有資料。(RS232 communication with the GUI, can be detected on all Port PC for users to choose and provide 9600,115200 two user selectable baud rate (for other baud rate can add their own in the code), to provide RX, TX reception transmission function, the receiver can receive all the information bar below before the first 0x0A command bar on the right to receive all the information you receive surplus.)
    2014-12-22 17:51:39下载
    积分:1
  • GFactor
    LTE基础平台中的G factor计算,即用户选择,非常有参考价值(very useful for lte user select)
    2014-12-02 09:56:45下载
    积分:1
  • three
    基于matlab的电压电流双闭环的三相并网逆变器模型,采用电压外环及电流内环控制方式(Matlab-based dual-loop voltage and current three-phase grid-connected inverter model, the outer voltage loop and inner current loop control)
    2011-02-06 15:49:53下载
    积分:1
  • matlab
    程序相当有用,可用于数学建模中。数据是实例,程序浅显易懂。(Program is useful for mathematical modeling. Data instance, the program easy to understand.)
    2013-09-07 09:44:59下载
    积分:1
  • 3
    编写程序:基类base,有一个私有数据成员n,派生类Derived公有继承基类base,Derived中新增加一个数据成员m(Programming: the base class base, there is a private data member n, the derived class Derived inherits the base class public base, Derived add a new data member m)
    2013-12-17 13:38:33下载
    积分:1
  • Windows
    介绍windows程序运行原理,讲述详细,涉及到windows运行的基本流程,让读者可以总体把握,比较适合初学者阅读使用。(Introduction windows program operating principle, tells in detail, the basic process involves running windows so that the reader can grasp the whole, more suitable for beginners to read to use.)
    2014-02-23 22:06:40下载
    积分:1
  • FAST_Magic21308710162008
    This is the simulation of Photoshop magic wand effect of Matlab procedures for image segmentation
    2013-12-08 00:25:53下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载