搜索结果
找到约 3,487 项符合
T-B 的查询结果
汇编语言 the calculator s usage! after you have inputed 2 operators,choose + - * / function! But the only
the calculator s usage!
after you have inputed 2 operators,choose + - * / function!
But the only situation I did t deal with is that
when you choos + fuction ,and the operaters signs is like this
-A+B,just turn it to B-A!
压缩解压 itu-t g729A 语音编解码 标准的c代码。是从ITU标准中下载的代码
itu-t g729A 语音编解码 标准的c代码。是从ITU标准中下载的代码
书籍源码 T-S模糊神经网络的matalb程序,可以用做端点检测
T-S模糊神经网络的matalb程序,可以用做端点检测
Java编程 比较牛b的一个计算器程序,源码在word文档里面,
比较牛b的一个计算器程序,源码在word文档里面,
行业发展研究 DMB-T的博士讲座文稿
DMB-T的博士讲座文稿,详细介绍了DMB的发展及技术细节。关注DMB的可以看看。
行业发展研究 DMB-T的博士讲座文稿
DMB-T的博士讲座文稿,详细介绍了DMB的发展及技术细节,关注DMB的可以看看,可以作为DMB的普及知识文档
其他 AT&T的一些基于MPEG视频流的特征的提取
AT&T的一些基于MPEG视频流的特征的提取,用于shot的检测
书籍源码 Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:d
Floyd-Warshall算法描述
1)适用范围:
a)APSP(All Pairs Shortest Paths)
b)稠密图效果最佳
c)边权可正可负
2)算法描述:
a)初始化:dis[u,v]=w[u,v]
b)For k:=1 to n
For i:=1 to n
For j:=1 to n
If dis[i,j]>dis[i,k]+dis[k,j] Then
Dis[I,j]:=dis[I,k]+dis[k,j]
c)算法结束:dis即为所有点对的最短路径矩阵
3)算法小 ...