-
最小和米!这是动态规划的实现!顶
最小M段和问题! 这个是用动态规划实现的! 自顶向下的备忘录方法实现的!-smallest and M! This is the realization of dynamic programming! Top-down approach to achieve the memorandum!
- 2022-05-06 01:29:30下载
- 积分:1
-
aodv
opnet下修改AODV路由协议,将min hop routing 改为min cost routing,附说明文档(opnet to modify the AODV routing protocol, the min hop routing changed to min cost routing, attached documentation)
- 2021-04-28 10:18:44下载
- 积分:1
-
mb110_langprofile
说明: Stolen codes from my TV set second file
- 2020-06-18 09:40:01下载
- 积分:1
-
gradient_descent_1
说明: as i am a man as ai am a
- 2019-03-07 04:41:53下载
- 积分:1
-
greenhouse controller
说明: 基于PID的暖房温度控制文件,实测可用,使用STM32F429芯片编程(PID greenhouse controller)
- 2020-05-24 11:41:46下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
傅里叶级数圆动画
可以通过画出傅里叶级数圆的动画,帮助加深对傅里叶级数的理解,并且有详细的注释。(By drawing the Fourier series circle animation, we can help deepen the understanding of Fourier series, and have detailed annotations.)
- 2021-04-01 10:49:08下载
- 积分:1
-
evacuation-bottleneck-master
说明: 解决人员疏散问题,利用社会力模型,很好的解决问题(Solve the problem of evacuation, use the social force model, solve problems well)
- 2021-01-27 16:48:41下载
- 积分:1
-
dianyun
说明: 本问详细的说明了空间点云的重建三角网格
多种子点和平坦部分优先生长方法的点云到网格重建(Detailed description of the Q space point cloud reconstruction of triangular mesh multi-point and the flat part of the seed growth method priority point cloud to mesh reconstruction)
- 2008-11-06 16:04:56下载
- 积分:1
-
视频上传
利用thinkPHP框架上传视频,可取消,可暂停,无刷新(Uploading video using the thinkPHP framework)
- 2018-01-08 12:18:16下载
- 积分:1