⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nfcts.h

📁 basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code
💻 H
字号:
/****************************************************************//*								*//* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -