MCPcopy Create free account

hub / github.com/USTC-Resource/USTC-Course / functions

Functions1,085 in github.com/USTC-Resource/USTC-Course

↓ 3 callersMethodfindKey
(self, key)
数据结构/codes/mbinary/bTree.py:41
↓ 3 callersMethodgetChildren
(self, begin=0, end=None)
数据结构/codes/mbinary/bTree.py:37
↓ 3 callersMethodgetPreOrderLst
(self)
数理逻辑/codes/mbinary/system_L.py:124
↓ 3 callersMethodgetSuccessor
(self, nd)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:82
↓ 3 callersFunctioninit
c程序设计/程序设计2-lab/9B.cc:59
↓ 3 callersMethodinit
(String data, int encoding, String sLicenceCode, String userDict, boolean bOverwrite)
Web-信息处理与应用/labs/lab1-搜索引擎/src/ICTCLAS_Analyzer/NLPIRTokenizer.java:47
↓ 3 callersMethodinsert
(self, k)
数据结构/codes/mbinary/binaryHeap.py:61
↓ 3 callersFunctionisZero
数据结构/codes/mbinary/map.cc:14
↓ 3 callersFunctionjud
c程序设计/程序设计2-lab/_10b.cc:70
↓ 3 callersFunctionmatchParentheses
match parentheses from one end of s and ret pointer i
数理逻辑/codes/mbinary/system_L.py:62
↓ 3 callersFunctionmenu
数据结构/codes/mbinary/polynomial.cpp:265
↓ 3 callersFunctionmklink
(path)
utils/md_tree_links.py:23
↓ 3 callersMethodmpDeduce
(self, formulas, x, mp=None)
数理逻辑/codes/mbinary/system_L.py:309
↓ 3 callersMethodmyhash
(self, key)
数据结构/codes/mbinary/hashTable.py:56
↓ 3 callersFunctionmysum
(obj)
计算机图像学/labs/lab2.py:36
↓ 3 callersFunctionnoLessThan
c程序设计/程序设计2-lab/div.cc:25
↓ 3 callersFunctionoprt
c程序设计/程序设计2-lab/9A.CC:43
↓ 3 callersMethodp2q
if f can be formed in the form of p->q: return (p,q), else return f,None p,q,f are all formula s
数理逻辑/codes/mbinary/system_L.py:170
↓ 3 callersFunctionprint
c程序设计/程序设计2-lab/ab1046.cc:37
↓ 3 callersFunctionprint
c程序设计/程序设计2-lab/_10b.cc:247
↓ 3 callersFunctionschedule
(works,k)
算法基础/labs/2018-徐云/lab4&sch_2/schedule.py:30
↓ 3 callersMethodsetRoot
(self, nd)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:70
↓ 3 callersFunctionshow
c程序设计/程序设计2-lab/10b2.cc:143
↓ 3 callersFunctionshow
c程序设计/程序设计2-lab/10B.cc:141
↓ 3 callersFunctionshow
c程序设计/程序设计2-lab/10br.cc:132
↓ 3 callersMethodtransferParent
(self, origin, new)
数据结构/codes/mbinary/redBlackTree.py:116
↓ 3 callersMethodupdate
(self, keys=None, isLeaf=None, children=None)
数据结构/codes/mbinary/bTree.py:47
↓ 3 callersMethodwin
(self, a, b)
数据结构/codes/mbinary/winnerTree.py:51
↓ 3 callersMethodwin
(self, a, b)
数据结构/codes/mbinary/loserTree.py:55
↓ 2 callersMethodAverageCmpTimesFailed
int CompareTimes(int key0){ int cnt = 1; Node<Elem>* p; p = hash[key0]->head->next; while(p && key0 != p->data.number){ p = p->next; cnt++; } return c
数据结构/labs/2018/Hash/hash.cpp:184
↓ 2 callersMethodAverageCmpTimesSuccess
数据结构/labs/2018/Hash/hash.cpp:191
↓ 2 callersMethodButton
数据结构/labs/2018/Elevator/elevator.hpp:33
↓ 2 callersMethodClear
数据结构/labs/2018/Elevator/elevator.hpp:55
↓ 2 callersFunctionDCEInstruction
this is used to visit every instruction in function if any instruction can be eliminated, do something(check all it's operands) else just do nothing
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:90
↓ 2 callersMethodGetKey
数据结构/labs/2018/Hash/hash.cpp:23
↓ 2 callersMethodInsert
数据结构/labs/2018/Hash/hash.cpp:164
↓ 2 callersMethodListInsert
数据结构/labs/2018/Lib/linklist.hpp:117
↓ 2 callersMethodNLPIR_GetLastErrorMsg
()
Web-信息处理与应用/labs/lab1-搜索引擎/src/ICTCLAS_Analyzer/CNLPIRLibrary.java:16
↓ 2 callersMethodPress
数据结构/labs/2018/Elevator/elevator.hpp:47
↓ 2 callersMethodQueueEmpty
数据结构/labs/2018/Lib/queue.hpp:37
↓ 2 callersMethod_cmp
(self, a, b)
数据结构/codes/mbinary/binaryHeap.py:53
↓ 2 callersFunction_fft
recursion version
计算机图像学/labs/dft.py:26
↓ 2 callersFunction_fft_n2
O(n^2)
计算机图像学/labs/dft.py:15
↓ 2 callersMethod_findPrt
(self, nd, tgt, prt)
数据结构/codes/mbinary/binaryTree.py:59
↓ 2 callersMethod_maxmin
(self, root, i=0)
数据结构/codes/mbinary/splayTree.py:129
↓ 2 callersMethodaddEdge
(self, v, u, weight=1)
数据结构/codes/mbinary/graph/directed.py:99
↓ 2 callersMethodaddEdge2
(self, inKey, outKey)
算法基础/labs/2018-徐云/lab5/directedGraph.py:50
↓ 2 callersMethodaddNode
(self, val, dec=False)
数据结构/codes/mbinary/allOone/allOone.py:82
↓ 2 callersMethodaddTheo
(self, li, mp)
数理逻辑/codes/mbinary/system_L.py:287
↓ 2 callersMethodaddVertex
(self, v)
数据结构/labs/2017/navigation/graph.py:81
↓ 2 callersMethodattack
c程序设计/程序设计2-lab/10b2.cc:196
↓ 2 callersMethodattack
c程序设计/程序设计2-lab/10B.cc:187
↓ 2 callersMethodattack
c程序设计/程序设计2-lab/10br.cc:178
↓ 2 callersFunctioncdis
c程序设计/程序设计2-lab/_10b.cc:47
↓ 2 callersFunctioncodecog
(f)
utils/codecogs.py:11
↓ 2 callersFunctioncomputeInvertCode
计算机图像学/labs/cpp/dft.cpp:39
↓ 2 callersFunctioncomputeLayer
计算机图像学/labs/cpp/dft.cpp:10
↓ 2 callersFunctioncomputeWeights
计算机图像学/labs/cpp/dft.cpp:23
↓ 2 callersMethoddelNode
(self, val)
数据结构/codes/mbinary/allOone/allOone.py:90
↓ 2 callersFunctiondeleteSyntaxTreeNode
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:42
↓ 2 callersMethoddeleteTop
(self)
数据结构/codes/mbinary/binaryHeap.py:83
↓ 2 callersFunctioneliminateDeadCode
i think this is the main dce function, it calls the core function DCEInstruction it's a iteration structure
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:130
↓ 2 callersMethodfind
(self, k)
数据结构/codes/mbinary/splayTree.py:156
↓ 2 callersFunctionfloatEql
(f1, f2, epsilon=1e-6)
算法基础/labs/2018-徐云/lab1/PB16030899-朱河勤-实验一.py:66
↓ 2 callersFunctionformatSize
(size)
utils/getSize.py:6
↓ 2 callersMethodgenFormula
(self, s: str)
数理逻辑/codes/mbinary/system_L.py:253
↓ 2 callersMethodgetContNonNum
visit s from i until s[i] isn't NON, then return the num of continuous NON and the pointer i
数理逻辑/codes/mbinary/system_L.py:185
↓ 2 callersFunctiongetData
c程序设计/程序设计2-lab/sub.cc:67
↓ 2 callersFunctiongetData
c程序设计/程序设计2-lab/div.cc:6
↓ 2 callersMethodgetOne
(self)
数据结构/codes/mbinary/allOone/allOone.py:24
↓ 2 callersFunctiongetSize
(path='.')
utils/getSize.py:15
↓ 2 callersMethodgetSuccessor
(self, nd)
数据结构/codes/mbinary/redBlackTree.py:106
↓ 2 callersFunctiongo
数据结构/codes/mbinary/huffman/huffman.cc:390
↓ 2 callersFunctionhasSubMatrix
c程序设计/程序设计2-lab/10C.cc:23
↓ 2 callersMethodinsert
(self, nd)
数据结构/codes/mbinary/redBlackTree.py:123
↓ 2 callersFunctionisCoalescable
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:620
↓ 2 callersMethodisFull
数据结构/labs/2018/Elevator/elevator.cpp:489
↓ 2 callersFunctionisSep
数据结构/codes/mbinary/huffman/huffman.cc:366
↓ 2 callersFunctionisUnconditionalBranch
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:212
↓ 2 callersMethoditerPolynomial
(self, s)
数据结构/labs/2017/polynomial/polynomial.py:139
↓ 2 callersMethoditerPolynomial
(self, s)
数据结构/codes/mbinary/polynomial.py:156
↓ 2 callersMethodmap
数据结构/codes/mbinary/map.cc:47
↓ 2 callersMethodminPath
(self, v, u)
数据结构/labs/2017/navigation/graph.py:131
↓ 2 callersFunctionmov
c程序设计/程序设计2-lab/5A0.cc:10
↓ 2 callersFunctionmove
c程序设计/程序设计2-lab/_10b.cc:78
↓ 2 callersMethodmove
c程序设计/程序设计2-lab/10B.cc:82
↓ 2 callersMethodnotIn
(self, v)
数据结构/labs/2017/navigation/directed.py:133
↓ 2 callersMethodnotIn
(self, v)
数据结构/codes/mbinary/graph/directed.py:145
↓ 2 callersFunctionnotify
数据结构/labs/2018/Elevator/elevator.cpp:20
↓ 2 callersFunctiononce
c程序设计/程序设计2-lab/arrangement.cc:37
↓ 2 callersMethodopposite
数据结构/labs/2018/Polynomial/poly.cpp:82
↓ 2 callersMethodpercolateDown
(self, i)
数据结构/codes/mbinary/binaryHeap.py:91
↓ 2 callersMethodpercolateUp
(self, n=None)
数据结构/codes/mbinary/binaryHeap.py:75
↓ 2 callersMethodperformDeadCodeElimination
the main algorithm, calling other stuff
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:206
↓ 2 callersFunctionpinyinSort
(items)
utils/genIndex.py:26
↓ 2 callersFunctionpinyinSort
(items)
utils/pinyinSort.py:10
↓ 2 callersMethodsearch
(self, key, withpath=False)
数据结构/codes/mbinary/bTree.py:86
↓ 2 callersMethodshortestpath
(self, n1, n2, usestr=0)
数据结构/labs/2018/Dijkstra/dijkstra.py:44
↓ 2 callersFunctionsub
c程序设计/程序设计2-lab/sub.cc:54
↓ 2 callersFunctionsub
c程序设计/程序设计2-lab/_10b.cc:24
← previousnext →101–200 of 1,085, ranked by callers