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

📄 tst101.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst101` in directory 'src/mal` itself:# 07:58:53 >  # 07:58:53 >  Mtimeout -timeout 60 Mserver "--config=/ufs/mk/monet5/Linux/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/log" --set mapi_port=42158 --set sql_port=55708 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal  tst101.mal </dev/null# 07:58:53 >  # Monet Database Server V4.99.19# Copyright (c) 1993-2004, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; dynamically linked.# config:/ufs/mk/monet5/Linux/etc/MonetDB5.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.##define the generic addition operator## this should be sufficient to determine outcome##function + (L:any_1, R:any_1):int ; return s :=1; end +;function user.+(L:any_1,R:any_1):int;	# 0  (+:int)<-(L:any_1)(R:any_1)    return s := 1;	# 1  (s:int)<-(_4:int)end +;	# 2  #a:=3+1;#b:=3.5+2.7;#c:= 7+8;#function user.main():void;	# 0  (main:void)#define the generic addition operator 	# 1  (_1:str)# this should be sufficient to determine outcome 	# 2  (_2:str)    a := calc.+(3,1);	# 3 CALCbinaryADDintint (a:int)<-(_4:int)(_5:int)    b := calc.+(3.5,2.70000005);	# 4 CALCbinaryADDfltflt (b:flt)<-(_7:flt)(_8:flt)    c := calc.+(7,8);	# 5 CALCbinaryADDintint (c:int)<-(_10:int)(_11:int)end main;	# 6  # 07:58:54 >  # 07:58:54 >  Done.# 07:58:54 >  

⌨️ 快捷键说明

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