-
56774584754
VB绘制公交线路节点演示程序代码,有需要的下。(VB rendering node demo code, bus lines in need.)
- 2013-08-29 10:16:56下载
- 积分:1
-
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
-
3000TB51
车载收音机控制软件设计介绍车在收音机的基本操作(failed to translate)
- 2012-05-14 22:32:53下载
- 积分:1
-
AT89LS8252
ATMEL单片机的规格书,AT89LS8252.pdf,需要的朋友可以下载来看看(ATMEL microcontroller specifications, AT89LS8252.pdf, need to take a look at a friend can be downloaded)
- 2009-11-28 17:57:48下载
- 积分:1
-
jishiqi1
使用C++实现的小程序。计时器单位转换。输入为整型数单位为秒,输出格式为DDD:HH:MM:SS的时间。华为机试。(Use C++ achieve applet. Timer unit conversion. Enter an integer number of seconds, the output format is DDD: HH: MM: SS time. Huawei machine again.)
- 2013-12-06 09:48:52下载
- 积分:1
-
dvlp
该功能实现 保险公司出单录单 及所有规则管控(The insurance company a single recorded single and all rules pipe control function)
- 2012-08-28 17:02:25下载
- 积分:1
-
chengxu
编写一个函数,要求输入年月日时分秒,
输出该年月日时分秒的下一秒。
如输入2011年12月31日23时59分59秒,
则输出2012年1月1日0时0分0秒。
需要考虑闰年 和 2月的特殊情况 (Write a function that requires input date, hour, minute and second outputs of the date when the next second. If the input at 23:59:59 on December 31st, 2011, output at 0:00:00 on January 1, 2012. Leap year and February need to consider the special case)
- 2013-05-28 13:06:03下载
- 积分:1
-
digital-clock
基于12C5A60S2可移植性应用[红外遥控的数字时钟](Based on the application of infrared remote digital clock in the 12C5A60S2 portability])
- 2012-05-14 19:13:17下载
- 积分:1
-
dynarray
动态数组应用实例。将动态数组运用于房间的计算,包括房间个数,总面积,平均面积,最大以及最小房间面积等(Dynamic array application example. Dynamic arrays used in the calculation of the room, including the room number, the total area, average size, maximum and minimum room size, etc.)
- 2009-11-25 03:49:38下载
- 积分:1
-
814649VB031014sms
通过Modem传输数据 (Modem transmission of data through)
- 2009-01-05 16:16:07下载
- 积分:1