-
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
-
Parser
说明: 一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。(Lexical Analysis
Parser)
- 2010-03-27 13:52:05下载
- 积分:1
-
s-
说明: C++大学基础教程,北京邮电大学电信工程学院,计算机技术中心(Essentials C++ University, Beijing University of Posts and Telecommunication Engineering, Computer Technology Center)
- 2013-04-03 15:31:37下载
- 积分:1
-
大作业3
MFC画板,简单实现了画线画圆椭圆等各项功能,代码简单易懂适合学习(MFC Sketchpad, simple realization of painting lines, painting circles, ellipses and other functions, the code is simple and easy to understand, suitable for learning)
- 2017-08-14 15:37:33下载
- 积分:1
-
minip
一个小ANTLR程序,实现了计算器实现的语法,是学习编译原理的很好的例子(A small ANTLR procedures, implementation of the implementation of the calculator grammar, studying compilers are good example of the principle of)
- 2009-02-24 16:20:19下载
- 积分:1
-
IEEE802.11
该书籍详细介绍了802.11底层协议的相关算法机制,能够为802.11的底层协议改造提供最基础的技术支持。(The book details the underlying 802.11 protocol mechanisms related algorithms that can transform the underlying protocol for the 802.11-based technology to provide the best support.)
- 2011-01-06 15:06:14下载
- 积分:1
-
MAPGIS
应用MAPGIS进行地质制图的程序和方法(MAPGIS gis)
- 2011-05-22 13:35:44下载
- 积分:1
-
KZK
模拟超声波传播过程中非线性现象,输出非线性畸变波形(Simulation of ultrasonic wave propagation in non-linear phenomena,Non-linear distortion output waveform)
- 2009-11-13 16:15:09下载
- 积分:1
-
lect16-Stereo-and-3D-Vision
立体视觉方面的介绍和推导PPT,有助于初学者理解掌握多视几何(Introduction and derivation of three-dimensional visual PPT, help beginners understand the multi view geometry)
- 2017-04-15 14:56:46下载
- 积分:1
-
Manuals
Manuals for Fanuc Mate Lathe
- 2017-08-06 02:04:00下载
- 积分:1