-
caipiao
用C实现的自己使用的双色球分析源码。自己一直在用,还是有一定的参考价值哦。(C achieved using two color analysis of their source. He has been in use, or have a certain reference value oh.)
- 2013-07-26 16:49:53下载
- 积分:1
-
ahp分析
已知3个备选方案,分别从时延,带宽,质量,稳定等路由指标进行决策
再综合决策选出最佳方案
决策的参数可以微调
决策对象和限制条件也可以自己确定(using ahp to choos which is the best project)
- 2018-06-23 16:37:37下载
- 积分:1
-
FIX UI
Fix to camera y330 mediamod
- 2018-02-20 06:26:57下载
- 积分:1
-
UpNEt3000开发板光盘,谢谢博创和网友们
UpNEt3000开发板光盘,谢谢博创和网友们-CD UpNEt3000 Development Board, I would like to thank Mr. Chong and net surfers
- 2022-05-06 05:09:03下载
- 积分:1
-
G.729的编解码C源码
G.729的编解码C源码(使用Intel的IPP包)堪称效率最高(G. 729 codec C source (the use of Intel IPP package) is the highest efficiency)
- 2020-06-16 14:25:20下载
- 积分:1
-
Web 1.3 system for messy with everyone learning to use! ! !
凌乱1.3网站系统供大家一起学习使用-Web 1.3 system for messy with everyone learning to use! ! !
- 2022-02-14 11:38:25下载
- 积分:1
-
非常经典的基于内容的图像检索综述,在图像检索领域引用最高的论文...
非常经典的基于内容的图像检索综述,在图像检索领域引用最高的论文-One classical paper for content based image retrieval
- 2022-09-07 18:00:03下载
- 积分:1
-
陈敏物联网仿真
与陈敏《OPNET物联网仿真》配套的源码(this is source code of the booke of <OPNET IOT Simulation>)
- 2020-09-16 13:07:55下载
- 积分:1
-
Matlab_listbox_Axes
I ve made an aplication in matlab using GUI, where you can load an image(.jpg) and a file (.txt).
- 2009-03-16 21:05:53下载
- 积分: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