登录
首页 » WINDOWS » IEC_61000-4-5_2014

IEC_61000-4-5_2014

于 2019-01-19 发布 文件大小:5331KB
0 145
下载积分: 1 下载次数: 0

代码说明:

  used in new product development

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

发表评论

0 个回复

  • cgiqacteristicwaterfallconnection
    vc程序开发 Cspin的具体操作方法 主要介绍CSPIN的 使用,(Vc programming Cspin specific operation method Mainly introduces the use of CSPIN,)
    2017-04-12 01:38:04下载
    积分:1
  • matlab求解不等式方程组
    说明:  关于用matlab求解不等式方程组的一个简单的例子(A simple example of solving inequalities with matlab)
    2020-12-06 14:19:21下载
    积分:1
  • 输入捕获测频率占空比
    说明:  stm32f103输入捕获测量方波频率和占空比的程序(Input acquisition frequency duty cycle)
    2020-07-31 17:20:11下载
    积分:1
  • 艾默生EV系列变频器与PC通讯的程序,用VB编写的,十分适合工控人士使用...
    艾默生EV系列变频器与PC通讯的程序,用VB编写的,十分适合工控人士使用-Emerson EV inverter series of communications with the PC program, written using VB, very suitable for industrial use
    2023-08-19 18:55:04下载
    积分:1
  • H500S-MB硬件开放资料
    说明:  中科世为h500模块的应用原理图,可以方便开发界面等功能(Application schematic diagram of zhongkeshiwei H500 module)
    2021-01-22 22:19:44下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • DIYCHM
    说明:  diy 软件,破解 制作个性版 fcg教程(diy software, create personalized version of fcg crack tutorial)
    2011-04-10 21:29:37下载
    积分:1
  • Polynomial computational problems, this small program enables the calculation of...
    多项式的计算问题,这个小程序实现了多项式的求和的计算,输入系数和次数,并以-1 -1 结束-Polynomial computational problems, this small program enables the calculation of polynomial derivation, input coefficients and the frequency and to the end of-1-1
    2022-08-13 11:22:14下载
    积分:1
  • Acprotect1.10 Build123之C语言篇.chm
    Acprotect1.10 Build123之C语言篇.chm-Acprotect1.10 Build123 the C language articles. Chm
    2022-08-18 06:13:25下载
    积分:1
  • Mie散射Matlab源代码
    说明:  Mie散射Matlab源代码(Mie scattering matlab source code)
    2020-12-02 18:21:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载