函数逻辑报告 |
Source Code:lib\reed_solomon\reed_solomon.c |
Create Date:2022-07-27 07:56:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_rs_non_canonical - Allocate rs control struct for fields with* non-canonical representation*@symsize: the symbol size (number of bits)*@gffunc: pointer to function to generate the next field element,* or the multiplicative identity element if given 0
函数原型:struct rs_control *init_rs_non_canonical(int symsize, int (*gffunc)(int ), int fcr, int prim, int nroots)
返回类型:struct rs_control
参数:
类型 | 参数 | 名称 |
---|---|---|
int | symsize | |
int (* | gffunc | |
int | fcr | |
int | prim | |
int | nroots |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |