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

📄 calc.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
📖 第 1 页 / 共 5 页
字号:
		command *(left:flt, right:int) :flt 		address CALCbinaryMULfltint;		command /(left:flt, right:int) :flt 		address CALCbinarycheckDIVfltint;#line 213 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:flt, right:lng) :flt 		address CALCbinaryADDfltlng; 		command -(left:flt, right:lng) :flt 		address CALCbinarySUBfltlng;		command *(left:flt, right:lng) :flt 		address CALCbinaryMULfltlng;		command /(left:flt, right:lng) :flt 		address CALCbinarycheckDIVfltlng;#line 214 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:flt, right:flt) :flt 		address CALCbinaryADDfltflt; 		command -(left:flt, right:flt) :flt 		address CALCbinarySUBfltflt;		command *(left:flt, right:flt) :flt 		address CALCbinaryMULfltflt;		command /(left:flt, right:flt) :flt 		address CALCbinarycheckDIVfltflt;#line 215 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:flt, right:dbl) :dbl 		address CALCbinaryADDfltdbl; 		command -(left:flt, right:dbl) :dbl 		address CALCbinarySUBfltdbl;		command *(left:flt, right:dbl) :dbl 		address CALCbinaryMULfltdbl;		command /(left:flt, right:dbl) :dbl 		address CALCbinarycheckDIVfltdbl;#line 216 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:dbl, right:chr) :dbl 		address CALCbinaryADDdblchr; 		command -(left:dbl, right:chr) :dbl 		address CALCbinarySUBdblchr;		command *(left:dbl, right:chr) :dbl 		address CALCbinaryMULdblchr;		command /(left:dbl, right:chr) :dbl 		address CALCbinarycheckDIVdblchr;#line 218 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:dbl, right:sht) :dbl 		address CALCbinaryADDdblsht; 		command -(left:dbl, right:sht) :dbl 		address CALCbinarySUBdblsht;		command *(left:dbl, right:sht) :dbl 		address CALCbinaryMULdblsht;		command /(left:dbl, right:sht) :dbl 		address CALCbinarycheckDIVdblsht;#line 219 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:dbl, right:int) :dbl 		address CALCbinaryADDdblint; 		command -(left:dbl, right:int) :dbl 		address CALCbinarySUBdblint;		command *(left:dbl, right:int) :dbl 		address CALCbinaryMULdblint;		command /(left:dbl, right:int) :dbl 		address CALCbinarycheckDIVdblint;#line 220 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:dbl, right:lng) :dbl 		address CALCbinaryADDdbllng; 		command -(left:dbl, right:lng) :dbl 		address CALCbinarySUBdbllng;		command *(left:dbl, right:lng) :dbl 		address CALCbinaryMULdbllng;		command /(left:dbl, right:lng) :dbl 		address CALCbinarycheckDIVdbllng;#line 221 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:dbl, right:flt) :dbl 		address CALCbinaryADDdblflt; 		command -(left:dbl, right:flt) :dbl 		address CALCbinarySUBdblflt;		command *(left:dbl, right:flt) :dbl 		address CALCbinaryMULdblflt;		command /(left:dbl, right:flt) :dbl 		address CALCbinarycheckDIVdblflt;#line 222 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:dbl, right:dbl) :dbl 		address CALCbinaryADDdbldbl; 		command -(left:dbl, right:dbl) :dbl 		address CALCbinarySUBdbldbl;		command *(left:dbl, right:dbl) :dbl 		address CALCbinaryMULdbldbl;		command /(left:dbl, right:dbl) :dbl 		address CALCbinarycheckDIVdbldbl;#line 223 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:oid, right:oid) :oid 		address CALCbinaryADDoidoid; 		command -(left:oid, right:oid) :oid 		address CALCbinarySUBoidoid;		command *(left:oid, right:oid) :oid 		address CALCbinaryMULoidoid;		command /(left:oid, right:oid) :oid 		address CALCbinarycheckDIVoidoid;#line 225 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:chr, right:chr) :chr 		address CALCbinaryADDchrchr; 		command -(left:chr, right:chr) :chr 		address CALCbinarySUBchrchr;		command *(left:chr, right:chr) :chr 		address CALCbinaryMULchrchr;		command /(left:chr, right:chr) :chr 		address CALCbinarycheckDIVchrchr;#line 227 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:chr, right:sht) :sht 		address CALCbinaryADDchrsht; 		command -(left:chr, right:sht) :sht 		address CALCbinarySUBchrsht;		command *(left:chr, right:sht) :sht 		address CALCbinaryMULchrsht;		command /(left:chr, right:sht) :sht 		address CALCbinarycheckDIVchrsht;#line 228 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:chr, right:int) :int 		address CALCbinaryADDchrint; 		command -(left:chr, right:int) :int 		address CALCbinarySUBchrint;		command *(left:chr, right:int) :int 		address CALCbinaryMULchrint;		command /(left:chr, right:int) :int 		address CALCbinarycheckDIVchrint;#line 229 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:chr, right:lng) :lng 		address CALCbinaryADDchrlng; 		command -(left:chr, right:lng) :lng 		address CALCbinarySUBchrlng;		command *(left:chr, right:lng) :lng 		address CALCbinaryMULchrlng;		command /(left:chr, right:lng) :lng 		address CALCbinarycheckDIVchrlng;#line 230 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:chr, right:flt) :flt 		address CALCbinaryADDchrflt; 		command -(left:chr, right:flt) :flt 		address CALCbinarySUBchrflt;		command *(left:chr, right:flt) :flt 		address CALCbinaryMULchrflt;		command /(left:chr, right:flt) :flt 		address CALCbinarycheckDIVchrflt;#line 231 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:chr, right:dbl) :dbl 		address CALCbinaryADDchrdbl; 		command -(left:chr, right:dbl) :dbl 		address CALCbinarySUBchrdbl;		command *(left:chr, right:dbl) :dbl 		address CALCbinaryMULchrdbl;		command /(left:chr, right:dbl) :dbl 		address CALCbinarycheckDIVchrdbl;#line 232 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:sht, right:chr) :sht 		address CALCbinaryADDshtchr; 		command -(left:sht, right:chr) :sht 		address CALCbinarySUBshtchr;		command *(left:sht, right:chr) :sht 		address CALCbinaryMULshtchr;		command /(left:sht, right:chr) :sht 		address CALCbinarycheckDIVshtchr;#line 234 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:sht, right:sht) :sht 		address CALCbinaryADDshtsht; 		command -(left:sht, right:sht) :sht 		address CALCbinarySUBshtsht;		command *(left:sht, right:sht) :sht 		address CALCbinaryMULshtsht;		command /(left:sht, right:sht) :sht 		address CALCbinarycheckDIVshtsht;#line 235 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:sht, right:int) :int 		address CALCbinaryADDshtint; 		command -(left:sht, right:int) :int 		address CALCbinarySUBshtint;		command *(left:sht, right:int) :int 		address CALCbinaryMULshtint;		command /(left:sht, right:int) :int 		address CALCbinarycheckDIVshtint;#line 236 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:sht, right:lng) :lng 		address CALCbinaryADDshtlng; 		command -(left:sht, right:lng) :lng 		address CALCbinarySUBshtlng;		command *(left:sht, right:lng) :lng 		address CALCbinaryMULshtlng;		command /(left:sht, right:lng) :lng 		address CALCbinarycheckDIVshtlng;#line 237 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:sht, right:flt) :flt 		address CALCbinaryADDshtflt; 		command -(left:sht, right:flt) :flt 		address CALCbinarySUBshtflt;		command *(left:sht, right:flt) :flt 		address CALCbinaryMULshtflt;		command /(left:sht, right:flt) :flt 		address CALCbinarycheckDIVshtflt;#line 238 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:sht, right:dbl) :dbl 		address CALCbinaryADDshtdbl; 		command -(left:sht, right:dbl) :dbl 		address CALCbinarySUBshtdbl;		command *(left:sht, right:dbl) :dbl 		address CALCbinaryMULshtdbl;		command /(left:sht, right:dbl) :dbl 		address CALCbinarycheckDIVshtdbl;#line 239 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:int, right:chr) :int 		address CALCbinaryADDintchr; 		command -(left:int, right:chr) :int 		address CALCbinarySUBintchr;		command *(left:int, right:chr) :int 		address CALCbinaryMULintchr;		command /(left:int, right:chr) :int 		address CALCbinarycheckDIVintchr;#line 241 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:int, right:sht) :int 		address CALCbinaryADDintsht; 		command -(left:int, right:sht) :int 		address CALCbinarySUBintsht;		command *(left:int, right:sht) :int 		address CALCbinaryMULintsht;		command /(left:int, right:sht) :int 		address CALCbinarycheckDIVintsht;#line 242 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:int, right:int) :int 		address CALCbinaryADDintint; 		command -(left:int, right:int) :int 		address CALCbinarySUBintint;		command *(left:int, right:int) :int 		address CALCbinaryMULintint;		command /(left:int, right:int) :int 		address CALCbinarycheckDIVintint;#line 243 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:int, right:lng) :lng 		address CALCbinaryADDintlng; 		command -(left:int, right:lng) :lng 		address CALCbinarySUBintlng;		command *(left:int, right:lng) :lng 		address CALCbinaryMULintlng;		command /(left:int, right:lng) :lng 		address CALCbinarycheckDIVintlng;#line 244 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:int, right:flt) :flt 		address CALCbinaryADDintflt; 		command -(left:int, right:flt) :flt 		address CALCbinarySUBintflt;		command *(left:int, right:flt) :flt 		address CALCbinaryMULintflt;		command /(left:int, right:flt) :flt 		address CALCbinarycheckDIVintflt;#line 245 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:int, right:dbl) :dbl 		address CALCbinaryADDintdbl; 		command -(left:int, right:dbl) :dbl 		address CALCbinarySUBintdbl;		command *(left:int, right:dbl) :dbl 		address CALCbinaryMULintdbl;		command /(left:int, right:dbl) :dbl 		address CALCbinarycheckDIVintdbl;#line 246 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"	#line 199 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/calc.mx"		command +(left:lng, right:chr) :lng 		address CALCbinaryADDlngchr; 

⌨️ 快捷键说明

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