-
外国互联网找到,我们可以看到,如果有任何问题可以…
外国网上找到的,大家可以看看,如果有什么问题可以来问我啊。-foreign Internet to find, and that we can see, if there are any problems can come to ask me ah.
- 2023-07-30 18:00:03下载
- 积分: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
-
Live exploration for the source code
oicq探索器源代码-Live exploration for the source code
- 2022-07-01 04:34:49下载
- 积分:1
-
简单的系统调用,笔样式,实画刷,阴影画刷,pie函数
简单的系统调用,笔样式,实画刷,阴影画刷,pie函数-Simple system calls
- 2022-08-31 14:15:03下载
- 积分:1
-
文本输入输出,实现数值计算的自然三次样条插值法
文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
- 2022-02-26 07:23:02下载
- 积分:1
-
LAN storage tools for user
方便易用的局域网存储工具 内附所有源码 资源文件 -LAN storage tools for user-friendly resource files included all the source code
- 2022-01-30 16:43:56下载
- 积分:1
-
bos物流项目
主要技术,采用的传统框架struts 2 、spring 、hibernate,页面采用easyui,后台用到 hession远程调用客户服务crm系统,shiro框架做的认证和授权,activiti工作流做的自动分单和业务流转,工具eclipse,服务器用到tomcat、
- 2022-04-07 02:17:10下载
- 积分:1
-
图像的平滑度处理,可以调整图像的平滑度,变大或变小。
图像的平滑度处理,可以调整图像的平滑度,变大或变小。-Image smoothness treatment, you can adjust image smoothness, become larger or smaller.
- 2022-04-18 10:58:39下载
- 积分:1
-
图书馆管理
这是图书馆管理的 c 语言代码,此代码是做工非常精细,这是法典,任何人下载并使用它。
- 2022-05-19 10:28:42下载
- 积分:1
-
验证指针的本质是共四个字节这东西代表的东西…
验证指针本质是一个占四个字节的东西,这个东西代表的是变量的地址,并可以通过四个字符保存下来(除函数指针):
将整型,字符型,结构体型数据的地址保存到一个字符数组中,每个地址都只占4个字节。然后从数组中每次取四个,转换成指针,再通过该指针找到原先存的数据。-Verify pointer essence is a total of four bytes of the things this thing represents the address of a variable, and can be preserved through the four characters (except function pointers): will be integer, character, structure, size of the address of the data saved to the an array of characters, each addresses only 4 bytes. And then taking four each from the array, converted into a pointer, and then through the pointer to find the original save data.
- 2023-08-06 14:35:03下载
- 积分:1