登录
首页 » Others » 台达PLC modbus通信上位机64位C#实例

台达PLC modbus通信上位机64位C#实例

于 2020-11-29 发布
0 328
下载积分: 1 下载次数: 3

代码说明:

台达PLC modbus通信上位机64位C#实例程序,vs2010亲测可用。台达PLC modbus通信上位机64位C#实例程序,vs2010亲测可用。

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

发表评论

0 个回复

  • MFC电梯模拟系统
    用VC++写的电梯模拟系统,适用于毕业设计,和想学习VC++的从业人员进行研究
    2020-12-07下载
    积分:1
  • LabVIEW自动气象站演示
    本Demo为模拟现实中分布式气象站和气象数据中心的功能,在程序中使用了Weather data.vi来产生分布式数据,通过datasocket将仿真数据发送至主程序Weather_station_main.vi进行实时显示和存储。历史天气分析是一个独立的程序Weather history.vi,它根据以往存储的历史数据来分析长时间内各区县的历史天气情况。
    2020-11-04下载
    积分:1
  • [ESP8266 ]WIFISocket_PCB电路图
    WIFISocket PCB电路图 智能插座 ESP8266 arduino WIFI
    2020-11-28下载
    积分:1
  • 稀疏自码深度学习的Matlab实现
    稀疏自编码深度学习的Matlab实现,sparse Auto coding,Matlab codetrain, m/7% CS294A/CS294W Programming Assignment Starter CodeInstructions%%%This file contains code that helps you get started ontheprogramming assignment. You will need to complete thecode in sampleIMAgEsml sparseAutoencoder Cost m and computeNumericalGradientml For the purpose of completing the assignment, you domot need tochange the code in this filecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencodtrain.m∥%%========%6% STEP 0: Here we provide the relevant parameters valuesthat willl allow your sparse autoencoder to get good filters; youdo not need to9 change the parameters belowvisibleSize =8*8; number of input unitshiddensize 25number of hidden unitssparsity Param =0.01; desired average activation ofthe hidden units7 (This was denoted by the greek alpharho, which looks like a lower-case pcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod4/57train.,m∥in the lecture notes)1 ambda=0.0001%o weight decay parameterbeta 3%o weight of sparsity penalty term%%==:79 STEP 1: Implement sampleIMAGESAfter implementing sampleIMAGES, the display_networkcommand shouldfo display a random sample of 200 patches from the datasetpatches sampleIMAgES;display_network(patches(:, randi(size(patches, 2), 204, 1)), 8)%为产生一个204维的列向量,每一维的值为0~10000curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod5/57train.m/v%中的随机数,说明是随机取204个 patch来显示%o Obtain random parameters thetatheta= initializeParameters ( hiddenSize, visibleSize)%%=============三三三三====================================97 STEP 2: Implement sparseAutoencoder CostYou can implement all of the components (squared errorcost, weight decay termsparsity penalty) in the cost function at once, butit may be easier to do%o it step-by-step and run gradient checking (see STEP3 after each stepWecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod6/57train. m vb suggest implementing the sparseAutoencoder Cost functionusing the following steps(a) Implement forward propagation in your neural networland implement the%squared error term of the cost function. Implementbackpropagation tocompute the derivatives. Then (using lambda=beta=(run gradient Checking%to verify that the calculations corresponding tothe squared error costterm are correctcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod7/57train. m vl(b) Add in the weight decay term (in both the cost funcand the derivativecalculations), then re-run Gradient Checking toverify correctnessl (c) Add in the sparsity penalty term, then re-run gradiChecking toverify correctnessFeel free to change the training settings when debuggingyour%o code. (For example, reducing the training set sizecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod8/57train m vl/number of hidden units may make your code run fasterand setting betaand/or lambda to zero may be helpful for debuggingHowever, in yourfinal submission of the visualized weights, please useparameters web gave in Step 0 abovecoS七grad]sparseAutoencoderCost(theta, visibleSize,hiddensize, lambda,sparsityParam, beta,patches)二〓二二二二二二二〓二〓二〓二〓=二====〓=curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod9/57train.m vlll96% STeP 3: Gradient CheckingHint: If you are debugging your code, performing gradienchecking on smaller modelsand smaller training sets (e. g, using only 10 trainingexamples and 1-2 hiddenunits) may speed things upl First, lets make sure your numerical gradient computationis correct for a%o simple function. After you have implemented computeNumerun the followingcheckNumericalGradientocurer:YiBinYUyuyibintony@163.com,WuYiUniversityDeep Learning, MATLAB Code for Sparse Autoencode10/57
    2020-12-05下载
    积分:1
  • 教务管理系统(c#)完整代码+数据库
    教务管理系统(c#)完整代码+数据库教务管理系统(c#)完整代码+数据库教务管理系统(c#)完整代码+数据库
    2020-11-27下载
    积分:1
  • ad6 altium designer封装库大全封装集合常用元件电阻电容继电器等封装库protel
    用于ad altium designer 6以上的 ad6.9 ad 6.9 的封装库大全,封装集合,下载,包含常用的电阻电容电感,可调电阻电容,等封装,继电器,插件直插封装大全,以及一些常用元件三极管等的原理图符号图,类似protel dxp封装库。各个封装 footprint
    2020-12-04下载
    积分:1
  • 重庆邮电大学计算机硕士论文答辩.ppt
    重庆邮电大学计算机硕士论文答辩ppt,只提供大家参考!
    2020-12-03下载
    积分:1
  • RBF神经网络在线自适应源码(带注释)
    自己写了一些注释,主要是刚开始还不是很熟悉Simulink里的一下模块,然后其中的机理就不太清楚,所以加了一些注释在里面
    2020-11-28下载
    积分:1
  • Numerical Analysis - 9th - (Burden & Faires)
    Numerical Analysis - 9th - (Burden & Faires)
    2020-11-28下载
    积分:1
  • 嵌入式控制系统及其C/C++实现随书光盘.iso
    【实例简介】嵌入式控制系统及其C/C++实现:TP271 L026.iso需要用虚拟光驱才能打开,里面有随书的代码和一些说明。
    2021-12-08 00:32:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载