MCPcopy Create free account

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

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

Methodoperator<
c程序设计/程序设计2-lab/5A1.cc:17
Methodoperator<
c程序设计/程序设计2-lab/10br.cc:28
Methodoperator<
数据结构/codes/mbinary/huffman/huffman.cc:99
Methodoperator=
数据结构/codes/mbinary/polynomial.cpp:88
Functionparse
c程序设计/程序设计2-lab/negatuveWeight.cc:5
Methodpolynomial
数据结构/codes/mbinary/polynomial.cpp:58
MethodpreOrder
数据结构/codes/mbinary/huffman/huffman.cc:159
Functionpread
(fileName, sep=' ')
算法基础/labs/2018-徐云/lab5/directedGraph.py:123
Functionprint
c程序设计/程序设计2-lab/div.cc:14
FunctionprintSyntaxTree
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:108
FunctionprintSyntaxTreeNodeGraphic
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:89
Functionrandom_prop
(prop = formula([sympy.Symbol('p')]),\ symbols=sympy.symbols('p q r s t'),n=10)
数理逻辑/codes/mbinary/system_L.py:431
MethodreVisitEdge
数据结构/codes/mbinary/graph/graph.cc:82
MethodreVisitVertex
数据结构/codes/mbinary/graph/graph.cc:78
Methodreload
Insert reload instruction for \p PhysReg before \p Before. seems the reverse of spill
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:291
Methodreload
Insert reload instruction for \p PhysReg before \p Before.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:342
MethodremoveDeadInstructions
===----------------------------------------------------------------------===// Routines to update the CFG and SSA information before removing dead co
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:536
Methodrotate
rotate prt, and return new prt, namyly the original chd
算法基础/labs/2018-徐云/lab2/intervalTree.py:78
Methodrun
===----------------------------------------------------------------------===// Pass Manager integration code ===------------------------------------
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:716
Methodrun
run, the interface, as is des//what des??
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:160
Functionrun1
c程序设计/程序设计2-lab/arrangement.cc:51
MethodrunOnBasicBlock
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:47
MethodrunOnFunction
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:741
MethodrunOnFunction
编译原理和技术/labs/2019-licheng/lab3-2/working/DCE.cpp:177
MethodrunOnMachineFunction
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:1179
MethodrunOnMachineFunction
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:1296
Functionrun_myzip
()
数据结构/labs/2018/Huffman/gmyzip.py:86
Methodsave
(self)
数据结构/labs/2017/polynomial/polynomial.py:159
Methodsave
(self)
数据结构/codes/mbinary/polynomial.py:176
Methodsearch
support matchall function eg, 'p.d' matchs 'pad' , 'pid'
数据结构/codes/mbinary/trie.py:67
MethodsetChd
(self, i, chd)
数据结构/codes/mbinary/bTree.py:34
MethodsetChild
(self, nd, isLeft=True)
算法基础/labs/2018-徐云/lab2/intervalTree.py:23
MethodsetPhysReg
Changes operand OpNum in MI the refer the PhysReg, considering subregs. This may invalidate any operand pointers. Return true if the operand kills it
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:736
MethodsetPhysReg
Changes operand OpNum in MI the refer the PhysReg, considering subregs. This may invalidate any operand pointers. Return true if the operand kills it
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:855
MethodsetPhysRegState
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:235
MethodsetPhysRegState
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:241
Functionshow
(img, s='opencv')
计算机图像学/labs/lab1.py:80
Methodspill
Insert spill instruction for \p AssignedReg before \p Before. Update DBG_VALUEs with \p VirtReg operands with the stack slot.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:261
Methodspill
Insert spill instruction for \p AssignedReg before \p Before. Update DBG_VALUEs with \p VirtReg operands with the stack slot.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:314
MethodspillAll
Spill all dirty virtregs without killing them.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:385
MethodspillAll
Spill all dirty virtregs without killing them.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:435
MethodspillVirtReg
This method spills the value specified by VirtReg into the corresponding stack slot if needed.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:356
MethodspillVirtReg
This method spills the value specified by VirtReg into the corresponding stack slot if needed.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:406
MethodstartsWith
Returns if there is any word in the trie that starts with the given prefix. :type prefix: str :rtype: bool
数据结构/codes/mbinary/trie.py:87
Functionstrtoken
编译原理和技术/labs/2019-licheng/lab1_lexical_analyzer/lexical_analyzer.c:3
FunctionsubFunc
(match,pre)
utils/genIndex.py:14
FunctiontestDelete
(nums=None)
算法基础/labs/2018-徐云/lab2/intervalTree.py:133
FunctiontestInsert
(nums=None)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:320
FunctiontestInsert
()
数据结构/codes/mbinary/redBlackTree.py:339
FunctiontestSuc
(nums=None)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:331
FunctiontestSuc
(nums=None)
算法基础/labs/2018-徐云/lab2/intervalTree.py:127
FunctiontestSuc
()
数据结构/codes/mbinary/redBlackTree.py:349
Functiontest_linklist
数据结构/labs/2018/Polynomial/main.cpp:8
Functiontest_poly
数据结构/labs/2018/Polynomial/main.cpp:52
Methodto
(self, it)
数据结构/codes/mbinary/hashTable.py:20
MethodtraceCopies
Check if any of \p VirtReg's definitions is a copy. If it is follow the chain of copies to check whether we reach a physical register we can coalesce
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:643
MethodtraceCopyChain
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:624
Methodu
(self)
数据结构/labs/2017/navigation/graph.py:60
Methodu
(self)
数据结构/codes/mbinary/graph/undirected.py:67
Methodu
(self)
数据结构/codes/mbinary/graph/adjacentList.py:59
MethodupdateDeadRegions
A dead region is the set of dead blocks with a common live post-dominator. this is updateDeadRegions, seems it just do some cleanup to make the follow
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:598
MethodusePhysReg
Handle the direct use of a physical register. Check that the register is not used by a virtreg. Kill the physreg, marking it free. This may add impli
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:401
MethodusePhysReg
Handle the direct use of a physical register. Check that the register is not used by a virtreg. Kill the physreg, marking it free. This may add impli
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:453
Methodv
(self)
数据结构/labs/2017/navigation/graph.py:56
Methodv
(self)
数据结构/codes/mbinary/graph/undirected.py:63
Methodv
(self)
数据结构/codes/mbinary/graph/adjacentList.py:55
Methodvertex
数据结构/codes/mbinary/graph/graph.cc:29
Methodvis
(self, nd)
算法基础/labs/2018-徐云/lab5/directedGraph.py:103
Methodvisit
define _DEBUG_PRINT_N_(N) {\ //std::cout << std::string(N, '-');\ //}
编译原理和技术/labs/2019-licheng/lab3-1/cminus_builder.cpp:33
Methodw
(sym)
数理逻辑/codes/mbinary/system_L.py:148
Functionxx
code optim test 1 */
编译原理和技术/labs/2019-licheng/lab3-2/working/test1.c:2
Functionzh2en
(txt)
utils/codecogs.py:30
Method~HuffmanCode
数据结构/labs/2018/Huffman/huffman.hpp:101
Method~HuffmanTree
数据结构/labs/2018/Huffman/huffman.hpp:34
Method~LinearHash
数据结构/labs/2018/Hash/hash.cpp:36
Method~LinkHash
数据结构/labs/2018/Hash/hash.cpp:131
Method~Linklist
数据结构/labs/2018/Lib/linklist.hpp:73
Method~Node
数据结构/labs/2018/Lib/linklist.hpp:26
Method~SimpleCanvas
数据结构/labs/2018/SimpleDraw/SimpleDraw.hpp:29
Method~dft
计算机图像学/labs/cpp/dft.cpp:6
Method~edge
数据结构/codes/mbinary/graph/graph.cc:56
Method~graph
数据结构/codes/mbinary/graph/graph.cc:125
Method~map
数据结构/codes/mbinary/map.cc:56
Method~polynomial
数据结构/codes/mbinary/polynomial.cpp:63
Method~vertex
数据结构/codes/mbinary/graph/graph.cc:33
← previous1,001–1,085 of 1,085, ranked by callers