-
lua-design
lua程序设计,lua入门最经典的电子书,高清版本(lua programming, lua Getting the most classic books, HD version)
- 2014-11-29 00:28:05下载
- 积分:1
-
Space-resection
空间后方交会,供参考使用,学习参考资料。(Space resection)
- 2014-04-22 20:37:33下载
- 积分:1
-
controlbar
一个支持各种交叉等形状工业控制管道控件的实现
(One supports a variety of shapes, such as industrial control cross-pipe controls to achieve)
- 2008-02-27 15:59:18下载
- 积分:1
-
mgwt
此代码的功能是:用列表显示系统正在运行的程序,用visual basic 编写完成,()
- 2018-05-09 10:04:05下载
- 积分:1
-
ucgui
ucgui的简单分析,对ucgui作了大体上的描述初学者有帮助,(ucgui simple analysis was made largely on the description of ucgui beginners help)
- 2008-05-14 21:12:46下载
- 积分:1
-
atmega16
用AVR单片机atmega16控制lcd1602,可在屏幕上的任意位置显示英文和数字。(Control with AVR microcontroller atmega16 lcd1602, can be anywhere on the screen display in English and numbers.)
- 2010-11-06 20:38:49下载
- 积分:1
-
simple_web_browser
source code for a very simple web browser!
- 2009-03-18 08:03:24下载
- 积分:1
-
test1
这是一个功能完善的计算器小程序,开发环境时VC++6.0(This is a good small program.)
- 2011-09-01 16:14:43下载
- 积分:1
-
sPCK
完美世界游戏客户端pck解包打包工具,同时支持cup更新包解包。(Perfect world game client PCK unpack packaging tools, at the same time support CPU update package.
)
- 2013-10-24 15:03:00下载
- 积分: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