-
advisor
说明: 纯电动汽车仿真软件ADVISOR 二次开发详细教程步骤(Pure electric vehicle simulation software ADVISOR secondary development detailed tutorial steps)
- 2021-04-24 14:08:46下载
- 积分:1
-
LPC1700CMSIS
Microcontroller ARC Cortex-M3 with central processor LPC1778, frequency 120 MHz, 96 KB SRAM, 512 KB
- 2018-01-18 04:36:59下载
- 积分:1
-
LDC1000_F261x_DRDY
说明: The 3rd operational mode for the LDC
- 2020-06-21 19:00:02下载
- 积分:1
-
快速排序程序,
Quick sort program ,
It is program for Quick sort algorithm implelementation in C
- 2022-12-14 07:15:02下载
- 积分:1
-
蒙特卡洛和概率密度
说明: 考虑不确定性,蒙特卡洛进行负荷模拟,潮流计算(Uncertainty, load simulation, power flow calculation)
- 2021-01-17 17:28:48下载
- 积分:1
-
SqlServer版Delphi 进销存系统源代码
SqlServer版Delphi 进销存系统源代码,一个Delphi数据库系统编程技巧书中的随书实例,好像是Delphi数据库开发经典安全解析一书的例子,放在这里供Delphi新手学习参考吧,一个销售、进货管理【进库】、库存管理为一体的系统,一个典型的数据库系统开发实例。
- 2022-05-14 14:04:57下载
- 积分:1
-
logotool-sunplus8202D
Sunplus DVD SPHE8281D logotool
- 2011-11-29 18:54:06下载
- 积分:1
-
XIAOBOHANSHUTI
说明: 比较经典的MATLAB仿真小波包分解程序,作为一个函数,很好用(Compared with the classic matlab simulation wavelet packet decomposition program, as a function, it is easy to use)
- 2020-05-30 08:58:01下载
- 积分:1
-
简易cad,实现了一些cad中的基本功能,vc++编程实现,简单实用...
简易cad,实现了一些cad中的基本功能,vc++编程实现,简单实用-Simple cad, to achieve some of the basic functions of cad in, vc++ programming, simple and practical
- 2022-10-11 06:30:03下载
- 积分: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