Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LCS_Dynamic ¶
type LCS_Dynamic struct {
// contains filtered or unexported fields
}
*
- @author ljfirst
- @version V1.0
- @date 2023/7/10 02:17
- @author-Email ljfirst@mail.ustc.edu.cn
- @blogURL https://blog.csdn.net/ljfirst
- @description *
func (*LCS_Dynamic) GetAttribute ¶
func (m *LCS_Dynamic) GetAttribute() *C.Attribute
func (*LCS_Dynamic) LcsCountMethod ¶
func (m *LCS_Dynamic) LcsCountMethod(source, pattern string) int
func (*LCS_Dynamic) LcsStrMethod ¶
func (m *LCS_Dynamic) LcsStrMethod(source, pattern string) string
type LCS_Optimize ¶
type LCS_Optimize struct { }
*
- @author ljfirst
- @version V1.0
- @date 2023/7/10 02:18
- @author-Email ljfirst@mail.ustc.edu.cn
- @blogURL https://blog.csdn.net/ljfirst
- @description *
func (*LCS_Optimize) GetAttribute ¶
func (m *LCS_Optimize) GetAttribute() *C.Attribute
func (*LCS_Optimize) Method ¶
func (m *LCS_Optimize) Method()
Click to show internal directories.
Click to hide internal directories.