-
dreamweaver插件1
dreamweaver插件1-Dreamweaver plug-in a
- 2022-01-26 03:02:49下载
- 积分:1
-
mai-qx37
包含光伏电池模块、MPPT模块、BOOST模块、逆变模块,LCMV优化设计阵列处理信号,小波包分析提取振动信号中的特征频率。( PV modules contain, MPPT module, BOOST module, inverter module, LCMV optimization design array signal processing, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-03-29 16:12:40下载
- 积分:1
-
InSAR_Mt_Etna
InSAR仿真程序,说明了干涉SAR仿真的基本条件和结果,初学者可以借鉴。(InSAR simulation program, explains the basic conditions and the results of interferometric SAR simulation, beginners can learn.)
- 2017-04-11 22:25:21下载
- 积分:1
-
实现撤销和恢复功能得远吗
实现撤销和恢复功能得远吗-achieve withdrawal and recovery far?
- 2023-06-11 03:05:03下载
- 积分:1
-
文件整合
整合excel文件,将多个文件整合进一个文件(Integrate Excel files to integrate multiple files into one file)
- 2019-05-06 22:29:15下载
- 积分:1
-
LDW_mask
概念模型,LDW功能模型,来说明交通场景中车道偏离预警的场景状态与预警策略(LDW model,Conceptual model, LDW functional model, to illustrate the scene state and early warning strategy of lane departure warning in traffic scenarios)
- 2018-10-22 16:23:04下载
- 积分:1
-
php use the skills for the development of procedures with PHP helpful
php使用的技巧,对于用PHP开发程序很有帮助-php use the skills for the development of procedures with PHP helpful
- 2023-02-13 01:55:03下载
- 积分:1
-
nRF24l01_KEIL(lm3s1138)
nRF24L01驱动,基于LM3S1138(nRF24L01 driven, based on LM3S1138)
- 2011-08-04 18:36:44下载
- 积分:1
-
本程序是简单的拼图和算法可以解决的问题如EI…
本程序是简单拼图游戏的算法,可以解决如八数码难题 -this procedure is simple puzzles and the algorithm can solve problems such as eight digital
- 2022-03-24 20:16:23下载
- 积分: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