资源列表
[matlab例程] LIBSVMconverter
说明:Convert array to a text file that can use with LIBSVM library Convert LIBSVM file format to an array Disadv: does not work if missing values are present.<Shinva> 在 2025-05-17 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] min_span
说明:minimum spaning tr-minimum spaning tree<mohammadjavad> 在 2025-05-17 上传 | 大小:3kb | 下载:0
[数值算法/人工智能] design-PID-controller-by-CPP
说明:利用c++代码实现pid控制算法,很好的解决了代码的兼容性-Use c++ code pid control algorithm, a good solution to the compatibility of the code<余涛> 在 2025-05-17 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] A-star-eight-the-number-of-problems
说明:用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position<丛琳> 在 2025-05-17 上传 | 大小:3kb | 下载:0
[matlab例程] compareGAUSSI
说明:高斯信道下两径传输时单载波QPSK调制与OFDM采用QPSK调制的性能比较-Gaussian channel two-path transmission when single-carrier QPSK modulation with OFDM to QPSK modulation performance comparison<妞妞> 在 2025-05-17 上传 | 大小:3kb | 下载:0
[matlab例程] compare_twopath
说明:两径传输下数字信号的单载波传输与OFDM调制后传输的性能比较(仅供参考)-Two-path transmission of digital signals single carrier transmission with OFDM modulation transfer performance comparison (for reference only)<妞妞> 在 2025-05-17 上传 | 大小:3kb | 下载:0
[matlab例程] GIS-transformation-of-coordinates
说明:地理信息系统转化坐标地理信息系统转化坐标-Geographic information systems transformation of coordinates<李明> 在 2025-05-17 上传 | 大小:3kb | 下载:0
[数据结构常用算法] calacomplie
说明:设计多个类,实现整数算术表达式的翻译与计算,其中包括: 1. 识别输入字符串中的整数和各种运算符号 2. 判断输入字符串是否满足整数算术表达式的语法规则 3. 对满足语法规则的字符串,采用递归下降分析法、LL(1)分析法、优先分析法或LR分析法,建立输入字符串的语法树 4. 根据语法树,将输入字符串翻译成中间的四元式代码表示 5. 根据四元式代码,计算整个表达式的值并输出 6. 设计合理的输入、输出界面-A pr<kelvin> 在 2025-05-17 上传 | 大小:3kb | 下载:0