登录
首页 » Windows开发 » 本软件实现了示波器,信号发生器,频率计,万用表的功能,在音频范围内可完全替代上述仪器。这并不是仿真软件,而是实用的工具,这些虚拟仪器可以很好的工作。最简单的应用...

本软件实现了示波器,信号发生器,频率计,万用表的功能,在音频范围内可完全替代上述仪器。这并不是仿真软件,而是实用的工具,这些虚拟仪器可以很好的工作。最简单的应用...

于 2022-05-24 发布 文件大小:63.58 kB
0 185
下载积分: 2 下载次数: 3

代码说明:

本软件实现了示波器,信号发生器,频率计,万用表的功能,在音频范围内可完全替代上述仪器。这并不是仿真软件,而是实用的工具,这些虚拟仪器可以很好的工作。最简单的应用只需要两根电缆,一根输入,一根输出。-this software realize the function of oscillograph and signal befallen and cymometer and multimeter. in frequency confine can substitute for instrument so you say,this software is not a emulational software but a applied tool.these dummy instrument can do well many job.the simple application mere need two cable ,one input,the other output.

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

发表评论

0 个回复

  • Package and then write their specific functions to read and write LCD12864 contr...
    文件包然后写出其具体功能LCD12864读写程序可C51控制9638-Package and then write their specific functions to read and write LCD12864 control 9638 program can be C51
    2023-08-03 01:40:04下载
    积分:1
  • 算风速2004年冬季(2003年12月~2004年2月)全省平均气温比常年同期偏高1.7℃,是1961年以来的第三个最暖的冬天,偏暖程度仅次于1999年冬季和2...
    算风速2004年冬季(2003年12月~2004年2月)全省平均气温比常年同期偏高1.7℃,是1961年以来的第三个最暖的冬天,偏暖程度仅次于1999年冬季和2002年冬季,也是1991年以来出现的第13个偏暖的冬季。尤其是2月份,全省平均气温为4.4-9.4℃,比常年同期异常偏高3-5℃,大部分地区为建站以来同期最高值。2月13日是季内最暖的一天,全省最高气温为18.6-25.5℃。-2004 winter (December 2003-February 2004), the province"s average temperature than in a normal year high of 1.7 C, since 1961 is the third warmest winter, second only to warmer winter 1999 and winter 2002, but also in 1991 the first since 13 the warmer winter months. Particularly in February, the province"s average temperature of 4.4-9.4 C, in addition to the same period of abnormal High 3-5 C, the most severe since the same period of highest value. February 13 is a quarter of the warmest day, the province"s highest temperature of 18.6-25.5 C.
    2022-02-21 12:57:37下载
    积分:1
  • opencv2.4校准
    基于OpenCV的摄像机标定实现(5.61mb)源码下载
    2022-03-01 07:05:21下载
    积分:1
  • 高度图电机使用高程数据 (将转换 HGT 文件到 PNG)
    我公司开发该应用程序可以转换,被收集在航天飞机雷达拓扑任务 (SRTM) 和 HGT 文件中存储为 PNG 文件的高程数据。这些 PNG 文件可以在 3D 应用程序中用于生成高程网。这些 windows 控制台应用程序需要 libpng 和 zlib。
    2022-10-05 22:35:02下载
    积分:1
  • Windows环境下32位汇编语言程序设计,十分全面
    Windows环境下32位汇编语言程序设计,十分全面-Windows Environment 32-bit assembly language programming, a very comprehensive
    2022-11-03 12:05:03下载
    积分:1
  • Cele Task
    Cele Task - 强大的工作管理员-Cele Task- a powerful Task Manager
    2022-03-24 02:47:35下载
    积分:1
  • 本文档的目的在于阐述一种方法,通过该方法,小组可以在他们所编写的代码中保持一贯的风格。这样做的目的是使在小组中的每一个程序员都可以明白其他程序员的代码。...
    本文档的目的在于阐述一种方法,通过该方法,开发小组可以在他们所编写的代码中保持一贯的风格。这样做的目的是使在开发小组中的每一个程序员都可以明白其他程序员的代码。这有助于提高代码编写的可读性和使用的一贯性。-This document aims to set out a way through this method, the development team can be prepared in their code to maintain a consistent style. The aim is to enable the development teams in each of the programmers can understand other programmers code. This helps to improve code readability and use of the preparation of consistency.
    2023-07-13 13:10:10下载
    积分:1
  • GNU Privacy Guard, a tool to encrypt files (e.g. for use as email attachments) w...
    GNU Privacy Guard, a tool to encrypt files (e.g. for use as email attachments) with a drag-and-drop interface. Just drop files onto this application and they will be encrypted as self-decrypting EXE files, which will regenerate the original file when executed if you can supply the encryption passphrase. The source code (for Borland C++ Builder) is included
    2022-03-25 01:06:06下载
    积分:1
  • 进程是程序在一个数据集合上运行的过程,进程是并进行的,也即系统中的多个进程轮流的占用处理器运行。 我们把若干个进程都能进行访问和修改的那些变量称为公共变...
    进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。 我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。 -process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
    2023-01-24 21:05:04下载
    积分:1
  • 数据结构中的树形结构的层序遍历,仅仅是是对树的创建,销毁,遍历,插入等常规操作的c源代码...
    数据结构中的树形结构的层序遍历,仅仅是是对树的创建,销毁,遍历,插入等常规操作的c源代码-Data structure in the tree structure traversal sequences, only yes yes right tree creation, destruction, traversal, insertion and other conventional operations c source code
    2023-01-05 00:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载