PLC功能指令
上传时间: 2013-12-28
上传用户:569342831
三菱PLC程序,对初学PLC的人员是个不错的材料,是我为我厂设备自己设计的,完全实用简单
上传时间: 2015-01-02
上传用户:asdgfsdfht
三菱FX2NPLC特殊软元件详解
上传时间: 2013-11-23
上传用户:hanbeidang
三菱FX2N-1PG中文手册
上传时间: 2014-01-19
上传用户:懒龙1988
1. 什么是 EC指令?
上传时间: 2013-11-04
上传用户:aix008
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
PLC程序集成开发平台,可以编辑、编译PLC程序的梯形图文件和逻辑语言文件,逻辑语言指令与三菱PLC兼容
上传时间: 2015-03-02
上传用户:Late_Li
LCD控制器与MCS51接口的应用, FX-TXXXXC256A系列LCD控制器支持256色的TFT, 分辨率支持320*240(234), 400*240(234), 480*240(234), 640*480, 800*600等
上传时间: 2015-03-19
上传用户:gyq
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb