-
ADOACCESS
这是一款用MFC ADO编写的数据库软件,它可以实现对ACCESS数据库的打开,添加,修改,保存,排序得一系列的功能。它利用ListCtl进行显示(This is a MFC ADO with the preparation of the database software, it can be open to the ACCESS database, add, modify, save, sort a series of functions. It uses ListCtl display)
- 2009-04-20 21:15:47下载
- 积分:1
-
制作C语言程序的图片源码工具,需要安装注册!使用方便
制作C语言程序的图片源码工具,需要安装注册!使用方便-The production of C language programming of the picture source tools, need to install the register! Easy to use
- 2022-08-12 11:18:47下载
- 积分:1
-
机器人航路规划代码合集
MATLAB蚁群算法机器人行驶路线紧急避碰(Ant colony algorithm)
- 2019-03-15 10:12:39下载
- 积分:1
-
ep1c20 LEON3 for改变FPGA的补丁。
leon3 patch for altera ep1c20 FPGA.
- 2022-01-30 10:09:41下载
- 积分:1
-
mt4-video
mt4 MQL语法说明书,适合写EA,MT4A外汇所用的EA或指标(MT4 MQL LANGUAGE)
- 2020-07-23 21:38:44下载
- 积分:1
-
connection model of MV distribution
说明: 在不同供电区域负荷密度和不同变电所容量条件下 ,对中压配电网常见的几种接线模式进行了经济性和可靠性计算分析 ,研究其随负荷密度和变电所容量变化的趋势 ,以及在相同条件下不同接线模式之间的比较。(Under the conditions of load density and different substation capacity in different power supply areas, the economic and reliability calculations of several common wiring modes of medium voltage distribution network are carried out, and the trend of load density and capacity change of substation is studied. And a comparison between different wiring modes under the same conditions.)
- 2020-06-18 22:20:02下载
- 积分:1
-
adf4351-master
ADF4351 ARDUINO控制代码,实测可以用(ADF4351 ARDUINO control code,tested AND WORKED)
- 2020-09-10 20:58:05下载
- 积分:1
-
C#改变ListView排列方式重新排列图标
C#像Windows那样排列窗口图标的源码,改变ListView排列方式重新排列图标,这应该是窗体编程的范畴吧,排列窗体图标,在Windows中似乎比较普遍了,不过用C#是如何实现呢?这里主要是对ListView控件进行操作,改变默认的排列方式,这个例子会向你演示代码如何编写。
- 2022-08-08 20:57:42下载
- 积分: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
-
67030674power-flow
说明: 主要计算机潮流计算,快速迭代速算,非常好用(Main computer power flow calculation, fast iteration)
- 2019-12-25 13:00:46下载
- 积分:1