nfcts.h

来自「basic.c */ /**//* Project:NeuroBasic, b」· C头文件 代码 · 共 34 行

H
34
字号
/****************************************************************//*								*//* Name:	nfcts.h						*//*								*//* Project:	NeuroBasic, basic package			*//*								*//* Survey:	Contains the function prototypes of the neuro-	*//*		functions which will be "visible" from the	*//*		NeuroBasic interpreter.				*//*								*//* Author:	Urs Mueller					*//*		Electronics Laboratory, ETH Zuerich		*//*		Switzerland					*//*								*//* Created:	July 21, 1994					*//* Modified:	August 1, 1994 (um)				*//*								*//****************************************************************/MINT release(MINT nobj);MINT load(MINT nobj, MINT pfilename);MINT save(MINT nobj, MINT pfilename, MINT format);MINT nput(MINT nobj, MINT nx, MINT ny, MFLOAT value);MFLOAT nget(MINT nobj, MINT nx, MINT ny);MINT show(MINT nobj);MINT randomize(MINT nobj, MFLOAT range);MINT rnd(MINT range);MINT random_seed(MINT seed);MINT rseq(MINT newl);/*** array.c ***/MINT new_array(MINT width, MINT length, MINT format);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?