登录
首页 » Fortran » EMTP-models-program-guide

EMTP-models-program-guide

于 2016-06-01 发布 文件大小:752KB
0 204
下载积分: 1 下载次数: 14

代码说明:

  EMtp 模块编程的指导书 很难的的atp/emtp中编程模块的指导书(EMtp module programming guide book Atp/emtp programming module in the guide book)

文件列表:

EMTP models program guide.pdf,834875,2015-10-23

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

发表评论

0 个回复

  • 数据差分
    用于对数据进行查分求解,并绘制出对应的查分曲线图(三维和二维)(It is used to search and solve the data, and draw the corresponding scoring curve (three-dimensional and two-dimensional))
    2021-03-29 16:09:10下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • Temperature(ADC0)
    采用c8051f020芯片,实现12位ADC0采样芯片温度传感器,将温度通过串口0发送到PC机! ( Using C8051F020 chip, the implementation of 12 bit ADC0 sampling chip temperature sensor, the temperature through the serial port 0 is sent to the PC machine! )
    2011-08-15 20:32:38下载
    积分:1
  • xiaochengx
    说明:  插上万能门店插件 【增加】拼团增加后台商品可选发货或上门(Plug in Universal Store Plug-in to increase backstage merchandise optional delivery or door-to-door)
    2019-05-31 08:19:00下载
    积分:1
  • 是一个小小的猫捉老鼠游戏,小朋友肯定会喜欢的哦。我也希望学C++的朋友也会喜欢...
    是一个小小的猫捉老鼠游戏,小朋友肯定会喜欢的哦。我也希望学C++的朋友也会喜欢-is a little cat-and-mouse game, the children will like, oh. I also want to learn C of friends like
    2022-05-06 10:02:18下载
    积分:1
  • 太阳影子定位作业
    说明:  国赛A题太阳影子定位代码,可供读者学习,竞赛使用(In season A the sun shadow location code)
    2019-03-27 14:33:29下载
    积分:1
  • 支持向量机及解释用法
    说明:  支持向量机完整源程序,可MATLAB运行,支持C/C++编写(Support vector machine complete source, MATLAB can run, support C/C++ preparation)
    2019-06-23 15:52:19下载
    积分:1
  • 看看就知道拉。,数据结构的,自己下载回来看看合适你用不...
    看看就知道拉。,数据结构的,自己下载回来看看合适你用不-look at the Rafah know. , Data structure, back to their download you not suitable
    2023-08-28 23:00:03下载
    积分:1
  • 实现在矩阵的大多数运算,例如加减乘除等,求逆,求转置等
    实现在矩阵的大多数运算,例如加减乘除等,求逆,求转置等-implement the caculate of metric--multiple,add,sub,inverse and so on.
    2022-08-24 14:07:48下载
    积分:1
  • 1.1
    说明:  创建一个计时测试程序,比较公式节点和本地LabVIEW数学函数的平均执行时间。此程序需要一个For循环或一个平序或叠序结构以及一个Case结构。要求For循环运行计时测验N次,然后使用Statistics Express VI对结果做平均。要求顺序结构在代码运行之前以及代码运行之后对Tick Count进行采样。要求Case结构判定用户是要执行公式节点还是要执行本地LabVIEW数学函数。对每个分支运行计时测验程序。哪种方法执行时间最快?哪种方法最容易编程?别人要看程序时,哪种方法更容易理解?(Create a timing test program to compare the average execution time of formula nodes and local LabVIEW mathematical functions. This program needs a For loop or a plain or overlapping structure and a Case structure. Require the For cycle to run the timing test N times, and then use Statistics Express VI to average the results. The sequential structure is required to sample Tick Count before and after the code runs. The case structure is required to determine whether the user wants to execute formula nodes or local LabVIEW mathematical functions. Run the timing test program for each branch.)
    2018-12-27 13:17:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载