资源列表
[汇编语言] 200606200123547308806
说明:小灯控制程序 *** *** 中断入口程序 *** ORG 0000H 程序执行开始地址 LJMP START 跳至START执行 ORG 0003H 外中断0中断入口地址 RETI 中断返回(不开中断) ORG 000BH 定时器T0中断入口地址 RETI 中断返回(不开中断) ORG 0013H 外中断1中断入口地址 RETI 中断返回(不开中断) ORG 001BH 定时器T1中断入口地址 RETI 中断返回(不开中断)<fxj1977> 在 2025-06-15 上传 | 大小:221kb | 下载:0
[中文信息处理] TextClassify
说明:文本分类算法,含有三个分类算法,朴素贝叶斯,KNN,VSM-Text classification algorithms, containing three classification algorithms, Naive Bayes, KNN, VSM<lingqiang> 在 2025-06-15 上传 | 大小:3.5mb | 下载:0
[语音合成与识别] LMS-MATLAB
说明:介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。-Introduction based on the least mean square algorithm (LMS algorithm) of the adaptive equalizer of the principles and structur<宋> 在 2025-06-15 上传 | 大小:187kb | 下载:0
[磁盘编程] SaveDisk(11.13)
说明:保存软盘内容到一个指定的文件内.vc++6.0-Save the contents of the floppy disk to a designated document. Vc++ 6.0<ls> 在 2025-06-15 上传 | 大小:32kb | 下载:0
[操作系统开发] migongwentic
说明:从迷宫的入口开始寻找一条到出口的路径。显示迷宫的布局,及找到的路径(最好显示寻找路径的过程)。走到某一步后,假定往下有四个方向的可能,即上、下、左、右四个方向。-From the maze entrance to begin the search for a path to export. Shows the layout of the maze and find the path (the best show to find the path of the process). Go after<郑鑫> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[编译器/词法分析] hello
说明:很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写。我做的一个C子集的词法分析器可以分析C语言的一个子集,包括关键字以及绝大部分的符号.-Good c language lexical analysis procedures, the lexical analysis procedure used VC++ 6.0 preparation. I make a C subset of the lexical analyzer can analyze a subset of C lang<小薇> 在 2025-06-15 上传 | 大小:888kb | 下载:0