-
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
-
基于IBM的NPU,5N2G的switch的开发实例,这是一个二层交换机,具体可见于文档内部说明,用汇编以及C编写...
基于IBM的NPU,5N2G的switch的开发实例,这是一个二层交换机,具体可见于文档内部说明,用汇编以及C编写-based on the IBM updates for NPU, the switch 5N2G examples of the development, This is a two-layer switches, concrete can be found in the internal document shows that the compilation and preparation of C
- 2022-08-24 21:50:28下载
- 积分:1
-
这是一个自己设计的安全数组类
小弟是刚刚入门的
只能做小的,多多指教...
这是一个自己设计的安全数组类
小弟是刚刚入门的
只能做小的,多多指教
-This is a design of its own array of security is just like the younger the portal can only do small, the exhibitions Thank you
- 2023-03-11 10:55:03下载
- 积分:1
-
CMTF_Toolbox_v1_0
耦合矩阵张量分解的算法,主要基于一次优化算法(Coupled Matrix and Tensor Factorizations)
- 2018-08-29 10:24:07下载
- 积分:1
-
huanyingdenglu
用LABVIEW做的欢迎界面,可以设置分类型号登陆,对坐测试的朋友有一定的帮助,尤其是多型号测试。(Welcome to do with the LABVIEW interface, you can set the classification models landing, sitting down to a test of a friend has some help, especially the multi-model test.)
- 2010-08-28 08:31:06下载
- 积分:1
-
armpartinit
说明: 初始化程序为arm7
s3c44b0的部分初始化代码(arm init)
- 2010-04-01 11:12:03下载
- 积分:1
-
shuxuejianmo
基于帧差法实现前景分割,时刻监控固定镜头前目标的识别与跟踪(foreground segmentation)
- 2019-04-12 11:17:03下载
- 积分:1
-
gephi
GEPHI的一些练习数据,供大家学习交流。gephi有不懂的地方来问我(GEPHI some practice data for all learning exchange. gephi do not know where to ask me)
- 2016-10-10 16:20:34下载
- 积分:1
-
6
说明: 采用Laser - PVDF 实验系统对纳米AlP/ SiO2 中激光超声信号进行采集. 利用小波的多尺度分解、重
构和消噪功能,提取出直达波及其反射回波,测量了时间间隔和纳米AlP/ SiO2 的纵波声速. 结果证明小波变换
的方法能有效地处理复杂激光超声信号.(Using Laser- PVDF experimental system of nano-AlP/SiO2 Laser ultrasonic signal acquisition. Using wavelet multiscale decomposition, reconstruction and de-noising function, extracted from direct wave and its reflection echo measured time interval and nano-AlP/SiO2 of the longitudinal wave speed of sound. wavelet transform results show that the method can effectively deal with the complexity of laser ultrasonic signals.)
- 2008-04-06 10:57:33下载
- 积分:1
-
VC++视频捕捉程序源代码
VC++视频捕捉程序源代码,请先安装好摄像头或视频设备驱动,然后使用本程序可获取到视频图像,可以调节视频参数、保存为AVI格式等。作者声明:这是自由代码,你可在合法范围内任意使用,复制,修改,加到自己的作品中.祝你学习进步!事业有成!
- 2022-07-22 22:22:56下载
- 积分:1