登录
首页 » WINDOWS » 新款PM9811(Chinese)通讯软件

新款PM9811(Chinese)通讯软件

于 2018-01-21 发布 文件大小:1975KB
0 132
下载积分: 1 下载次数: 3

代码说明:

  功率计上位机操作软件,测试界面说明,文件到出(Power meter host computer operating software test interface description file to)

文件列表:

PM9811\Napui\NAPUI.exe, 3367424 , 2017-01-05
PM9811\Napui\数据记录\2016-11-29 20.30.15.xlsx, 8773 , 2016-11-29
PM9811\Napui\数据记录\2016-11-29 20.34.51.xlsx, 8765 , 2016-11-29
PM9811\Napui\数据记录\2016-11-30 10.43.13.xlsx, 8590 , 2016-11-30
PM9811\Napui\数据记录\2016-11-30 18.45.49.xlsx, 8774 , 2016-11-30
PM9811\Napui\数据记录\2016-11-30 19.14.09.xlsx, 8625 , 2016-11-30
PM9811\Napui\数据记录\2016-11-30 19.31.31.xlsx, 8815 , 2016-11-30
PM9811\Napui\数据记录\2016-11-30 19.42.17.xlsx, 9024 , 2016-11-30
PM9811\Napui\数据记录\2016-12-17 16.32.55.xlsx, 118697 , 2016-12-17
PM9811\Napui\数据记录\2016-12-22 16.43.18.xlsx, 8629 , 2016-12-22
PM9811\Napui\数据记录\2016-12-22 17.13.26.xlsx, 8570 , 2016-12-22
PM9811\Napui\数据记录\2016-3-26 15.55.18.xlsx, 12775 , 2016-03-26
PM9811\Napui\数据记录\2016-6-25 11.56.05.xlsx, 10007 , 2016-06-25
PM9811\Napui\数据记录\2016-6-25 16.01.17.xlsx, 273161 , 2016-06-25
PM9811\Napui\数据记录\2016-6-25 16.24.31.xlsx, 164148 , 2016-06-25
PM9811\Napui\数据记录\2016-7-19 15.30.28.xlsx, 8873 , 2016-07-19
PM9811\Napui\数据记录\2016-7-19 15.33.39.xlsx, 8553 , 2016-07-19
PM9811\Napui\数据记录\2016-7-19 15.41.10.xlsx, 8666 , 2016-07-19
PM9811\Napui\数据记录\2016-9-12 11.25.42.xlsx, 38281 , 2016-09-12
PM9811\Napui\数据记录\2016-9-12 11.28.39.xlsx, 9006 , 2016-09-12
PM9811\Napui\数据记录\2016-9-12 11.31.37.xlsx, 9345 , 2016-09-12
PM9811\Napui\数据记录\2016-9-12 18.06.49.xlsx, 11023 , 2016-09-12
PM9811\Napui\数据记录\2017-1-2 21.32.22.xlsx, 20464 , 2017-01-02
PM9811\Napui\数据记录\2017-1-3 12.09.07.xlsx, 12636 , 2017-01-03
PM9811\Napui\数据记录\2017-1-3 15.44.03.xlsx, 24698 , 2017-01-03
PM9811\Napui\数据记录\2017-1-3 16.36.17.xlsx, 27711 , 2017-01-03
PM9811\Napui\数据记录\2017-1-3 16.47.12.xlsx, 11466 , 2017-01-03
PM9811\Napui\数据记录\2017-1-3 16.53.25.xlsx, 9344 , 2017-01-03
PM9811\Napui\数据记录\2017-1-3 16.57.35.xlsx, 14797 , 2017-01-03
PM9811\Napui\数据记录\2017-1-5 9.13.37.xlsx, 44698 , 2017-01-05
PM9811\Napui\数据记录, 0 , 2017-01-11
PM9811\Napui, 0 , 2017-01-05
PM9811, 0 , 2017-01-02

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

发表评论


0 个回复

  • 卷积神经网络
    说明:  利用Python实现卷积神经网络,适合初学者借鉴,参考。(Using Python to realize convolution neural network is suitable for beginners to learn and refer to.)
    2020-06-15 22:45:01下载
    积分:1
  • coding txt
    说明:  STSK系统仿真,使用BPSK/QPSK调制(STSK system simulation using BPSK/QPSK modulation)
    2019-03-11 13:31:31下载
    积分:1
  • 一个简单的日志分类
    a simple logging cla-a simple logging class
    2022-05-29 06:31:48下载
    积分:1
  • *标题
    *Heading ** Job name: cbs Model name: Model-1 *Preprint, echo=NO, model=NO, history=NO, contact=NO ** ** PARTS ** *Part, name=Part-1 *Node
    2022-08-24 03:55:05下载
    积分:1
  • 数据采集程序,12位的A/D转换,且分为六个通道采入,对数据采集板卡的操作...
    数据采集程序,12位的A/D转换,且分为六个通道采入,对数据采集板卡的操作-Data collection procedures, 12 of the A/D conversion, and is divided into six-channel mining income, on the operation of data acquisition boards
    2022-09-06 21:50:03下载
    积分:1
  • bp神经网络分类
    1. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。要求:自行编写代码完成后向传播算法,采用交叉验证的方式实现对于性能指标的评判(包含SE,SP,ACC和AUC,AUC的计算可以基于平台的软件包)。(. using BP neural network to design the classifier for male and female students. The features include height, weight, whether they like mathematics, whether they like literature, and whether they like sports. The BP neural network contains a hidden layer, and the number of hidden nodes is five (5). Requirements: self compiled code, post propagation algorithm, cross validation method to achieve performance evaluation (including SE, SP, ACC and AUC, AUC calculation can be based on platform software package).)
    2017-10-21 20:58:22下载
    积分:1
  • MF-DFA去波动
    多重分形去趋势分析,多重分形消除趋势波动分析方法(MF-DFA)是描述金融市场复杂波动的有力工具(Multifractal detrending analysis)
    2018-04-26 16:04:12下载
    积分:1
  • Clubinarias_5.0
    说明:  One of the best indicators for binary options in the market. It is currently at version 6.0, but this is version 5.0.
    2020-06-18 09:20:02下载
    积分:1
  • ApplySVMTrainedClassifier
    说明:  IDL用于支持向量机(Support Vector Machine, SVM)算法,SVM是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier)。(IDL is used in Support Vector Machine (SVM) algorithm. SVM is a generalized linear classifier for binary classification of data in supervised learning.)
    2019-05-29 10:05:51下载
    积分:1
  • ACC_Vehicle_MPC-master
    基于matlab编写的车辆自适应巡航代码,可运行(Based on MATLAB, the vehicle adaptive cruise code can be run.)
    2021-05-12 16:52:07下载
    积分:1
  • 696518资源总数
  • 105409会员总数
  • 23今日下载