-
卡耐基课程SSD1实践要求源代码完成的鲶鱼…
iCarnegie课程上的SSD1的一个练习,要求做完Catfish的源代码的exercise。需要的可以看看。写的不好,别见怪。-iCarnegie courses SSD1 a practice to require the source code Catfish finish the exercise. Need to look at. Write well,别见怪.
- 2022-01-25 16:04:52下载
- 积分:1
-
拉普拉斯变换在vs2005中实现的源代码
拉普拉斯变换在vs2005中实现的源代码-laplace transformation
- 2022-02-26 20:23:05下载
- 积分:1
-
UG二次开发,feature识别,UG二次开发,feature识别
UG二次开发,feature识别,UG二次开发,feature识别-UG secondary development, feature recognition, UG secondary development, feature recognition
- 2022-03-06 17:41:08下载
- 积分:1
-
VC++编写的读取Intel CPU序列号的源代码
VC++编写的读取Intel CPU序列号的源代码-VC++ Prepared to read Intel CPU serial number of the source code
- 2022-03-18 05:12:05下载
- 积分:1
-
关于内部类的一些算法和处理的基本方法,都是金典的例子。...
关于内部类的一些算法和处理的基本方法,都是金典的例子。-On some kind of internal algorithms and the basic methods of treatment are Jindian example.
- 2022-04-11 11:15:29下载
- 积分:1
-
串口测试程序。可以输入中文。频率间隙可调。附带CRC校验和错误统计。...
串口测试程序。可以输入中文。频率间隙可调。附带CRC校验和错误统计。-serial testing procedures. The importation of Chinese. Adjustable frequency space. Fringe CRC and error statistics.
- 2022-01-26 05:01:40下载
- 积分:1
-
C language learning materials, it is practical, part of entry has also improve,...
C语言学习资料,很实用,有入门部分,也有提高部分,包括C++语言。-C language learning materials, it is practical, part of entry has also improve, including C++ Language.
- 2023-07-14 22:55:03下载
- 积分:1
-
旅游管理
旅游管理项目为 文化产业管理学生的......
这种管理管理的旅游套餐和分公司。这一项目已 admin 侧和用户侧
管理员维护的包的都体现了对客户或客户端
- 2022-12-16 06:35:06下载
- 积分:1
-
这是一个文件管理程序,喜欢同样的资源管理窗口…
这是一个文件管理程序,就像windows资源管理器一样。它对于windows explorer是一个更好的替换程序。功能包括,文本编辑器,可简单和快速的打开文件;可预览图片和Wave;可快速搜索文件;支持ZIP/UNZIP以及更多。你能从这个程序中学习到很多东西。-This a document management procedures, like windows for the same resources management. Windows explorer for it is a better replacement procedures. Features include text editor, can be simple and fast to open files; Pictures can preview and the Wave; Quick Search; Support ZIP/UNZIP and more. You can learn the process of a lot of things.
- 2022-12-17 14:45:04下载
- 积分: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