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

📄 pqueue.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
📖 第 1 页 / 共 2 页
字号:
#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_max(h:bat[:oid,:oid], id:oid, value:oid) address PQenqueue_oidmaxcomment "Inserts element (oid,oid) in the max-pqueue";command topreplace_max(h:bat[:oid,:oid], id:oid, value:oid) address PQtopreplace_oidmaxcomment "Replaces top element with input and updates max-pqueue";command dequeue_max(h:bat[:oid,:oid]) address PQdequeue_oidmaxcomment "Removes top element of the max-pqueue and updates it";command topn_max(t:bat[:oid,:oid], n:int) :bat[:oid,:oid] address PQtopn_oidmaxcomment "Return the topn elements of the bat t using a max-pqueue";command topn_max(t:bat[:void,:oid],n:int) :bat[:oid,:oid] address PQtopn_voidoidmaxcomment "Return the topn elements of the bat t using a max-pqueue";#line 91 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 97 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_min(h:bat[:oid,:ptr], id:oid, value:ptr) address PQenqueue_ptrmincomment "Inserts element (oid,ptr) in the min-pqueue";command topreplace_min(h:bat[:oid,:ptr], id:oid, value:ptr) address PQtopreplace_ptrmincomment "Replaces top element with input and updates min-pqueue";command dequeue_min(h:bat[:oid,:ptr]) address PQdequeue_ptrmincomment "Removes top element of the min-pqueue and updates it";command topn_min(t:bat[:oid,:ptr], n:int) :bat[:oid,:ptr] address PQtopn_ptrmincomment "Return the topn elements of the bat t using a min-pqueue";command topn_min(t:bat[:void,:ptr],n:int) :bat[:oid,:ptr] address PQtopn_voidptrmincomment "Return the topn elements of the bat t using a min-pqueue";#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_max(h:bat[:oid,:ptr], id:oid, value:ptr) address PQenqueue_ptrmaxcomment "Inserts element (oid,ptr) in the max-pqueue";command topreplace_max(h:bat[:oid,:ptr], id:oid, value:ptr) address PQtopreplace_ptrmaxcomment "Replaces top element with input and updates max-pqueue";command dequeue_max(h:bat[:oid,:ptr]) address PQdequeue_ptrmaxcomment "Removes top element of the max-pqueue and updates it";command topn_max(t:bat[:oid,:ptr], n:int) :bat[:oid,:ptr] address PQtopn_ptrmaxcomment "Return the topn elements of the bat t using a max-pqueue";command topn_max(t:bat[:void,:ptr],n:int) :bat[:oid,:ptr] address PQtopn_voidptrmaxcomment "Return the topn elements of the bat t using a max-pqueue";#line 91 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 99 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_min(h:bat[:oid,:lng], id:oid, value:lng) address PQenqueue_lngmincomment "Inserts element (oid,lng) in the min-pqueue";command topreplace_min(h:bat[:oid,:lng], id:oid, value:lng) address PQtopreplace_lngmincomment "Replaces top element with input and updates min-pqueue";command dequeue_min(h:bat[:oid,:lng]) address PQdequeue_lngmincomment "Removes top element of the min-pqueue and updates it";command topn_min(t:bat[:oid,:lng], n:int) :bat[:oid,:lng] address PQtopn_lngmincomment "Return the topn elements of the bat t using a min-pqueue";command topn_min(t:bat[:void,:lng],n:int) :bat[:oid,:lng] address PQtopn_voidlngmincomment "Return the topn elements of the bat t using a min-pqueue";#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_max(h:bat[:oid,:lng], id:oid, value:lng) address PQenqueue_lngmaxcomment "Inserts element (oid,lng) in the max-pqueue";command topreplace_max(h:bat[:oid,:lng], id:oid, value:lng) address PQtopreplace_lngmaxcomment "Replaces top element with input and updates max-pqueue";command dequeue_max(h:bat[:oid,:lng]) address PQdequeue_lngmaxcomment "Removes top element of the max-pqueue and updates it";command topn_max(t:bat[:oid,:lng], n:int) :bat[:oid,:lng] address PQtopn_lngmaxcomment "Return the topn elements of the bat t using a max-pqueue";command topn_max(t:bat[:void,:lng],n:int) :bat[:oid,:lng] address PQtopn_voidlngmaxcomment "Return the topn elements of the bat t using a max-pqueue";#line 91 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 100 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_min(h:bat[:oid,:flt], id:oid, value:flt) address PQenqueue_fltmincomment "Inserts element (oid,flt) in the min-pqueue";command topreplace_min(h:bat[:oid,:flt], id:oid, value:flt) address PQtopreplace_fltmincomment "Replaces top element with input and updates min-pqueue";command dequeue_min(h:bat[:oid,:flt]) address PQdequeue_fltmincomment "Removes top element of the min-pqueue and updates it";command topn_min(t:bat[:oid,:flt], n:int) :bat[:oid,:flt] address PQtopn_fltmincomment "Return the topn elements of the bat t using a min-pqueue";command topn_min(t:bat[:void,:flt],n:int) :bat[:oid,:flt] address PQtopn_voidfltmincomment "Return the topn elements of the bat t using a min-pqueue";#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_max(h:bat[:oid,:flt], id:oid, value:flt) address PQenqueue_fltmaxcomment "Inserts element (oid,flt) in the max-pqueue";command topreplace_max(h:bat[:oid,:flt], id:oid, value:flt) address PQtopreplace_fltmaxcomment "Replaces top element with input and updates max-pqueue";command dequeue_max(h:bat[:oid,:flt]) address PQdequeue_fltmaxcomment "Removes top element of the max-pqueue and updates it";command topn_max(t:bat[:oid,:flt], n:int) :bat[:oid,:flt] address PQtopn_fltmaxcomment "Return the topn elements of the bat t using a max-pqueue";command topn_max(t:bat[:void,:flt],n:int) :bat[:oid,:flt] address PQtopn_voidfltmaxcomment "Return the topn elements of the bat t using a max-pqueue";#line 91 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 101 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_min(h:bat[:oid,:dbl], id:oid, value:dbl) address PQenqueue_dblmincomment "Inserts element (oid,dbl) in the min-pqueue";command topreplace_min(h:bat[:oid,:dbl], id:oid, value:dbl) address PQtopreplace_dblmincomment "Replaces top element with input and updates min-pqueue";command dequeue_min(h:bat[:oid,:dbl]) address PQdequeue_dblmincomment "Removes top element of the min-pqueue and updates it";command topn_min(t:bat[:oid,:dbl], n:int) :bat[:oid,:dbl] address PQtopn_dblmincomment "Return the topn elements of the bat t using a min-pqueue";command topn_min(t:bat[:void,:dbl],n:int) :bat[:oid,:dbl] address PQtopn_voiddblmincomment "Return the topn elements of the bat t using a min-pqueue";#line 90 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"  #line 42 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"command enqueue_max(h:bat[:oid,:dbl], id:oid, value:dbl) address PQenqueue_dblmaxcomment "Inserts element (oid,dbl) in the max-pqueue";command topreplace_max(h:bat[:oid,:dbl], id:oid, value:dbl) address PQtopreplace_dblmaxcomment "Replaces top element with input and updates max-pqueue";command dequeue_max(h:bat[:oid,:dbl]) address PQdequeue_dblmaxcomment "Removes top element of the max-pqueue and updates it";command topn_max(t:bat[:oid,:dbl], n:int) :bat[:oid,:dbl] address PQtopn_dblmaxcomment "Return the topn elements of the bat t using a max-pqueue";command topn_max(t:bat[:void,:dbl],n:int) :bat[:oid,:dbl] address PQtopn_voiddblmaxcomment "Return the topn elements of the bat t using a max-pqueue";#line 91 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"#line 102 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/pqueue.mx"

⌨️ 快捷键说明

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