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
inc
Inserts a new key <Key> with value 1. Or increments an existing key by 1. :type key: str :rtype: void
数据结构/codes/mbinary/allOone/allOone.py:147
Method
initialize
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:217
Method
insert
(self, key)
数据结构/codes/mbinary/bTree.py:101
Method
isAlwaysLive
Can't understand
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:341
Method
isConnected
(self, v, u)
数据结构/labs/2017/navigation/directed.py:71
Method
isConnected
(self, v, u)
数据结构/codes/mbinary/graph/directed.py:83
Method
isInstrumentsConstant
seems we don't need to read this carefully Check if this instruction is a runtime call for value profiling and if it's instrumenting a constant.
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:362
Method
isLastUseOfLocalReg
Return true if MO is the only remaining reference to its virtual register, and it is guaranteed to be a block-local register.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:303
Method
isLastUseOfLocalReg
Return true if MO is the only remaining reference to its virtual register, and it is guaranteed to be a block-local register.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:354
Method
isLive
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:125
Method
isRegUsedInInstr
Check if a physreg or any of its aliases are used in this instruction.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:150
Method
isRegUsedInInstr
Check if a physreg or any of its aliases are used in this instruction.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:148
Method
killVirtReg
Mark virtreg as no longer available. mark the corresponding physical register as free
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:337
Method
killVirtReg
Mark virtreg as no longer available.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:387
Method
l1
p->(q->p)
数理逻辑/codes/mbinary/system_L.py:237
Method
l2
p->(q->r)
数理逻辑/codes/mbinary/system_L.py:241
Method
l3
~p->~q -> (p->q)
数理逻辑/codes/mbinary/system_L.py:247
Function
lcs
time: O(mn); space: O(mn)
算法基础/labs/2018-徐云/lab3/lcs.py:14
Function
lenStr
数据结构/codes/mbinary/huffman/huffman.cc:386
Method
levelVisit
(root)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:251
Method
levelVisit
(root)
数据结构/codes/mbinary/redBlackTree.py:273
Function
lookbit
c程序设计/程序设计2-lab/9B1.cc:8
Function
main
计算方法/labs/1/1.cpp:12
Function
main
c程序设计/程序设计2-lab/count24.cc:54
Function
main
c程序设计/程序设计2-lab/10C.cc:32
Function
main
c程序设计/程序设计2-lab/AStar.cc:186
Function
main
c程序设计/程序设计2-lab/10b2.cc:291
Function
main
c程序设计/程序设计2-lab/7A.cc:2
Function
main
c程序设计/程序设计2-lab/10B.cc:284
Function
main
c程序设计/程序设计2-lab/8B.cc:35
Function
main
c程序设计/程序设计2-lab/8A.cc:18
Function
main
c程序设计/程序设计2-lab/5A.cc:6
Function
main
c程序设计/程序设计2-lab/5A1.cc:23
Function
main
c程序设计/程序设计2-lab/9B1.cc:119
Function
main
c程序设计/程序设计2-lab/arrangement.cc:86
Function
main
c程序设计/程序设计2-lab/5B.cc:35
Function
main
c程序设计/程序设计2-lab/5A0.cc:28
Function
main
c程序设计/程序设计2-lab/negatuveWeight.cc:20
Function
main
c程序设计/程序设计2-lab/9A.CC:82
Function
main
c程序设计/程序设计2-lab/sub.cc:88
Function
main
c程序设计/程序设计2-lab/10br.cc:269
Function
main
c程序设计/程序设计2-lab/4B.cc:3
Function
main
c程序设计/程序设计2-lab/ab1046.cc:48
Function
main
c程序设计/程序设计2-lab/9B2.cc:113
Function
main
c程序设计/程序设计2-lab/8A0.cc:3
Function
main
c程序设计/程序设计2-lab/3B.CC:39
Function
main
c程序设计/程序设计2-lab/_10b.cc:260
Function
main
c程序设计/程序设计2-lab/9A0.cc:62
Function
main
c程序设计/程序设计2-lab/9B.cc:193
Function
main
c程序设计/程序设计2-lab/test.cc:63
Function
main
c程序设计/程序设计2-lab/1B.cc:58
Function
main
c程序设计/程序设计2-lab/1A.cc:18
Function
main
c程序设计/程序设计2-lab/div.cc:88
Function
main
计算机图像学/labs/cpp/lab2.cpp:156
Function
main
计算机图像学/labs/cpp/lab4.cpp:25
Function
main
计算机图像学/labs/cpp/lab3.cpp:56
Function
main
计算机图像学/labs/cpp/lab1.cpp:138
Function
main
编译原理和技术/labs/2019-licheng/lab3-0/while_generator.cpp:21
Function
main
编译原理和技术/labs/2019-licheng/lab3-0/assign_generator.cpp:21
Function
main
编译原理和技术/labs/2019-licheng/lab3-0/call_generator.cpp:17
Function
main
编译原理和技术/labs/2019-licheng/lab3-0/if_generator.cpp:21
Function
main
编译原理和技术/labs/2019-licheng/lab3-2/working/test1.c:7
Function
main
编译原理和技术/labs/2019-licheng/lab3-2/working/test2.c:1
Function
main
数据结构/labs/2018/Huffman/myzip.cpp:309
Function
main
数据结构/labs/2018/Hash/hash.cpp:209
Function
main
数据结构/labs/2018/Elevator/main.cpp:226
Function
main
数据结构/labs/2018/Polynomial/main.cpp:75
Function
main
数据结构/codes/mbinary/map.cc:149
Function
main
数据结构/codes/mbinary/polynomial.cpp:374
Function
main
数据结构/codes/mbinary/huffman/huffman.cc:425
Function
main
数据结构/codes/mbinary/graph/graph.cc:206
Method
main
(String[] args)
Web-信息处理与应用/labs/lab1-搜索引擎/src/lucene/Index.java:243
Method
makeUnconditional
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:684
Function
mapprint
数据结构/codes/mbinary/huffman/huffman.cc:77
Method
markLive
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:166
Method
markLive
those markLive stuff
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:407
Method
markLiveBranchesFromControlDependences
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:496
Method
markLiveInstructions
the second step of main process
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:373
Method
markPhiLive
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:475
Method
markRegUsedInInstr
Mark a physreg as used in this instruction.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.cpp:144
Method
markRegUsedInInstr
Mark a physreg as used in this instruction.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:142
Method
mayLiveIn
Returns false if \p VirtReg is known to not be live into the current block.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:295
Method
mayLiveOut
Returns false if \p VirtReg is known to not live out of the current block.
编译原理和技术/labs/2019-licheng/lab4/working/RegAllocFast.new.cpp:266
Function
menu
()
数据结构/codes/mbinary/polynomial.py:184
Function
minDistance_n2
(points)
算法基础/labs/2018-徐云/lab1/PB16030899-朱河勤-实验一.py:41
Function
minDistance_nlogn
(n_points)
算法基础/labs/2018-徐云/lab1/PB16030899-朱河勤-实验一.py:70
Method
minPath
dijstra
数据结构/labs/2017/navigation/directed.py:139
Method
minPath
数据结构/codes/mbinary/graph/graph.cc:149
Function
mywalk
(dire, valid=lambda x: True)
utils/mywalk.py:4
Function
newSyntaxTree
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:55
Function
newSyntaxTreeNodeFromNum
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:22
Method
node
数据结构/codes/mbinary/huffman/huffman.cc:90
Method
operator*
数据结构/labs/2018/Polynomial/poly.cpp:174
Method
operator*
数据结构/codes/mbinary/polynomial.cpp:225
Method
operator+
数据结构/labs/2018/Polynomial/poly.cpp:158
Method
operator+
数据结构/codes/mbinary/polynomial.cpp:161
Method
operator-
数据结构/labs/2018/Polynomial/poly.cpp:162
Method
operator-
数据结构/codes/mbinary/polynomial.cpp:213
Function
operator<
数据结构/labs/2018/Elevator/event.hpp:33
Method
operator<
c程序设计/程序设计2-lab/10B.cc:29
← previous
next →
901–1,000 of 1,085, ranked by callers