ilcd:Go包,用于从ILCD数据集和包中快速提取信息

时间:2024-06-08 03:52:48
【文件属性】:

文件名称:ilcd:Go包,用于从ILCD数据集和包中快速提取信息

文件大小:64KB

文件格式:ZIP

更新时间:2024-06-08 03:52:48

Go

液晶显示器 这是一个Go包,用于读取。 它目前仅支持ILCD格式的子集,但允许从不同的ILCD数据集类型中非常快速且高效地提取信息。 用法 遍历ILCD包中的每个数据集 ilcd.ZipReader提供了用于通过Each*函数提取特定类型的每个数据集的方法: zip , err := ilcd . NewZipReader ( "an_ILCD_package.zip" ) // check err ... err = zip . EachProcess ( func ( p * ilcd. Process ) bool { fmt . Println ( p . FullName ( "en" )) return true // returning false will stop the iteration }) 转换和ILCD封装 reader , err := ilcd


【文件预览】:
ilcd-master
----flowprop.go(1KB)
----unitgroup_test.go(432B)
----contact.go(1KB)
----contact_test.go(553B)
----sample_data()
--------process.xml(511KB)
--------unitgroup.xml(3KB)
--------source.xml(2KB)
--------contact.xml(2KB)
--------flow.xml(3KB)
--------method.xml(18KB)
--------flowprop.xml(3KB)
----process_test.go(1KB)
----unitgroup.go(2KB)
----ilcd_test.go(2KB)
----errors.go(162B)
----flow.go(3KB)
----zipw.go(2KB)
----LICENSE(1KB)
----process.go(4KB)
----ilcd.go(3KB)
----README.md(1KB)
----zipr.go(5KB)
----source_test.go(267B)
----io.go(3KB)
----model.go(4KB)
----zipfile.go(3KB)
----source.go(1KB)
----commons.go(2KB)
----paths_test.go(475B)
----.gitignore(7B)
----flow_test.go(1KB)
----categories.go(748B)
----paths.go(2KB)
----methods.go(2KB)

网友评论