-
大地电磁二维正演有限元程序,可以模拟任意地形
大地电磁二维正演有限元程序,可以模拟任意地形,可使用初学者学校,并以此作为基础,,使用matlab语言来编写,打发打发大幅度 发送方式
- 2022-05-12 14:26:00下载
- 积分:1
-
用TC仿写的windows经典游戏扫雷。详细的加了中文注释。适合c语言出学者学习。...
用TC仿写的windows经典游戏扫雷。详细的加了中文注释。适合c语言出学者学习。-TC??using the windows classic game mine. The addition of detailed notes in Chinese. C suitable for a scholar to learn the language.
- 2022-07-05 12:28:15下载
- 积分:1
-
LRC文件解析、显示与编辑功能的实现.运行环境:Win XP;VC++6.0
LRC文件解析、显示与编辑功能的实现.运行环境:Win XP;VC++6.0
-LRC document analysis, display and editing features of the achievement. Runtime Environment: Win XP VC++6.0
- 2022-11-01 23:45:03下载
- 积分:1
-
butterfly on nature
butterfly on nature-butterfly on nature
- 2022-03-13 04:21:16下载
- 积分:1
-
文件传送(客户端和服务器端)
一个基于VC++6.0的应用程序,程序功能是实现文件的传送,可以在客户端和服务器端两者之间进行文件传输。
- 2022-12-05 07:45:04下载
- 积分:1
-
自己没有使用过,不知道如何
自己没有使用过,不知道如何-they did not use that do not know how to
- 2022-03-13 04:28:16下载
- 积分:1
-
procedures for handling a unicode string, two procedures resources, and the stri...
程序1处理unicode字符串,程序2 进行资源读取和字符串类的CString 扩展类 程序3 不依赖系统的CString类,程序4CUnicodeString类,程序5实现基本功能的
字符串类-procedures for handling a unicode string, two procedures resources, and the string read like CString extension of the class three procedures do not rely on the system CStrin g category, procedures CUnicodeString category four, five procedures to achieve the basic functions of the string type
- 2022-03-25 09:02:20下载
- 积分:1
-
a biometric identification system MS General Interface LAP FOSS
一个嵌入式系统的生物识别的MS通用接口LAP源码-a biometric identification system MS General Interface LAP FOSS
- 2022-02-10 05:17:20下载
- 积分:1
-
DC++ 0.687版本,需要安装WTL和STLport才能编译
DC++ 0.687版本,需要安装WTL和STLport才能编译-DC++ 0.687 version, need to install to compile STLport and WTL
- 2022-01-21 03:18:45下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1