资源列表

« 1 2 ... .18 .19 .20 .21 .22 10823.24 .25 .26 .27 .28 ... 14958 »

[编译器/词法分析judge

说明:文法类型的判断 编译原理实验 C语言模拟实现 判断正规文法、上下文无关文法、上下文有关文法-Grammar to determine the type of C language compilers simulation experiment to determine the realization of formal grammar, context-free grammar, context-relevant gramm
<单宇> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[编译器/词法分析crc

说明:matlab编程及simulink实现的m_s文件程序-matlab and simulink realization of programming m_s documentation procedures
<张行> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[中文信息处理yuyinhuifang

说明:数字化语音存储与回放系统 -Digital Voice Storage and Playback System Digital Voice Storage and Playback System
<kankan> 在 2024-10-08 上传 | 大小:8192 | 下载:0

[汇编语言1-1

说明:c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n) -c++ Second, through its elements inserted into
<zzlbly> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[汇编语言1-2

说明:二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n) -Second, through its elements inserted into the two
<zzlbly> 在 2024-10-08 上传 | 大小:850944 | 下载:0

[编辑器/阅读器g711-g729

说明:经典的音频G711和G729编码和解码源代码,G711是纯C源代码,G279为静态链接库,里面有PDF格式的开发文档-Classic G711 and G729 audio encoding and decoding the source code, G711 is a pure C source code, G279 for the static link library, which has the development of P
<断弦残声> 在 2024-10-08 上传 | 大小:378880 | 下载:0

[语音合成与识别asr

说明:语音识别技术: 语音识别以语音为研究对象,它是语音信号处理的一个重要研究方向,是模式识别的一个分支,涉及到生理学、心理学、语言学、计算机科学以及信号处理等诸多领域-Speech Recognition Technology: voice recognition to voice as the research object, it is the voice signal processing as an important rese
<林涛> 在 2024-10-08 上传 | 大小:17408 | 下载:0

[中间件编程EJB3-enityBean-oneToMany

说明:有关EJB3的实体BEAN的一对多关系的实例,内有详细实验报告,课堂作业,做得马马虎虎,呵呵,用myeclipse+JBOSS+mysql开发的-EJB3 entity related BEAN examples of one-to-many relationship, which has a detailed experimental report, classroom operations, doing so-so, huh, hu
<李天翔> 在 2024-10-08 上传 | 大小:145408 | 下载:0

[中间件编程EJB3-enityBean-manyToMany

说明:有关EJB3的实体BEAN的多对多关系的实例,内有详细实验报告,课堂作业,做得马马虎虎,呵呵,用myeclipse+JBOSS+mysql开发的-EJB3 entity related BEAN examples of the many-to-many relationship, which has a detailed experimental report, classroom operations, doing so-so, hu
<李天翔> 在 2024-10-08 上传 | 大小:159744 | 下载:0

[中间件编程sph_5

说明:动态规划的方程大家都知道,就是 f[i,j]=min{f[i-1,j-1],f[i-1,j],f[i,j-1],f[i,j+1]}+a[i,j] 但是很多人会怀疑这道题的后效性而放弃动规做法。 本来我还想做Dijkstra,后来变了没二十行pascal就告诉我数组越界了……(dist:array[1..1000*1001 div 2]...) 无奈之余看了xj_kidb1的题解,刚开始还觉得有问题,后来豁然开
<罗宁> 在 2024-10-08 上传 | 大小:3072 | 下载:0

[编译器/词法分析compiler

说明:c--解释器,输入源码,能够打印出结果,可支持注释,递归等-c interpreter, enter the source code that can print out the results could support the Notes, such as recursive
<冯晓> 在 2024-10-08 上传 | 大小:297984 | 下载:0

[编译器/词法分析fskdigital

说明:用matlab实现fsk的调制,已经调出波形-Using matlab modulation fsk realize, has been transferred out waveform
<伍晨君> 在 2024-10-08 上传 | 大小:1024 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 10823.24 .25 .26 .27 .28 ... 14958 »

源码中国 www.ymcn.org