函数逻辑报告 |
Source Code:lib\bch.c |
Create Date:2022-07-27 07:57:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:solve a m x m linear system in GF(2) with an expected number of solutions,* and return the number of found solutions
函数原型:static int solve_linear_system(struct bch_control *bch, unsigned int *rows, unsigned int *sol, int nsol)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bch_control * | bch | |
unsigned int * | rows | |
unsigned int * | sol | |
int | nsol |
449 | k等于0 |
482 | 如果k大于0则 |
504 | tmp等于0 |
511 | 返回:nsol |
名称 | 描述 |
---|---|
find_affine4_roots | his function builds and solves a linear system for finding roots of a degree* 4 affine monic polynomial X^4+aX^2+bX+c over GF(2^m). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |