2 Star 1 Fork 3

xieguigang / Darwinism

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
xieguigang 提交于 2024-02-04 08:39 . Update README.md

Darwinism

Darwinism High performance computing toolkit for VisualBasic.NET on unix .net 5

snowFall R# package

By combining of the Darwinism Parallel library and the R# snowFall package, that you can solve a large scale scientific problem in full power on the UNIX .NET 5 platform

the network tool netstat is required for the tcp port allocation when running on unix environment, you can use the yum command for install this netstat tool:

sudo yum install net-tools

LINQ Script

FROM x AS row 
IN "E:\GCModeller\src\runtime\Darwinism\LINQ\test\data.csv"
WHERE x.PeakQuality >= 0.999
SELECT x.LipidIon,  
       lipidName = x.Class & x.FattyAcid,   
	   x.Class,	
	   x.FattyAcid,	
	   x.Ion,	
	   x.Formula,
	   x.PeakQuality,
	   x."m-Score"
	   
SKIP 100
ORDER BY pow("m-Score", PeakQuality) DESCENDING
TAKE 15

View packahe help documents.

1
https://gitee.com/xieguigang/Darwinism.git
git@gitee.com:xieguigang/Darwinism.git
xieguigang
Darwinism
Darwinism
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891