登录
首页 » 界面开发 » 带串口输入显示图形和具有软件可编程滤波器特别…

带串口输入显示图形和具有软件可编程滤波器特别…

于 2022-03-13 发布 文件大小:60.60 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

Take Comport input to show as Graph and has software programmable filters particularly for EEG application.

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

发表评论

0 个回复

  • 这是一个屏幕捕捉的程序,对初学者很有帮助,可以学习里的一些编程思想...
    这是一个屏幕捕捉的程序,对初学者很有帮助,可以学习里面的一些编程思想-This is a screen capture program, very helpful for beginners, can learn some programming ideas inside
    2022-04-23 12:59:58下载
    积分:1
  • 重画控件:实现LED七段显示管,显示0
    重画控件:实现LED七段显示管,显示0-9个数字,用于工业时钟比较好,并且支持放大缩小,颜色更改及其他功能-re-drawing of Control : Achieving LED Display Tube paragraph 107, 0-9 figures show, for industrial Clock better, Zooming and support, color changes and other functions
    2022-06-03 06:14:32下载
    积分:1
  • vc编程,对的修饰有很好的帮助,希望大家喜欢
    vc界面编程,对界面的修饰有很好的帮助,希望大家喜欢-vc interface programming interface refinements of a good help, hope you like
    2022-04-18 23:53:04下载
    积分:1
  • This is a student information management system, includes all the functions of s...
    这是一个学生信息管理系统,他包含了所有学生信息的功能,当你做这方面的系统时都可以采用到它里面的内容,希望大家喜欢-This is a student information management system, includes all the functions of student information, when you do this the system can be applied to the contents inside it, hope you like
    2022-08-10 01:25:41下载
    积分:1
  • C# WinForm 仿360
    资源描述非常漂亮 C# WinForm 仿360界面,很好,审核编辑过!对于初学者很有帮助!
    2022-03-06 14:50:56下载
    积分:1
  • CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST...
    CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip   基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 enum_display_modes_demo.zip enum_display_modes_src.zip   列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。 iconbutton_demo.zip iconbutton_src.zip   创建一个按钮,并在上面显示图标。 jpeglib_demo.zip jpeglib_src.zip   利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 Mail_Report.zip   一个邮件报告程序。 SrcFirstProg.zip   解释了最基本的MFC程序流程。 tabcontrol_demo.zip tabcontrol_src.zip   自定义的标签控件对话框。 Undo_demo.zip undo_src.zip    在VC中实现Undo和Redo功能。-err
    2022-01-26 05:12:12下载
    积分:1
  • 一个完整的图书管理系统,功能强大完整,利用C++和数据库的连接形成管理系统,完美的源代码...
    一个完整的图书管理系统,功能强大完整,利用C++和数据库的连接形成管理系统,完美的源代码-a complete library management system, powerful integrity, the use of C and the database management system of connected, the perfect source code! !
    2022-03-06 08:01:58下载
    积分:1
  • 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
    高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。 显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
    2022-08-06 00:41:04下载
    积分:1
  • This application not only demonstrates the basics of using the Microsoft Foundat
    This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TimeLimit application.
    2022-05-24 06:05:24下载
    积分:1
  • VC++几个常用的类,有串口类,超链接类,图钉类等,都很好用!...
    VC++几个常用的类,有串口类,超链接类,图钉类等,都很好用!-VC++ of several commonly used classes, there are serial type, hyperlink type, pushpin type and so on, are very easy to use!
    2022-02-02 00:06:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载