-
PowerBuilder2018破解补丁
PowerBuilder2018破解补丁,使用本补丁可免费使用PowerBuilder2018,补丁仅供测试研究使用,请下载后24小时内删除。(PowerBuilder 2018 cracks patches. PowerBuilder 2018 is free to use with this patch. The patches are only for testing and research. Please delete them within 24 hours after downloading.)
- 2019-01-09 13:20:52下载
- 积分:1
-
wenjianmanager
说明: An Android File Manager source code that supports decompression can also be used for routine operations such as copying, moving, deleting and renaming. When compressing files, they can only be compressed into ZIP format, not rar format. Decompression also supports ZIP format tightly. Source code has more detailed annotations.
- 2020-06-22 19:40:02下载
- 积分:1
-
sm
说明: 涵盖多种sm国密算法,说一定要20个字才行,凑够了就ok(Covers a variety of sm security algorithms)
- 2020-06-20 07:00:01下载
- 积分:1
-
OPTICS
说明: 实现optics聚类算法,结合dbcasn进行对比(Optics clustering algorithm is implemented)
- 2020-11-07 15:29:49下载
- 积分:1
-
eof_uv
风场EOF分析,适用于nc资料,对原始场、距平场、标准场,程序内有详细说明。(The wind field EOF analysis is applicable to the nc data, and the original field, the anomaly field, and the standard field are detailed in the program.)
- 2021-03-22 01:09:16下载
- 积分:1
-
单摆模型matlab编程
说明: 单摆方程线性和非线性求解代码,具有非常深远的意义,非常适合初学者使用,代码简洁有效(Simple pendulum equation linear and nonlinear solution code, has a very profound significance, very suitable for beginners, code simple and effective)
- 2019-01-11 11:05:03下载
- 积分:1
-
For any software that handles client requests, at some point, there must be a pe...
For any software that handles client requests, at some point, there must be a persistent point where all data related to the clients are stored. Those storages can be any thing (database, mainframes, files etc.). What if this software needs to access those storages with concurrent requests, knowing that opening a connection is memory and CPU consuming? A Connection Pool is a container of open and reusable connections. It will help you save both memory and CPU time. Also, it will help you in managing connections.
- 2022-03-20 11:42:04下载
- 积分: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
-
单片机汽车转向灯打包
简单的开关汽车转向灯,在使用时要注意手动把上一个转向灯等到熄灭在使用下一个。(The simple switch car turn light, in use, pay attention to manually turn the last turn light to the next one.)
- 2017-12-17 19:35:40下载
- 积分:1
-
calender using c language source code
calender using c language source code
- 2022-09-12 08:30:03下载
- 积分:1