登录
首页 » LabView » word2

word2

于 2012-05-09 发布 文件大小:18KB
0 208
下载积分: 1 下载次数: 8

代码说明:

  该程序基于labview编写而成,可以在Word文档中插入各种曲线图。(The program is based on labview compiled from a variety of graph can be inserted in a Word document.)

文件列表:

在Word中插入曲线图.vi,23046,2012-05-09

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

发表评论

0 个回复

  • load_flow_and_harmonic_flow
    说明:  可以进行谐波计算,等复杂的电力系统分析潮流计算,该算法具有计算速度快等优点(It can be used for harmonic calculation.)
    2019-04-27 16:03:00下载
    积分:1
  • pll
    用c语言实现的pll锁相环。用于仿真信号锁相。(pll phase lock loop。)
    2021-01-19 23:38:41下载
    积分:1
  • 基于simulink实现单通道有源降噪 Speedgoat FXLMS ANC
    说明:  基于simulink实现单通道有源降噪,对任何噪声均可尝试。(The single channel active noise reduction based on Simulink can be tried for any noise.)
    2021-04-04 23:49:04下载
    积分:1
  • 2019081091-韦秋云-代码
    说明:  C语言小锻炼,工程实践飞机订票系统,虚拟支付(airline reservation system)
    2020-10-25 13:47:32下载
    积分:1
  • FOC-IR2104
    基于stm32实现永磁同步矢量控制,驱动芯片为IR2104(vector control (foc) on PMSM with STM32)
    2018-10-08 10:10:56下载
    积分:1
  • 实用的485通讯电路,测试通过,抗干扰性能优良
    实用的485通讯电路,测试通过,抗干扰性能优良-Practical 485 communications circuits, test passed, excellent anti-interference performance
    2023-08-08 13:50:04下载
    积分:1
  • 在均匀线阵阵列中采用esprit算法对信号的DOA进行估计的仿真程序
    在均匀线阵阵列中采用esprit算法对信号的DOA进行估计的仿真程序-Bursts out in the uniform linear esprit algorithm used in signal DOA estimation of simulation program
    2022-03-21 22:03:04下载
    积分:1
  • 图形用户界面的猜数字小游戏 .功能:猜四位数,共有7次机会。...
    图形用户界面的猜数字小游戏 .功能:猜四位数,共有7次机会。-A GUI small game which performs the GUESS NUMBER game. Functions: to guess 4 digits , you hava only seven chances to get through.
    2022-01-24 13:47:16下载
    积分:1
  • C题:格拉布斯准则判断异常数据代码
    说明:  格拉布斯准则判断异常数据matlab代码(Matlab code for judging abnormal data by grabs criterion)
    2020-03-09 13:28:50下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载