-
simulate-the-dynamic-process
基于Visual 6.0C++ 的CA法,用于模拟奥氏体向铁素体的动态转变过程。(Cellular automata method for Visual based on 6.0C++, used to simulate the dynamic process of transformation from austenite to ferrite.)
- 2020-06-30 23:00:02下载
- 积分:1
-
lcd
character lcd code for 8-bit interface
- 2011-07-01 12:25:37下载
- 积分:1
-
K60_VERSION
飞思卡尔智能车竞赛程序资料,用mk60单片机做主控芯片,可以识别十字,s型弯道,直角弯以及急转大弯。(Freescale Carle smart car competition program information)
- 2017-07-27 20:57:31下载
- 积分:1
-
开关磁阻电机控制 库函数
This simple library allows control of switch reluctance motors such
as those found in hard disks. It provides varying degrees of precision
assuming three phases.
Library also supports rudimentary speed control which allows programmers
to control motor speed without resorting to usage of `delay`. This is done
through setting speed measured in revolutions per minute and calling
`motor_step` or `motor_step_backward` frequently. State of pins will be
updated only after specific time has passed. Speed control does take into
account sequence sizes, so no additional calculation is needed.
- 2022-03-17 23:07:23下载
- 积分:1
-
labwindows toolbar
toolbar development in labwindows
- 2018-12-19 22:08:58下载
- 积分:1
-
单片机控制PID算法应用
典型PID算法程序,经实验,控制效果优,控制精度高。(It is a representative program of PID arithmetic.The effect of control is excellent and the precision of control is high via experiment.)
- 2020-06-26 08:00:02下载
- 积分:1
-
shannonsource2
信息论与编码中,对香农信源编码定理的仿真,验证了香农编码定理的可行性。(information theory and coding, right Shannon source coding theorem simulation, verification of the Shannon coding theorem.)
- 2007-05-20 10:59:53下载
- 积分: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
-
QRCoder-master
qr barcode scanning tuitoior
- 2018-10-30 22:04:23下载
- 积分:1
-
348889MPEG
MPEG解码源代码。转载中国程序员网络,提供该代码。(MPEG decode)
- 2009-03-18 16:43:35下载
- 积分:1