登录
首页 » 界面开发 » 2011基于LabVIEW的串口虚拟示波器

2011基于LabVIEW的串口虚拟示波器

于 2022-02-12 发布 文件大小:28.06 kB
0 209
下载积分: 2 下载次数: 3

代码说明:

该系统可以实现对16位AD转换系统的数据采集,并实现波形恢复。由于受串口波特率的限制,系统可采集最高信号频率为1k。

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

发表评论

0 个回复

  • 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC...
    这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for the ITU G704
    2022-02-05 09:33:20下载
    积分:1
  • 在对话框上画线 希望大家有所帮助
    在对话框上画线 希望大家有所帮助 -Draw a line in the dialog box on the hope that we help
    2022-03-19 20:10:11下载
    积分:1
  • 1、上述程序在VB5.0中文版和安装了Microsoft Word97的Windows98中文版环 境下调试通过。 2、实例中模板文件的格式并不局限于此,可以是...
    1、上述程序在VB5.0中文版和安装了Microsoft Word97的Windows98中文版环 境下调试通过。 2、实例中模板文件的格式并不局限于此,可以是任意格式的Word文档;书签 的定义也不局限于文本,还包括为引用而命名的位置。 3、实例中,当更新书签内容时,应采取更简便的方法,避免程序的冗余。通 常的做法是:按一定的命名规则定义书签(如b1,b2,b3),将所有的数据信息 存放在数据库中,而数据库字段的命名也采用相应规则(如b1,b2,b3),因此 可以利用循环的方法从数据库中读出数据,同时更新书签内容。 4、第3点说明实际上与数据库发生联系,从而可实现标准文档的批量生成和 连续打印。-one, the above procedures in VB5.0 and installation of the Chinese version of Microsoft Word 97 Chinese version of the Windows 98 environment through debugging. 2, examples template file format is not limited to this, it can be in any format, Word documents; Bookmark not confined to the definition of the text, but also as a reference to the location and name. 3, example, when the content is updated bookmarks, should take a more easy ways to avoid redundant procedures. The usual practice is : according to certain rules of naming bookmarks definition (b1, b2, b3), all the data stored in the database and the database fields are named accordingly adopted rules (such as b1, b2, b3), it can use
    2022-11-30 05:15:03下载
    积分:1
  • c语言编写的图形时钟,比较简单,但是可以修改!
    c语言编写的图形时钟,界面比较简单,但是可以修改!-c language graphics clock, the interface is relatively simple, but can be amended!
    2023-04-14 01:25:03下载
    积分:1
  • 地图的送,主要是通过微软的outlook来送地图的
    地图的发送,主要是通过微软的outlook来发送地图的-maps of this, primarily through Microsoft Outlook to send maps
    2023-06-19 04:55:03下载
    积分:1
  • uCGUI在STM32下的移植
    首先感谢WZT大哥共享的ucGUI移植的文档,先将本人的移植过程详细记录下来,以供初学者参考: 1、打开调试好的TFTLCD测试程序(这里是打开“ALIENTEK MINISTM32 实验10 TFTLCD显示实验”)的工程文件夹,在其中创建ucGUI的文件夹。由于ucGUI/CORE文件中已经存在了lcd.h和lcd.c的文件,所以我们将工程目录HARDWARE/LCD中的lcd.c文件和lcd.h文件的文件名换成ili93xx.c和ili93xx.h,并将其中的预处理命令也相应的更换。然后将ili93xx.h和ili93xx.c中用来标识液晶屏宽和高的LCD_H与LCD_W分别换成LCD_HEIGHT和LCD_WIDTH。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-06 15:34:02下载
    积分:1
  • contain executable files, bmp to shrug off, the surface is very beautiful
    包含可执行文件,bmp来耸耸肩,表面很漂亮
    2022-08-24 06:11:06下载
    积分:1
  • qt alarm实现闹钟
    #include"alarm.h" #include Alarm::Alarm(QWidget * parent) :QDialog(parent) { init(); layout(); con(); }; //  ****** //  初始化 //  ****** void Alarm::init() { setWindowTitle("Alarm clock"); //设置标题 setFixedSize(QSize(300,80)); //固定大小 timer=new QTimer; //控制lcd的时间刷新 uptimer=new QTimer; //控制对话框上升 dtimer=new QTimer; //控制对话框下降 itimer=new QTimer; lcdNumber=new QLCDNumber; //显示当前时间 lcdNumber->setFixedSize(QSize(150,50)); //固定大小 lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字 lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的 lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的 label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
    2022-01-28 04:54:06下载
    积分:1
  • 聊天室用的格式化输出的文本框
    聊天室用的格式化输出的文本框-Outputing formated content to text box used in ChatRoom
    2022-07-28 07:37:54下载
    积分:1
  • 很好的设计程序,希望各位快来下载阿!
    很好的界面设计程序,希望各位快来下载阿!-Good interface design process, I hope that the Arab-Israeli Come download!
    2023-04-14 19:45:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载