-
7f48ffc14c827dc8a61609f9b83f2b40
wince 下的C++画图程序,可看一下(C++ drawing program under wince)
- 2018-02-26 09:23:20下载
- 积分:1
-
MultiBoost+是c%2B%2B实现的多类adaboost算法.tar
This program is the realization of Adaboost selection algorithm in C++. Examples have been included in the zip file updated.
- 2018-09-21 13:26:43下载
- 积分:1
-
dffdfdd
基于非线性扩散滤波的指纹增强算法的详细说明(nonlinear diffusion filtering based on the fingerprint enhancement algorithm details)
- 2007-03-20 16:07:16下载
- 积分:1
-
KingBot-Pro-3.3.5-GBS-original
is a prgram for crack king bot pro i need
- 2011-08-02 08:07:24下载
- 积分:1
-
skyblue_PinTu
拼图 源代码 大家可以参考学习一下……(Puzzles everyone can refer to the source code to learn about ... ...)
- 2009-02-07 21:58:17下载
- 积分:1
-
array-master
说明: 矩阵计算array类C++代码, 可直接使用,也可作为继承的父类(Matrix computation array class C++ code)
- 2019-06-30 21:15:29下载
- 积分:1
-
BASEFILE_11_06
解算接收机伪距,载波相位等观测量,从而定位,精度较高,因为没有加载波(compute the carrier s postion)
- 2012-02-27 22:49:42下载
- 积分:1
-
vbcaculate
实现了计算器的界面和运算功能,并实现了自带语音功能,(Achieve a calculator interface and computing capabilities, and to achieve a built-in voice capabilities,)
- 2013-05-26 16:33:26下载
- 积分:1
-
amicable-pair
使用暴力方法,寻找并输出一定范围内的amicable pair.(Violent methods used to find and output a range of amicable pair.)
- 2013-09-25 17:29:12下载
- 积分: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