文件名称:NPLRuntime:NPL-神经并行语言
文件大小:49.95MB
文件格式:ZIP
更新时间:2024-02-24 08:50:37
programming-language lua paracraft npl tatfook
欢迎使用NPL运行时! NPL或神经并行语言是一种开源的高性能脚本语言。 它的语法与 100%兼容。 NPL运行时提供了构建在windows/linux/android/iOS上运行的3D/2D/Server应用程序的基本功能。 安装指南 git clone https://github.com/LiXizhi/NPLRuntime.git ./build_linux.sh 有关详细信息,请参见。 入门 范例程式码 -- this is from `helloworld.npl` NPL. activate ( " (gl)helloworld.npl " , {data = " hello world! " }) this (msg){ if (msg) then print (msg. data or " " ); end } 为什么要使用新的编程语言? NPL原型是在2004年设计的,当时被称为“并行导向语言”。 NPL最初旨在编写灵活的算法,该算法可在多线程,分布式环境中工作,并且网络中有许多计算机。 更具体地说,我想拥有一种适合编写神经网络算法,3