-
Modbus-for-Field-Technicians
Modbus for Field Technicians 介绍modbus的相当好的资料,包括原理和编程和协议介绍(Modbus for Field Technicians introduction modbus fairly good information, including schematics and programming and protocol description)
- 2013-07-13 22:47:57下载
- 积分:1
-
network_report
计算机网络的实验报告和源码,包含聊天软件的源玛(An experimental computer network reports and source code, including chat software source ma)
- 2009-01-03 16:51:44下载
- 积分:1
-
330
利用AJAX实现无刷新模式的在线聊天系统,该系统特点如下:1、不会造成网页重新加载 2、不打断用户的其它操作(Achieved without the use of AJAX refresh mode online chat system, which features are as follows: 1, 2 does not cause page reload, do not interrupt the user' s other operations)
- 2013-08-15 22:53:14下载
- 积分:1
-
Relay
继电器实验代码,使用单片机实现继电器功能。(Relay experimental code, the use of microcontroller relay function.)
- 2019-06-06 19:05:30下载
- 积分:1
-
基于线段树的同时快速维护区间乘法和区间加法
主要就是要注意同时维护加法和乘法的lazytag时,加法和乘法的顺序会影响结果,如:
x*2+3 != (x+3)*2
因此 维护其中一个tag时 要同时改变另一个tag 以免去顺序的影响。
因此有两种选择 先维护乘法 和 先维护加法
假设 x节点此时乘法tag是2 加法tag是3,之后获得了乘法tag4 以及加法tag5
先维护乘法:
x=(x*2)+3
获得后:乘法tag*4 加法tag*4+5 x=(x*8)+3*4+5
先维护加法:
x=(x+1.5)*2
显然涉及小数 有精度问题 不继续了
在确定先维护乘法后 就可以开始线段树了...
- 2022-01-25 18:39:43下载
- 积分:1
-
弹性网络ElasticNet
使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。
你可以利用 load 来载入推销员问题档与其最佳解,如此便可比较弹性网络所找出来的解与最佳解差了多少。
Central, Radius, and Error 这三个参数的前两个,只影响弹性网络的起使位置和大小,对求解没有影响。第三个参数代表城市与网络点之间的容忍距离,也就是说,如果某城市与某网络点之间的距离,小于容忍距离,那就把这个城市当成是被该网络点所拜访。
按下小 w按钮会将目前的结果与参数值写到“en.out”这个档案。使得我们可以很方便地来比较不同参数的效果。
(use to turn the parameters of the network flexibility chapter Erlitou have said are the same, ke is the termination conditions. If the step was ticking, every step of the program will be suspended between one hundred milliseconds (or other user input value). If Random was ticking, the program will be the system time as the Random Number Generator the seeds, otherwise, Take the user input (which Random right field) for seeds. You can use load to stall contained salesman problem with the optimal solution, so can be more flexible network to find the best solution and the deficit with a number of questions. Central, Radius, and Error these three parameters of the former two, flexible network affects only the starting position and size so that the solution will not be affected. The third parame)
- 2020-07-06 08:08:58下载
- 积分:1
-
SCM-off-cable-detection
单片机电缆通断检测系统,可以实现电缆短路和断路(SCM off cable detection system, the cable can short-circuit and open circuit)
- 2015-04-14 11:27:00下载
- 积分:1
-
computer1
说明: 在Linux平台下,利用qt creator编写一个简单的计算器应用,(On the Linux platform, using QT creator to write a simple calculator application)
- 2020-05-29 12:19:53下载
- 积分:1
-
DW1000
DW1000双向测距方案及误差分析结果,DW1000设计规格书(DW1000 way ranging scheme and error analysis, DW1000 design specifications)
- 2021-05-14 02:30:02下载
- 积分:1
-
扩展实验2 触摸屏硬件检测
说明: 基于STM32的液晶屏硬件显示程序,用来配套原子的液晶屏和开发板(The LCD screen hardware display program based on STM32 is used to support the atomic LCD screen and development board.)
- 2019-02-22 15:20:57下载
- 积分:1