-
SQLiteExpertSetup
可用于查看和编辑db3,SQLite的免费软件。(look out "db3", free software.)
- 2018-01-03 14:43:56下载
- 积分:1
-
lending-Form
A very simple VB Source that can read / write from access database to Grid
- 2013-02-24 07:45:01下载
- 积分: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
-
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
-
应海平的数据库课程设计
说明: 《员工工资管理系统》是利用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
-
wlcsxt
说明: 网络测试系统,很实用的一个源码,很有参考价值,下载试试,多学习哦(Network test systems, it is a source of practical, useful reference, download a try, more to learn Oh)
- 2008-11-23 22:37:15下载
- 积分:1
-
redis读写缓存数据
说明: 通过引用redis基础类库,实现对redis的读取和写入操作。例子比较初级。(By referring to the redis base class library, we can read and write redis. The example is more elementary.)
- 2020-06-19 17:00:01下载
- 积分:1
-
D8
说明: 德卡读卡程序,与D8读卡器相匹配,能够对MIFARE系列的卡进行操作(Deka card reader program, matched with D8 card reader, can operate MIFARE series cards)
- 2020-11-18 12:12:44下载
- 积分:1
-
VCPP-ADO-ACCESS--
能够连接access 数据库和C++原代码,使用ado方式(Able to connect access database and C++ original code)
- 2013-06-19 20:39:41下载
- 积分:1
-
LabVIEW
利用access数据库开发的用户登录界面(User Login System design by LabVIEW)
- 2018-06-16 22:47:44下载
- 积分:1