资源列表
[其他小程序] Lexical
说明:词法分析:将该语言的源程序,也就是相应的字符流转换成内码,并根据需要是否对于标识号填写相应的符号表供编译程序的以后各阶段使用- Lexical Analysis:The language of the source, that is, the character stream into corresponding internal codes, and if necessary, fill in the corresponding identification number for the sy<yinshengquan> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[其他小程序] Aalgorithm
说明:this a prolog travel agent recognize program using a star algoritm<Donna> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[其他小程序] systemModeling
说明:部分用于自动控制的matlab源码,可实现阶跃响应等的模拟,不需要工具库-Part of the matlab source code for the automatic control can be realized such as step response simulation, no tool Library<杨梅> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[其他小程序] MIMOpower_distrbute_waterfiling
说明:MIMO系统为提高系统性能采用功率分配,这个程序主要采用注水发进行功率分配-MIMO system with power allocation to improve system performance, this program mainly for the power distribution of fat injection<gl> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[其他小程序] QR_THPprecoding_BERstimulate
说明:基于QR分解的MIMO系统的误码率性能仿真-QR decomposition based on the BER performance of MIMO system simulation<gl> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[其他小程序] cifafenxiqi6
说明:该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|.<张凤> 在 2025-06-23 上传 | 大小:2kb | 下载:0