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
↓ 1 callers
Function
md2html
(s)
utils/genIndex.py:35
↓ 1 callers
Function
mean_filter
(img, window_size=3)
计算机图像学/labs/lab2.py:35
↓ 1 callers
Function
mean_filter
计算机图像学/labs/cpp/lab2.cpp:16
↓ 1 callers
Function
median_filter
(img, window_size=3)
计算机图像学/labs/lab2.py:73
↓ 1 callers
Function
median_filter
计算机图像学/labs/cpp/lab2.cpp:89
↓ 1 callers
Function
menu
()
数据结构/labs/2017/polynomial/polynomial.py:167
↓ 1 callers
Method
minPath
(self, v, u)
数据结构/codes/mbinary/graph/undirected.py:141
↓ 1 callers
Method
minPath
(self, v, u)
数据结构/codes/mbinary/graph/adjacentList.py:158
↓ 1 callers
Function
move
c程序设计/程序设计2-lab/AStar.cc:128
↓ 1 callers
Function
move
c程序设计/程序设计2-lab/9B2.cc:62
↓ 1 callers
Function
move
c程序设计/程序设计2-lab/9B.cc:135
↓ 1 callers
Method
move
c程序设计/程序设计2-lab/10b2.cc:84
↓ 1 callers
Method
move
c程序设计/程序设计2-lab/10br.cc:81
↓ 1 callers
Function
mul
c程序设计/程序设计2-lab/ab1046.cc:22
↓ 1 callers
Function
mul
c程序设计/程序设计2-lab/1B.cc:17
↓ 1 callers
Method
multiply
数据结构/labs/2018/Polynomial/poly.cpp:131
↓ 1 callers
Function
newSyntaxTreeNode
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:11
↓ 1 callers
Function
newSyntaxTreeNodeNoName
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:6
↓ 1 callers
Function
nextArrangement
c程序设计/程序设计2-lab/8B.cc:3
↓ 1 callers
Function
noLessThan
c程序设计/程序设计2-lab/sub.cc:25
↓ 1 callers
Function
noise
3% 的椒盐噪音
计算机图像学/labs/lab2.py:11
↓ 1 callers
Function
noise
计算机图像学/labs/cpp/lab2.cpp:130
↓ 1 callers
Method
nonDeduce
反证法,归谬法
数理逻辑/codes/mbinary/system_L.py:361
↓ 1 callers
Method
norm
(self, n=2)
算法基础/labs/2018-徐云/lab1/PB16030899-朱河勤-实验一.py:33
↓ 1 callers
Method
onStack
Return true if \p BB is currently on the active stack of ancestors.
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:282
↓ 1 callers
Method
overlap
(self, low, high)
算法基础/labs/2018-徐云/lab2/intervalTree.py:42
↓ 1 callers
Function
parsing_cmdline
Parsing argv using cxxopts, results are saved in global variables, the program may exit if error parsing or incorrect commandline
数据结构/labs/2018/Huffman/myzip.cpp:75
↓ 1 callers
Method
pbfs
parallel bfs
算法基础/labs/2018-徐云/lab5/directedGraph.py:82
↓ 1 callers
Method
pop
(self)
算法基础/labs/2018-徐云/lab4&sch_2/schedule.py:16
↓ 1 callers
Method
pos
c程序设计/程序设计2-lab/10b2.cc:180
↓ 1 callers
Method
pos
c程序设计/程序设计2-lab/10B.cc:178
↓ 1 callers
Method
pos
c程序设计/程序设计2-lab/10br.cc:169
↓ 1 callers
Method
pre2in
li is a list of preorder symbols repring a proposition this func converts it to preorder form(probably contains parentheses)
数理逻辑/codes/mbinary/system_L.py:197
↓ 1 callers
Method
preOrder
(self, root, s)
数据结构/codes/mbinary/trie.py:105
↓ 1 callers
Method
preOrder
(self)
数据结构/codes/mbinary/binaryTree.py:87
↓ 1 callers
Function
premove
c程序设计/程序设计2-lab/_10b.cc:109
↓ 1 callers
Function
prepare
()
utils/genIndex.py:77
↓ 1 callers
Function
prewitt
(img)
计算机图像学/labs/lab3.py:23
↓ 1 callers
Function
prewitt
计算机图像学/labs/cpp/lab3.cpp:35
↓ 1 callers
Function
print
c程序设计/程序设计2-lab/sub.cc:76
↓ 1 callers
Function
printAns
c程序设计/程序设计2-lab/9B1.cc:32
↓ 1 callers
Function
printSyntaxTreeNode
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:70
↓ 1 callers
Function
printSyntaxTreeNodeGraphic1
编译原理和技术/labs/2019-licheng/lab2_syntax_analyzer/SyntaxTree.c:96
↓ 1 callers
Method
printmono
数据结构/labs/2018/Polynomial/poly.cpp:17
↓ 1 callers
Method
printpoly
数据结构/labs/2018/Polynomial/poly.cpp:61
↓ 1 callers
Method
prove
(self, formulas, x)
数理逻辑/codes/mbinary/system_L.py:386
↓ 1 callers
Function
putIn
arrange a new state
c程序设计/程序设计2-lab/AStar.cc:84
↓ 1 callers
Function
putIn
arrange a new state
c程序设计/程序设计2-lab/9B.cc:84
↓ 1 callers
Method
reVisit
(self)
数据结构/labs/2017/navigation/graph.py:116
↓ 1 callers
Method
reVisit
(self)
数据结构/labs/2017/navigation/directed.py:115
↓ 1 callers
Function
readChar
c程序设计/程序设计2-lab/AStar.cc:177
↓ 1 callers
Function
readChar
c程序设计/程序设计2-lab/9B2.cc:104
↓ 1 callers
Function
readChar
c程序设计/程序设计2-lab/9B.cc:184
↓ 1 callers
Function
readData
(fileName, sep=' ')
算法基础/labs/2018-徐云/lab5/directedGraph.py:117
↓ 1 callers
Method
rebalance
(self, fathers)
数据结构/codes/mbinary/bTree.py:139
↓ 1 callers
Method
remove
(self, k)
数据结构/codes/mbinary/splayTree.py:141
↓ 1 callers
Function
rev
(x)
计算机图像学/labs/dft.py:45
↓ 1 callers
Method
revisit
(self)
数据结构/codes/mbinary/graph/undirected.py:126
↓ 1 callers
Method
revisit
(self)
数据结构/codes/mbinary/graph/adjacentList.py:143
↓ 1 callers
Method
revisit
(self)
数据结构/codes/mbinary/graph/directed.py:127
↓ 1 callers
Function
roberts
(img)
计算机图像学/labs/lab3.py:9
↓ 1 callers
Function
roberts
计算机图像学/labs/cpp/lab3.cpp:17
↓ 1 callers
Function
run
c程序设计/程序设计2-lab/3B.CC:23
↓ 1 callers
Function
run2
c程序设计/程序设计2-lab/arrangement.cc:74
↓ 1 callers
Function
scale
(img, x1, y1, x2, y2)
计算机图像学/labs/lab1.py:16
↓ 1 callers
Function
scale
计算机图像学/labs/cpp/lab1.cpp:24
↓ 1 callers
Method
search
(self, low, high)
算法基础/labs/2018-徐云/lab2/intervalTree.py:53
↓ 1 callers
Method
search
(String text)
Web-信息处理与应用/labs/lab1-搜索引擎/src/lucene/Search.java:29
↓ 1 callers
Method
search
(String q)
Web-信息处理与应用/labs/lab1-搜索引擎/src/lucene/Index.java:196
↓ 1 callers
Function
solve
c程序设计/程序设计2-lab/_10b.cc:183
↓ 1 callers
Function
sort
c程序设计/程序设计2-lab/arrangement.cc:3
↓ 1 callers
Function
sort
c程序设计/程序设计2-lab/test.cc:28
↓ 1 callers
Function
splitToVec
数据结构/codes/mbinary/huffman/huffman.cc:370
↓ 1 callers
Function
spmove
c程序设计/程序设计2-lab/_10b.cc:96
↓ 1 callers
Function
sub
c程序设计/程序设计2-lab/div.cc:44
↓ 1 callers
Method
subtract
数据结构/labs/2018/Polynomial/poly.cpp:127
↓ 1 callers
Method
terminatorIsLive
编译原理和技术/labs/2019-licheng/lab3-2/working/ADCE.cpp:111
↓ 1 callers
Function
test
(n=128)
计算机图像学/labs/dft.py:98
↓ 1 callers
Function
test
(repeat=100)
数据结构/codes/mbinary/allOone/test.py:64
↓ 1 callers
Function
testCase
(n=1000)
数据结构/codes/mbinary/allOone/test.py:51
↓ 1 callers
Function
testDelete
(nums=None)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:337
↓ 1 callers
Function
testDelete
()
数据结构/codes/mbinary/redBlackTree.py:355
↓ 1 callers
Function
testInsert
(nums=None)
算法基础/labs/2018-徐云/lab2/intervalTree.py:115
↓ 1 callers
Method
tolist
(self)
算法基础/labs/2018-徐云/lab4&sch_2/schedule.py:26
↓ 1 callers
Method
topKFrequent
(self, words, k)
数据结构/codes/mbinary/binaryHeap.py:134
↓ 1 callers
Method
total
数据结构/codes/mbinary/huffman/huffman.cc:111
↓ 1 callers
Function
trans
(img, k, b)
计算机图像学/labs/lab1.py:7
↓ 1 callers
Function
trans
计算机图像学/labs/cpp/lab1.cpp:9
↓ 1 callers
Function
turn
c程序设计/程序设计2-lab/_10b.cc:35
↓ 1 callers
Method
update
i is 1-indexed which is the num of player and x is the new val of the player
数据结构/codes/mbinary/winnerTree.py:82
↓ 1 callers
Method
update
i is 1-indexed which is the num of player and x is the new val of the player
数据结构/codes/mbinary/loserTree.py:93
↓ 1 callers
Function
updt
choose the smaller f of a state
c程序设计/程序设计2-lab/AStar.cc:105
↓ 1 callers
Function
updt
choose the smaller f of a state
c程序设计/程序设计2-lab/9B.cc:105
↓ 1 callers
Function
vis_f
(line, sep=SEP)
算法基础/labs/2018-徐云/lab5/directedGraph.py:112
↓ 1 callers
Method
visitPath
bfs
数据结构/codes/mbinary/graph/directed.py:151
↓ 1 callers
Function
visitor
(t, val)
算法基础/labs/2018-徐云/lab2/redBlackTree.py:321
↓ 1 callers
Function
visitor
(t, val)
算法基础/labs/2018-徐云/lab2/intervalTree.py:116
↓ 1 callers
Function
visitor
(t)
数据结构/codes/mbinary/redBlackTree.py:340
↓ 1 callers
Method
winner
(self)
数据结构/codes/mbinary/winnerTree.py:63
↓ 1 callers
Method
winner
(self)
数据结构/codes/mbinary/loserTree.py:78
← previous
next →
401–500 of 1,085, ranked by callers