-
DeMultiwave
读取segy文件,消除多次波
的地震处理运用(segy read documents, eliminating the multiple use of seismic processing)
- 2007-02-16 12:23:48下载
- 积分:1
-
meanshift_seg
用meanshift算法实现图像的平滑和分割的算法(Algorithm used meanshift image smoothing and segmentation algorithms)
- 2009-06-17 23:34:05下载
- 积分:1
-
loveletter
Source Code of I Love You Virus
- 2009-09-05 18:16:29下载
- 积分:1
-
App4mfc
software example for creating an app in mfc
- 2017-12-24 15:21:47下载
- 积分:1
-
mofangkuaiyuyinyue
说明: 这是个小小游戏,小时侯我们特爱玩的那种魔方块,不知大家玩过否?有什么改进希望大家能发信息给我,(This a small game, turkey we catch a special kind of magic squares, I do not know whether you have played? What we can hope to improve the information to me, thank you)
- 2006-03-25 10:10:25下载
- 积分:1
-
PSD
PSD功率谱分析,直接法、间接法两种!直接贴出C代码,可直接调用!(PSD power spectral analysis, the direct, indirect and French!)
- 2021-01-07 15:28:53下载
- 积分:1
-
CloudMoonFormatCode_V1.0
说明: vb界面整理与重新编辑,适用于vb6.0开发环境。(VB interface reorganization and re-editing, suitable for VB6.0 development environment.)
- 2020-06-23 09:00:01下载
- 积分:1
-
jisuanqi
小的计算器,适合初学者,虽然简陋了点,但很清楚(Calculator, suitable for beginners)
- 2012-06-21 20:26:55下载
- 积分:1
-
XYRaclient
非常好的管理类软件,各种功能非常齐全,欢迎使用!!!(Very good management class software, various functions are very complete, Welcome! ! !)
- 2013-01-04 17:37: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