-
segy读取原码
segy读取原码,该程序是勘探软件必备的代码,有做石油方面项目的一定有用。(SEGY read the original code, the program is an essential exploration software code, so oil projects necessarily useful.)
- 2005-04-18 14:07:40下载
- 积分:1
-
金融中优化模型的讲义,对数学建模很有用,希望大家多多下载...
金融中优化模型的讲义,对数学建模很有用,希望大家多多下载-Optimization model finance lectures on mathematical modeling is useful, I hope everyone a lot of downloads
- 2022-03-25 03:35:49下载
- 积分:1
-
包括讲义ADPCM解码器ADPCM简单的Verilog代码ADPCM编码的代码
包括adpcm的简单讲义 adpcm解码Verilog代码 adpcm编码代码-Including handouts adpcm decoder adpcm simple Verilog code for adpcm coding code
- 2022-05-17 11:13:51下载
- 积分: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
-
凯撒加密解密码-Task 1
说明: Caesar encryption and decryption code
- 2020-06-21 21:20:02下载
- 积分:1
-
仿真程序
说明: 电弧仿真,各种参数,可以方便大家进行学习,和修改参数(Arc simulation, various parameters, can facilitate everyone to learn, and modify parameters)
- 2020-06-24 11:00:02下载
- 积分:1
-
这是我闲时无聊写的小游戏,完整的win32 GDI游戏教学。对新手很有用。包括游戏和地图编辑器。还有已经制作好的8个关卡地图文件。...
这是我闲时无聊写的小游戏,完整的win32 GDI游戏教学。对新手很有用。包括游戏和地图编辑器。还有已经制作好的8个关卡地图文件。-This is my leisure to write silly little games, complete games win32 GDI teaching. Useful for the novice. Including games and map editor. There has produced a good 8 points map document.
- 2023-02-03 08:15:04下载
- 积分:1
-
-VRPTW-Python--master
python源码,利用人工蚁群算法解决带时间窗的车辆调度问题。(Python source code, using artificial ant colony algorithm to solve the vehicle scheduling problem with time windows.)
- 2020-11-08 21:49:48下载
- 积分:1
-
面积计算
根据检测图片的颜色占比,求混杂的荧光物质的比例(According to the color ratio of the detected image, the ratio of the mixed fluorescent substance was calculated)
- 2020-11-06 17:49:49下载
- 积分:1
-
一个悬索桥的模型
说明: 利用ansys apdl命令建立一个悬索桥的模型,(APDL command suspension bridge model)
- 2021-03-19 12:59:19下载
- 积分:1