资源列表

« 1 2 ... .34 .35 .36 .37 .38 3939.40 .41 .42 .43 .44 ... 14954 »

[书籍源码Floyd-Warshall-c-chengxi

说明: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)算法结
<江晨> 在 2025-11-22 上传 | 大小:3kb | 下载:0

[汇编语言9454

说明:接收红外遥控,控制2314-Receiving infrared remote control 2314
<闵运华> 在 2025-11-22 上传 | 大小:165kb | 下载:0

[汇编语言demo

说明:非接触式IC卡车MIFARE ONE DEMO 程序-Non-contact IC trucks MIFARE ONE DEMO procedures
<赵生> 在 2025-11-22 上传 | 大小:8kb | 下载:0

[语音合成与识别yuyinshibie

说明:语音识别的实现,一种基于孤立词.特定人的语音识别的算法.-The realization of speech recognition, based on isolated words. A particular person s speech recognition algorithms.
<chenfeng> 在 2025-11-22 上传 | 大小:164kb | 下载:0

[语音合成与识别wwwawr

说明:基于矢量量化和查找表的改进DTW语音识别方法,对算法进行了详细的研究与模拟.-Based on Vector Quantization and Improved look-up table DTW speech recognition method, the algorithm carried out a detailed research and simulation.
<chenfeng> 在 2025-11-22 上传 | 大小:140kb | 下载:0

[语音合成与识别erw

说明:分频匹配在语音识别与控制中的应用,给出了具体的应用设计思路和方案-Frequency matching in speech recognition and control applications, are given specific application design ideas and programs
<chenfeng> 在 2025-11-22 上传 | 大小:267kb | 下载:0

[语音合成与识别dsds

说明:基于改进LPCC和MFCC的汉语耳语音识别,在MATLAB上设计出了基于LPCC和MFCC的汉语语音孤立词识别/-LPCC and MFCC Based on Improved Chinese ear speech recognition, in the MATLAB design based on the LPCC and MFCC Chinese isolated word speech recognition /
<chenfeng> 在 2025-11-22 上传 | 大小:336kb | 下载:0

[语音合成与识别sdd

说明:一种基于LabVIEW和MATLAB的语音识别方法,在两个平台上设计了一种可行的算法和设计思路,叫好地实现了语音识别-LabVIEW and MATLAB-based speech recognition methods, in both platform design of a feasible algorithm and design ideas, to achieve good speech recognition
<chenfeng> 在 2025-11-22 上传 | 大小:127kb | 下载:0

[汇编语言glaux

说明:这是个使用组合语言来开发的读取 .3ds 文件并展示出来-This is the use of assembly language to develop reading .3 ds files and display them
<吕小泽> 在 2025-11-22 上传 | 大小:239kb | 下载:0

[编译器/词法分析music

说明:A code about PWM music ecperiment used in ARM.
<panyang> 在 2025-11-22 上传 | 大小:34kb | 下载:0

[编译器/词法分析ADC

说明:A code is about A/D change used in ARM.
<panyang> 在 2025-11-22 上传 | 大小:33kb | 下载:0

[编译器/词法分析interrupt

说明:codes are about interrupt used in ARM.
<panyang> 在 2025-11-22 上传 | 大小:23kb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 3939.40 .41 .42 .43 .44 ... 14954 »

源码中国 www.ymcn.org