资源列表
[数学计算/工程计算] byacc-1.9-1-src
说明:Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. Specifications that take advantag<LiuZP> 在 2025-06-30 上传 | 大小:66kb | 下载:0
[数学计算/工程计算] WBK_energy_level
说明:matlab代码,采用WBK方法,用于计算分子势阱内能级-matlab code,using the WBK method to calculate the level of the molecular potential well<kalium> 在 2025-06-30 上传 | 大小:1.74mb | 下载:0
[数学计算/工程计算] Quine-McCluskey
说明:Quine-McCluskey算法的C代码实现-Quine-McCluskey Algorithm in C code implementation<王益丰> 在 2025-06-30 上传 | 大小:512kb | 下载:0
[数学计算/工程计算] matrixcookbook
说明:matrix cookbook, 做算法必用到的工具书-matrix cookbook<姬雨初> 在 2025-06-30 上传 | 大小:364kb | 下载:0
[数学计算/工程计算] LagrangeNewtoninterpolation
说明:拉格朗日和牛顿插值法的C++方法实现(数值分析上机实验)-Lagrange and Newton interpolation, C++ method to achieve(Numerical analysis of the experiment on the computer)<陈辰> 在 2025-06-30 上传 | 大小:75kb | 下载:0
[数学计算/工程计算] The-least-square-algorithm-
说明:很好的最小二乘法总结,适合于初学最小二乘法的学生和工程人员-Very good least square method summary, suitable for beginners least square method of the students and workers<zhu chun> 在 2025-06-30 上传 | 大小:510kb | 下载:0
[数学计算/工程计算] floatingpoint-calculation
说明:c语言模拟计算机浮点数计算 1、float stof(char *) //十进制字符串 --> float (如:"-1.0" --> 0xFF800000) 2、float fadd(float, float) 3、float fsub(float, float) 4、float fmul(float, float) 5、float fdiv(float, float) 6、void ftos(char *, float) //float --&g<liujianyu> 在 2025-06-30 上传 | 大小:1kb | 下载:0