-
SQLite3Develop
Sqlite3 的确很好用。小巧、速度快。但是因为非微软的产品,帮助文档总觉得不够。这
些天再次研究它,又有一些收获,这里把我对 sqlite3 的研究列出来,以备忘记。(Sqlite3 really good use. Small, fast. But for the Microsoft products, always feel that not enough to help document. This
Some day to study it, and have some harvest, here I study on SQLite3 list, to forget.)
- 2012-09-25 17:13:03下载
- 积分:1
-
CODE-UTS-FIR
This is a source code for FIR
- 2012-05-07 22:12:19下载
- 积分:1
-
ANSYS--errors-and-solutions
该文件为ansys常见错误提示及其解决办法(ANSYS common operation errors and their solutions)
- 2014-05-17 09:56:06下载
- 积分:1
-
SendGoose
模拟GOOSE报文发送过程,GOOSE报文的编码。(Analog GOOSE message sending process)
- 2020-09-10 16:28:00下载
- 积分:1
-
redblack
红黑棋游戏 在VC上可直接运行 不过要注意设置图片路径(Red Black game on the VC can be run directly but to pay attention to set the picture path)
- 2012-07-09 10:08:40下载
- 积分: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
-
ScreenSvr_ExplodingFlower
Screen Saver source code in vb. An exploding flower saver.
- 2013-07-15 12:44:24下载
- 积分:1
-
TIN-vc
利用vc++开发的TIN的生成算法 (Using vc++ TIN generation algorithm developed)
- 2011-01-06 21:42:14下载
- 积分:1
-
cx
说明: 电力系统配网潮流计算,vb编制
配电网潮流计算程序(也可用于其它电压等级辐射网)采用当前流行的“前推回推”算法,收敛速度快(一般不超过3次迭代即可获得满意的精度)。(Power system distribution network power flow calculation, vb preparation of distribution power flow calculation program (also available for other voltage levels of radiation network) using the current popular )
- 2008-09-06 09:23:39下载
- 积分:1
-
PSOAlgorithm
高级人工智能算法中的PSO算法实现,VC++环境(pso in vc++)
- 2010-02-01 01:11:39下载
- 积分:1