-
报时
说明: 基于powerbuilder的报时源代码,适合初学者学习使用(Learning source code)
- 2020-06-16 03:20:01下载
- 积分:1
-
sqlite-3_3_7
sqlite-3_3_7 源代码,最稳定的sqlite源码,可以编译成linux、windows、mac等版本(sqlite-3_3_7 源码)
- 2013-11-04 14:13:46下载
- 积分: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
-
cangkuguanlixitong
仓库管理系统,使用access完成,大学课程设计,具有登陆功能,在进入系统后可进行仓库数据维护、查询等功能。(Warehouse management system, using access to complete design of university courses, with a visit, warehouse data maintenance, query and other functions into the system.)
- 2012-05-26 16:05:22下载
- 积分:1
-
ADO
这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
- 2013-08-18 10:30:52下载
- 积分:1
-
dyoon
simple personal money accounting arabic language
- 2012-10-16 15:38:18下载
- 积分:1
-
车辆管理系统V1.1
说明: 这是我开发的一个车辆管理系统,里面包括原程序文件,开发程序文件以及系统运行程序!(development of a traffic management system, including inside the original files, the development program files and system operational procedures!)
- 2006-01-08 23:22:57下载
- 积分:1
-
2004051317015414293
我做了一套银行帐户管理系统,功能还可以,愿与大家分享,共同进步.(I had a bank account management system, can also function, and is willing to share with you, and common progress. Thank you)
- 2007-03-24 13:54:26下载
- 积分:1
-
VCDatabaseOpraterADO
说明: VC操作ADO和datagrid控件的源码,是动态的的。不受目录改变的限制(ADO and VC operation datagrid source control is the dynamic. From the directory to change the restrictions)
- 2009-07-30 20:58:21下载
- 积分:1
-
Source-code-of-Database
此代码是针对数据库教材的源代码,包括求“输入的两个数的最大公约数和最小公倍数”、“输入工资输出工资水平”。程序在Access上得到了验证,也可以移植到其他数据库上。(This code is aimed at teaching book of source code, including database for "input the two Numbers when the largest and smallest LCD", "input output wages." wages Program in the Access is verified, also can be transplanted into other database.)
- 2011-07-29 17:26:01下载
- 积分:1