-
test_database
利用mfc编程实现acess数据库的存储与访问,对于小型的数据库很实用(Mfc programming using acess database storage and access, the database is very useful for small)
- 2011-11-29 10:27:49下载
- 积分: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
-
sqlite-3_3_7
sqlite-3_3_7 源代码,最稳定的sqlite源码,可以编译成linux、windows、mac等版本(sqlite-3_3_7 源码)
- 2013-11-04 14:13:46下载
- 积分: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
-
bp神经网络分类
1. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。要求:自行编写代码完成后向传播算法,采用交叉验证的方式实现对于性能指标的评判(包含SE,SP,ACC和AUC,AUC的计算可以基于平台的软件包)。(. using BP neural network to design the classifier for male and female students. The features include height, weight, whether they like mathematics, whether they like literature, and whether they like sports. The BP neural network contains a hidden layer, and the number of hidden nodes is five (5). Requirements: self compiled code, post propagation algorithm, cross validation method to achieve performance evaluation (including SE, SP, ACC and AUC, AUC calculation can be based on platform software package).)
- 2017-10-21 20:58:22下载
- 积分:1
-
MATERIAL-MANAGEMENT
access数据库实际应用程序.用于本单位材物料管理.用access自带的VBA编程.通过修改源代码可以用于其他方面.(The Access database using for material managment.programed with VBA)
- 2011-04-21 09:21:06下载
- 积分:1
-
kaoqin
适合企业使用的考勤系统,可以记录每个员工的考勤情况。(Attendance system for business use, you can record each employee' s attendance.)
- 2011-11-07 13:19:45下载
- 积分:1
-
flatmaster
query for sybase system very good for biginner
- 2011-05-27 22:02:29下载
- 积分:1
-
sqlite-amalgamation-3071700
sqlite数据库C源码接口程序,通过此程序可以创建,修改和删除SQLITE数据及数据(sqlite database C source interface program, through this process can create, modify, and delete data, and data SQLITE)
- 2013-07-17 16:28:51下载
- 积分:1
-
GridDoubleHeader
VFP开发用Grid多表头,封装成类,测试没有问题,可再次开发(VFP developers using Grid multiple headers, packaged into a class)
- 2013-07-17 10:02:10下载
- 积分:1