-
PLC例程大合集
应用背景可编程逻辑控制器,它采用一类可编程的存储器,用于其内部存储程序,执行逻辑运算、顺序控制、定时、计数与算术操作等面向用户的指令,并通过数字或模拟式输入/输出控制各种类型的机械或生产过程。关键技术PLC的用户程序可以在实验室模拟调试,输入信号用小开关来模拟,通过PLC上的发光二极管可观察输出信号的状态。完成了系统的安装和接线后,在现场的统调过程中发现的问题一般通过修改程序就可以解决,系统的调试时间比继电器系统少得多。这里包含了12个典型例程,可直接调试运行。
- 2022-03-20 22:06:20下载
- 积分:1
-
备忘录模式-游戏角色状态01
一个简单的查找无向图最短路径的界面程序,练习用(A simple interface program for finding the shortest path of undirected graph.)
- 2020-06-24 18:00:01下载
- 积分:1
-
VB6.0在窗口中实现背景渐变
VB6.0在窗口中实现背景渐变,渐变可随窗口的大小变化自动填充,挺平滑的渐变,修改渐变可修改VB中的代码即可,本渐变不仅限于窗体背景,也可用于其它的窗口元素中,比如按钮和对话框中。
- 2023-04-30 07:50:04下载
- 积分:1
-
hao
本PPT介绍了协方差函数及其计算公式,变异函数及其计算公式,克里格插值方法的过程,最后给了一个基于克里金插值的实例.(This PPT introduces covariance function and its formula for calculating the variation function and its formula, Kriging interpolation process, and finally given an example based Kriging interpolation.)
- 2009-09-24 12:02:35下载
- 积分:1
-
LabVIEW编程语言属性节点使用相关内容的例子…
LABVIEW程序语言中属性节点相关内容的使用实例-LABVIEW programming language attribute nodes using the example of relevant content
- 2022-03-26 05:33:26下载
- 积分:1
-
cjctor
VC 矢量图实现无级缩放,支持格式有WMF和EMF文件,不错的源码(VC vector to achieve stepless zoom, support format WMF and EMF files, good source code)
- 2018-11-27 03:37:05下载
- 积分:1
-
测试是单元测试JUnit框架C著名的使用
CppUnit 是著名的用于单元测试的JUnit框架的C++移植。测试输出是XML或文本格式,可以用于自动化测试和基于GUI的监督测试。 来源:http://sourceforge.net/projects/cppunit/ -CppUnit is famous uses in unit test JUnit the frame C
transplant. The test output is XML or the text format, may use in the
automated test and based on the GUI surveillance test. Origin:
Http://sourceforge.net/projects/cppunit/
- 2022-01-30 16:38:01下载
- 积分:1
-
netlogo文献
netlogo文献主要是英文文献主要是用于帮助理解多agent建模,适合初学者入门(Netlogo literature is mainly English literature to help understand multi-agent modeling, suitable for beginners to get started.)
- 2020-06-21 20:00:02下载
- 积分:1
-
for wince freescale csi driver
for wince freescale csi driver
- 2022-01-21 21:48:37下载
- 积分:1
-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice
Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness
Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes:
Die
Constant- static
Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged
Sli
- 2022-03-25 01:15:01下载
- 积分:1