Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USTC-Resource/USTC-Course
/ functions
Functions
1,085 in github.com/USTC-Resource/USTC-Course
⨍
Functions
1,085
◇
Types & classes
128
Method
allocateBasicBlock
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:1249
Method
allocateInstruction
this is run on a single machine instruction
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:905
Method
allocateInstruction
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:1014
Method
ant
c程序设计/程序设计2-lab/10B.cc:56
Method
ant
c程序设计/程序设计2-lab/10br.cc:55
Method
assignVirtToPhysReg
This method updates local state so that we know that PhysReg is the proper container for VirtReg now. The physical register must not be used for anyt
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:576
Method
assignVirtToPhysReg
This method updates local state so that we know that PhysReg is the proper container for VirtReg now. The physical register must not be used for anyt
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:610
Method
calcSpillCost
Return the cost of spilling clearing out PhysReg and aliases so it is free for allocation. Returns 0 when PhysReg is free or disabled with all aliases
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:511
Method
calcSpillCost
Return the cost of spilling clearing out PhysReg and aliases so it is free for allocation. Returns 0 when PhysReg is free or disabled with all aliases
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:559
Function
cat
数据结构/codes/mbinary/huffman/huffman.cc:29
Function
choose_file
()
数据结构/labs/2018/Huffman/gmyzip.py:30
Function
cmp
c程序设计/程序设计2-lab/_10b.cc:55
Method
collectLiveScopes
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:450
Method
completed
Invoked after we have visited all children of a node.
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:278
Method
computeReversePostOrder
reverse top-sort order
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:666
Method
copyNode
(self, src, des)
算法基础/labs/2018-徐云/lab2/intervalTree.py:84
Function
covert
(matched)
utils/codecogs.py:22
Method
create
(AttributeFactory factory, String data, int encoding, String sLicenceCode, String userDict,
Web-信息处理与应用/labs/lab1-搜索引擎/src/ICTCLAS_Analyzer/NLPIRTokenizerFactory.java:19
Method
createAggressiveDCEPass
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:776
Method
createComponents
(String fieldName)
Web-信息处理与应用/labs/lab1-搜索引擎/src/ICTCLAS_Analyzer/NLPIRTokenizerAnalyzer.java:22
Method
createDeadCodeEliminationPass
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:197
Method
createDeadInstEliminationPass
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:81
Method
createFastRegisterAllocator
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:1213
Method
createFastRegisterAllocator
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:1330
Method
dec
(self, key, n=1)
数据结构/codes/mbinary/allOone/test.py:32
Method
dec
Decrements an existing key by 1. If Key's value is 1, remove it from the data structure. :type key: str :rtype: void
数据结构/codes/mbinary/allOone/allOone.py:160
Method
definePhysReg
Mark PhysReg as reserved or free after spilling any virtregs. This is very similar to defineVirtReg except the physreg is reserved instead of allocate
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:471
Method
definePhysReg
Mark PhysReg as reserved or free after spilling any virtregs. This is very similar to defineVirtReg except the physreg is reserved instead of allocate
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:520
Method
defineVirtReg
Allocates a register for VirtReg and mark it as dirty.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:654
Method
defineVirtReg
Allocates a register for VirtReg and mark it as dirty.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:777
Method
delEdge
(self, v, u)
数据结构/labs/2017/navigation/graph.py:106
Method
delEdge
(self, v, u)
数据结构/labs/2017/navigation/directed.py:98
Method
delEdge
(self, v, u)
数据结构/codes/mbinary/graph/undirected.py:116
Method
delEdge
(self, v, u)
数据结构/codes/mbinary/graph/adjacentList.py:123
Method
delEdge
(self, v, u)
数据结构/codes/mbinary/graph/directed.py:110
Method
delPlynomial
(self, n)
数据结构/labs/2017/polynomial/polynomial.py:163
Method
delPlynomial
(self, n)
数据结构/codes/mbinary/polynomial.py:180
Method
delete
(self, val)
数据结构/codes/mbinary/binaryTree.py:64
Function
deleteSyntaxTree
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:60
Function
deleteSyntaxTreeNodeNoRecur
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:37
Method
dft
计算机图像学/labs/cpp/dft.cpp:3
Method
dft1d
计算机图像学/labs/cpp/dft.cpp:61
Method
dis
c程序设计/程序设计2-lab/10b2.cc:185
Method
dis
c程序设计/程序设计2-lab/10B.cc:183
Method
dis
c程序设计/程序设计2-lab/10br.cc:174
Method
display
(self)
数据结构/labs/2017/navigation/directed.py:175
Method
display
数据结构/codes/mbinary/huffman/huffman.cc:322
Method
display
(self)
数据结构/codes/mbinary/graph/undirected.py:175
Method
display
(self)
数据结构/codes/mbinary/graph/adjacentList.py:194
Function
div
c程序设计/程序设计2-lab/div.cc:64
Method
dumpState
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:867
Method
dumpState
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:979
Method
edge
数据结构/codes/mbinary/graph/graph.cc:51
Method
find
(self, val)
数据结构/codes/mbinary/binaryTree.py:50
Method
findLiveVirtReg
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:203
Method
findLiveVirtReg
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:202
Function
genNum
(n=10, upper=10)
算法基础/labs/2018-徐云/lab2/intervalTree.py:93
Method
getAnalysisUsage
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:166
Method
getAnalysisUsage
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:165
Method
getAnalysisUsage
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:754
Method
getAnalysisUsage
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:70
Method
getAnalysisUsage
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:188
Method
getChild
(self, isLeft)
算法基础/labs/2018-徐云/lab2/intervalTree.py:28
Method
getHeight
(nd)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:247
Method
getHeight
(nd)
数据结构/codes/mbinary/redBlackTree.py:269
Method
getIdx
insert x in deduction and get idx of it, var ct, mp is in the outer func
数理逻辑/codes/mbinary/system_L.py:310
Method
getInOrderLst
(self)
数理逻辑/codes/mbinary/system_L.py:127
Method
getMaxKey
(self)
数据结构/codes/mbinary/allOone/test.py:40
Method
getMaxKey
Returns one of the keys with maximal value. :rtype: str
数据结构/codes/mbinary/allOone/allOone.py:175
Method
getMinKey
(self)
数据结构/codes/mbinary/allOone/test.py:37
Method
getMinKey
Returns one of the keys with Minimal value. :rtype: str
数据结构/codes/mbinary/allOone/allOone.py:182
Method
getPassName
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:164
Method
getPassName
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:163
Method
getRequiredProperties
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:171
Method
getRequiredProperties
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:170
Method
getSetProperties
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:176
Method
getSetProperties
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:175
Method
getSparseSetIndex
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:95
Method
getSparseSetIndex
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:92
Method
getStackSpaceFor
This allocates space for the specified virtual register to be held on the stack.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:241
Method
getStackSpaceFor
This allocates space for the specified virtual register to be held on the stack.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:247
Function
getdis
c程序设计/程序设计2-lab/_10b.cc:51
Function
go
()
数据结构/labs/2017/polynomial/polynomial.py:182
Method
graph
数据结构/codes/mbinary/graph/graph.cc:72
Method
handleDebugValue
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:1096
Method
handleDebugValue
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:1214
Method
handleThroughOperands
Handles special instruction operand like (early clobbers) and (tied ops when there are additional physreg defines). this is called only once, right af
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:770
Method
handleThroughOperands
Handles special instruction operand like early clobbers and tied ops when there are additional physreg defines.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:886
Method
has
数据结构/codes/mbinary/map.cc:67
Method
hasCircle
(self)
数据结构/labs/2017/navigation/graph.py:163
Method
hasCircle
(self)
数据结构/codes/mbinary/graph/undirected.py:172
Method
hasCircle
(self)
数据结构/codes/mbinary/graph/adjacentList.py:191
Method
hasVertex
(self, mark)
数据结构/labs/2017/navigation/directed.py:172
Method
hasVertex
(self, mark)
数据结构/codes/mbinary/graph/directed.py:190
Method
huffman
数据结构/codes/mbinary/huffman/huffman.cc:124
Method
idft1d
计算机图像学/labs/cpp/dft.cpp:108
Method
idft2d
计算机图像学/labs/cpp/dft.cpp:190
Method
inOrder
(root)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:232
Method
inOrder
(root)
数据结构/codes/mbinary/redBlackTree.py:70
Method
inc
(self, key, n=1)
数据结构/codes/mbinary/allOone/test.py:28
← previous
next →
801–900 of 1,085, ranked by callers