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

📄 tst4820.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
#bug from Roberto to check carefull strength reductionfunction f():void;    i:=0;               barrier go:=true; 	    # remove from disk    a:bat[:oid,:dbl] := bbp.bind("P_bat");    bat.setPersistent(a,false);    transaction.commit();        # alter the values    a := batcalc.+(a,1.0LL);        # store it to disk with the same name    bat.setName(a, "P_bat");    bat.setPersistent(a,true);    transaction.commit();    redo go := calc.<(i,2);         exit go;                        end f;                            optimizer.strengthReduction("user", "f");mdb.list("user", "f");

⌨️ 快捷键说明

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