-
LL1文法分析
该代码是自己原创,参考编译原理的书,根据LL1文法判断过程编写而成,进行了多种判断,找左公因子,左递归,求first集,follow集,select集最终根据select集判断出是否为ll1文法,并且在过程中每个产生式是否能产生空,其select集,first集,follow集,均可打印出
- 2022-10-18 06:50:03下载
- 积分:1
-
相关性系数
应用背景计算成年人年龄和身体脂肪相关性系数关键技术数据挖掘计算两组数据是正相关还是负相关
- 2023-03-02 00:35:03下载
- 积分:1
-
2D elastostatic boundry element method
应用背景采用边界积分方程,用于解决二维弹性问题以及势问题,采取常量单元。关键技术
1.边界积分方程
2.弹性力学平衡方程、位移协调方程、边界条件方程、本构方程
3.LAPACK算法包
- 2023-08-28 08:45:03下载
- 积分:1
-
雅可比迭代算法
* 对解决 Ax = b 鉴于初始逼近 x(0)。
*
* 输入: 数目方程和未知数 n;条目
* A(I,J),1 < = I J < = n 的矩阵 A ;条目
* B ㈠,1 < = I < = n 的非均匀期限 b ;的
* 条目 XO(I),1 < = I < = n 的 x(0) ;容忍 TOL ;
* 最大 N.迭代次数
*
* 输出: X(1),...,X(n) 的近似解决方案或一条消息
*,迭代的次数超过了。
*/
- 2022-01-28 16:55:49下载
- 积分:1
-
pfx 或 p12 文件解析器
pfx 测试 java 代码中,解密 p12 格式文件 (如.pfx,.p12 文件)
pfxtest 使用的是 base64 编码,采样的 p12 文件
pfx 密码是 123456,
是三级的证书链
解析使用 BC lib — JCE 打开实现
- 2022-08-21 14:48:06下载
- 积分:1
-
数学建模最优化问题的lingo编程解法,一开始还先介绍lingo的基本知识。...
数学建模最优化问题的lingo编程解法,一开始还先介绍lingo的基本知识。-Optimization problem of mathematical modeling of lingo programming method, also the first one started to introduce basic knowledge of lingo.
- 2022-09-08 05:30:03下载
- 积分:1
-
liang barsky line clipping algo
liang barsky line clipping algo
- 2022-03-20 17:54:38下载
- 积分:1
-
小波变换
- 2023-04-22 14:30:03下载
- 积分:1
-
各种形态学源码,以及图像dib的类建立,封装性好,方便实用效果好
由于MFC没有封装DIB类,编写面向对象的的DIB类,易于维护和移植;然后提供数学形态学代码,实现图像各种形态学运算,处理时只需要定义形态学类然后进行调用即可,代码都经过调试运行,现在应用与工程项目中
- 2022-02-01 20:07:16下载
- 积分:1
-
ffmpg库的源码
FFmpeg README
-------------
1) Documentation
----------------
* Read the documentation in the doc/ directory.
2) Licensing
------------
* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
liba52 and libpostproc are licensed under the Lesser GNU General
Public License.
* liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.
Fabrice Bellard.
- 2022-07-03 09:19:29下载
- 积分:1