CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 能源行业(电力石油煤炭) 搜索资源 - 测试数据

搜索资源列表

  1. RW_SEGY.rar

    1下载:
  2. 用C语言编写的读写微机格式SGY/SEGY文件的程序源代码,已经测试通过了。只需要自行添加处理命令就可以实现对数据处理。这是了解学习读写SGY文件,以及SGY文件格式非常好的例子!!(内含测试SGY数据),Using C language to read and write PC format SGY/SEGY files of source code has been tested passed. Only need to add their own to deal with an order
  3. 所属分类:Energy industry

    • 发布日期:2015-05-08
    • 文件大小:120950
    • 提供者:但是借
  1. Color-coordinate

    5下载:
  2. 色坐标换算色温该软件使用的时候先把光谱数据用excel打开,弄成两列那样的格式,只保留光谱具体数值,删除测试条件什么的,数据记得要归一化(最强的点应该是 1 ),再把数据保存成CSV格式,再用文本文件打开CSV格式,然后把里边的逗号替换成空格。保存成txt格式即可(修改文件的名称为 任意名称.txt)。计算的时候,点tool,选择spectra to CIE,点Browse,选择txt文件,计算就可以。-Color coordinate conversion color temperature
  3. 所属分类:Energy industry

    • 发布日期:2016-05-26
    • 文件大小:91136
    • 提供者:李维
  1. 17-Generator

    0下载:
  2. 电力系统17机动态稳定性测试数据,包含162条母线潮流数据和发电机的经典模型数据,潮流数据采用IEEE标准数据模型,适合基于matlab工具箱的电力系统动态仿真研究。-This 17 generator dynamic stability test case, which includes a 162 bus power flow data file
  3. 所属分类:Energy industry

    • 发布日期:2017-03-31
    • 文件大小:9808
    • 提供者:zuojian
  1. Serial0.1

    0下载:
  2. 太阳能发电站监控程序源代码。实现串口连接,串口测试,数据检测,全屏显示等功能。-Solar power monitoring program source code. Version 0.1. Serial Port connection, serial port testing, data detection, full screen display.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-03
    • 文件大小:435559
    • 提供者:kingkong_code
  1. PowerFlowCalculation

    1下载:
  2. 电力系统潮流计算及短路计算程序 IEEE 9节点测试通过 30节点以上时需增加PQU上下限 文件中还包含IEEE所有节点数据 我用的是CodeBlocks-Power Flow Calculation IEEE bus and branch data C++
  3. 所属分类:Energy industry

    • 发布日期:2017-11-06
    • 文件大小:2545959
    • 提供者:
  1. AutoCpk6000

    1下载:
  2. cpk收集工具 适用chrom 自己收集产品测试的 数据并做成固定格式的CPK EXCEL档-autocpk 6000
  3. 所属分类:Energy industry

    • 发布日期:2014-11-27
    • 文件大小:47104
    • 提供者:tiamo
  1. Infi-90_Block_Read

    0下载:
  2. Infi-90读写测试,在安装有COPOSER的计算机上可以运行,采集ABB DCS的控制逻辑块上的数据。-Infi- 90, speaking, reading and writing test, the installation of COPOSER can run on a computer, the data on the acquisition of ABB DCS control logic block.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-24
    • 文件大小:24675
    • 提供者:朱亚清
  1. TestSHC

    0下载:
  2. 用VB调用OVATION系统DCS的实时数据,进行读写测试。需要在OVATION系统计算机上运行,需要在安装有OVATION系统的计算机上运行。-OVATION DCS system using VB call real-time data, reading and writing tests. OVATION system required on the computer running, you need to run on a computer equipped with OVATION
  3. 所属分类:Energy industry

    • 发布日期:2017-04-04
    • 文件大小:9479
    • 提供者:朱亚清
  1. cpqdifwr

    0下载:
  2. 基于Qt4.8.1下开发的电能质量数据交换格式PQDIF的读取程序,可以完成对PQD文件的数据读取,并且能够以txt文件输出其内部逻辑结构。亲自测试能用且已移植到嵌入式系统。-Based on Qt4.8.1 under the development of power quality data interchange format PQDIF reader, can be read finish for PQD file data, and can output to TXT file its
  3. 所属分类:Energy industry

    • 发布日期:2017-05-12
    • 文件大小:2907772
    • 提供者:李心
  1. IEEE-Data-Index

    0下载:
  2. IEEE测试数据,包含所有测试节点的原始数据以及数据说明,还包含有部分节点的测试结果,实用。-IEEE test data, including raw data and data descr iption of all test node also contains some nodes of the test results, and practical.
  3. 所属分类:Energy industry

    • 发布日期:2017-05-14
    • 文件大小:3307970
    • 提供者:张星星
  1. IEEE14

    22下载:
  2. IEEE14节点5机测试系统matlab下的详细模型,包含系统数据和Simulink仿真模型。-IEEE test system for 14-bus-5-generator, can be employed directly by matlab. It contains data files and simulink files.
  3. 所属分类:Energy industry

    • 发布日期:2015-09-06
    • 文件大小:69632
    • 提供者:wang
  1. segy

    0下载:
  2. 用C语言编写的读写工作格式SGY/SEGY文件的程序源代码,已经测试通过了。只需要自行添加处理命令就可以实现对数据处理。这是了解学习读写SGY文件,以及SGY文件格式非常好的例子!!在工作站要安装相应的文件库(sun工作站应用过)。-Write PC format SGY/SEGY file using the C language to read the source code, has been tested. Only need to add the command can be achi
  3. 所属分类:Energy industry

    • 发布日期:2017-04-28
    • 文件大小:215423
    • 提供者:Hong
  1. RTU调试工具

    2下载:
  2. 电力规约CDT rtu 模拟仿真可以发遥测邀信等量可以进行测试数据接受等功能   RTU与主站配合可以实现三遥功能,即:遥测、遥信、遥控。   主要功能   (1)采集状态量并向远方发送,带有光电隔离,遥信变位优先传送;   (2)采集数据量并向远方发送,带有光电隔离;   (3)直接采集系统工频电量,实现对电压、电流、有功、无功的测量并向远方发送 ,可计算正反向电度;   (4)采集脉冲电度量并向远方发送,带有光电隔离;   (5)接收并执行遥控及返校;  
  3. 所属分类:能源行业(电力石油煤炭)

  1. SGY文件读写代码

    1下载:
  2. 地震勘探SEG-Y格式文件Fortran90读写代码,献给物探初学者!IVF平台编译!内有测试数据!支持IBM、IEEE、无卷头SGY格式文件!(Seismic exploration SEG-Y format file Fortran90 read and write code, dedicated to geophysical beginners! IVF platform compilation! Test data are available)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2017-12-21
    • 文件大小:814080
    • 提供者:木子佳人
  1. IEEE39BusSystem

    2下载:
  2. 基于PSCAD的IEEE39节点测试系统,可实现电磁暂态仿真、机电暂态仿真以及小信号稳定性仿真分析等。通过E-TRAN将PSS/E数据转换为PSCAD模型,模型包含有E-TRAN的元件库等。(IEEE New England 39-bus test system based on PSCAD/EMTDC. The model can be used in electromagnetic transient simulations, electromechanical transient sim
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2019-11-28
    • 文件大小:1236992
    • 提供者:Hartar
搜珍网 www.dssz.com