-
produce
access vba 公司自己用的生产管理(access vba)
- 2012-01-05 09:37:18下载
- 积分:1
-
VCPP-ADO-ACCESS--
能够连接access 数据库和C++原代码,使用ado方式(Able to connect access database and C++ original code)
- 2013-06-19 20:39:41下载
- 积分:1
-
SQLite-1.0.31.0
一个sqlite数据库操作文件。自己用着不错,共享下(A sqlite database operation file. Themselves with the good, the next sharing)
- 2010-12-05 17:01:40下载
- 积分:1
-
DBFHelper
C#读写DBF文件类,无需驱动
C#读写DBF文件类,无需驱动(C# read DBF file,No need driver
C# read DBF file,No need driver)
- 2017-02-25 22:00:00下载
- 积分:1
-
报时
基于powerbuilder的报时源代码,适合初学者学习使用(Learning source code)
- 2020-06-16 03:20:01下载
- 积分: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
-
应海平的数据库课程设计
说明: 《员工工资管理系统》是利用Visual Foxpro6.0开发的基于Windows平台的应用软件。它界面漂亮,操作简单、方便,运用它,能使繁琐、复杂的职工(员工)管理变得非常的容易。("staff salary management system" is developed using Visual Foxpro6.0 based Win the Windows platform application software. Its interface beautiful, simple, convenient and use it enables cumbersome, complex workers (staff) management has become very easy.)
- 2006-01-18 18:04:43下载
- 积分: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
-
PowerBuilder9.0进阶开发篇(实例与技巧篇)源码
PowerBuilder的一些实例,适合初学者学习使用(Learning source code)
- 2020-06-16 04:00:02下载
- 积分:1
-
Hadoop
hadoop 权威指南,详细介绍了hadoop的工作原理和编程方法(hadoop java c++ work)
- 2012-10-21 23:58:58下载
- 积分:1