MCPcopy Create free account

hub / github.com/EricPengShuai/Interview / functions

Functions682 in github.com/EricPengShuai/Interview

Functionmain
review/code/ali_0315_2.cpp:6
Functionmain
practice/small_big_end.cpp:5
Functionmain
practice/regexEx.cpp:11
Functionmain
practice/file.cpp:15
Functionmain
practice/itemPool.cpp:94
Functionmain
practice/threadpool.cpp:62
Functionmain
practice/tieTuple.cpp:8
Functionmain
practice/unique_ptr_ex.cpp:22
Functionmain
practice/accumulate.cpp:27
Functionmain
practice/++i_i++.cpp:67
Functionmain
practice/producer_consumer.cpp:68
Functionmain
practice/calExp.cpp:100
Functionmain
* 公式求π 参考 https://blog.csdn.net/qq_45782378/article/details/112985013 * */
practice/pi.cpp:9
Functionmain
practice/exception.cpp:33
Functionmain
memo/listnode.cpp:109
Functionmain
memo/treenode.cpp:133
FunctionmyFun
Linux/nowcoder/2.24-sigset/sigchld.c:18
Functionmyalarm
Linux/nowcoder/2.21-signal-alarm/sigaction.c:35
Functionmyalarm
Linux/nowcoder/2.21-signal-alarm/signal.c:29
Functionmyfunction
practice/accumulate.cpp:22
Methodmyfunction
C++2.0/bind_function.cpp:29
Functionmygreater
STL/functor.cpp:6
Functionmyless
STL/functor.cpp:11
Functionoperator delete
delete p; 调用 p 指向对象的析构函数、再调用 operator delete 释放内存空间
base_code/new_delete.cpp:15
Methodoperator delete
base_code/virtual_base.cpp:13
Methodoperator delete
base_code/virtual_base.cpp:35
Methodoperator delete
practice/itemPool.cpp:74
Functionoperator delete[]
base_code/new_delete.cpp:30
Functionoperator new
先调用operator new 开辟内存空间、然后调用对象的构造函数(初始化)
base_code/new_delete.cpp:5
Methodoperator new
base_code/virtual_base.cpp:29
Methodoperator new
给 QueueItem 提供自定义的内存管理
practice/itemPool.cpp:57
Functionoperator new[]
base_code/new_delete.cpp:21
Functionoperator"" _wow1
字符串字面量自定义必须设置如下的参数列表
C++2.0/R_string.cpp:6
Functionoperator"" _wow2
C++2.0/R_string.cpp:10
Methodoperator()
C++2.0/bind_function.cpp:31
Methodoperator()
C++2.0/bind_function.cpp:59
Methodoperator()
STL/functor.cpp:21
Methodoperator()
STL/functor.cpp:29
Methodoperator()
STL/sort2.cpp:23
Methodoperator()
practice/accumulate.cpp:24
Methodoperator+
重载二元运算符
base_code/overload.cpp:40
Methodoperator+
practice/++i_i++.cpp:27
Methodoperator++
practice/++i_i++.cpp:51
Methodoperator-
base_code/overload.cpp:43
Functionoperator--
base_code/overload.cpp:53
Methodoperator->
C++2.0/smart_ptr.cpp:42
Methodoperator[]
重载 []
base_code/overload.cpp:26
Methodparse_content
没有真正解析HTTP请求的消息体,只是判断它是否被完整读入 */
Linux/ch15/15-5http_conn.cpp:249
Methodparse_content
我们没有真正解析HTTP请求的消息体,只是判断它是否被完整的读入了
Linux/nowcoder/5-WebServer/webserver/http_conn.cpp:274
Methodparse_headers
解析HTTP请求的一个头部信息 */
Linux/ch15/15-5http_conn.cpp:200
Methodparse_headers
解析HTTP请求的一个头部信息
Linux/nowcoder/5-WebServer/webserver/http_conn.cpp:227
Methodparse_line
从状态机:读取一个完整的行(包括请求行和头部字段) */
Linux/ch15/15-5http_conn.cpp:100
Methodparse_line
解析一行,判断依据\r\n
Linux/nowcoder/5-WebServer/webserver/http_conn.cpp:143
Methodparse_request_line
解析HTTP请求行,获得请求方法、目标URL,以及HTTP版本号 */
Linux/ch15/15-5http_conn.cpp:153
Methodparse_request_line
解析HTTP请求行,获得请求方法,目标URL,以及HTTP版本号
Linux/nowcoder/5-WebServer/webserver/http_conn.cpp:178
Methodpercolate_down
Linux/ch11/11-6time_heap.h:167
Methodpop
base_code/template.cpp:84
Methodpop_timer
Linux/ch11/11-6time_heap.h:129
Functionprepare
Linux/ch14/14-3thread_atfork.c:18
Methodprint
base_code/struct_function.cpp:32
Methodprint
base_code/struct_function.cpp:47
Methodprocess
Linux/ch15/15-2pool_cgi.cpp:35
Methodprocess_read
主状态机 */
Linux/ch15/15-5http_conn.cpp:262
Methodprocess_read
主状态机,解析请求
Linux/nowcoder/5-WebServer/webserver/http_conn.cpp:285
Methodprocess_write
根据服务器处理HTTP请求的结果,决定返回给客户端的内容 */
Linux/ch15/15-5http_conn.cpp:467
Methodprocess_write
根据服务器处理HTTP请求的结果,决定返回给客户端的内容
Linux/nowcoder/5-WebServer/webserver/http_conn.cpp:503
Methodprocesspool
Linux/ch15/15-1processpool.h:129
Functionproducer
Linux/nowcoder/3.8-thread-sync/6-semaphore.c:63
Functionproducer
Linux/nowcoder/3.8-thread-sync/5-cond.c:40
Functionproducer
Linux/nowcoder/3.8-thread-sync/4.1-prodcust.c:25
Functionproducer
生产者线程
Linux/nowcoder/3.8-thread-sync/4.2-producer_customer.c:21
Functionproducer
practice/producer_consumer.cpp:52
Methodpromote
base_code/virtual.cpp:15
Methodpromote
base_code/virtual.cpp:26
Methodpromote
base_code/virtual.cpp:37
Methodpush
base_code/template.cpp:78
MethodraiseSalary
base_code/virtual.cpp:10
MethodraiseSalary
base_code/virtual.cpp:32
FunctionreadNum
Linux/nowcoder/3.8-thread-sync/3.1-rwlock.c:40
FunctionrecyleChild
Linux/nowcoder/4.2-socket2/server_process.c:11
Functionremovefd
从 epollfd 标识的 epoll 内核事件表中删除 fd 上的所有注册事件
Linux/ch15/15-1processpool.h:98
Methodresize
Linux/ch11/11-6time_heap.h:189
Methodrun
Linux/ch15/15-1processpool.h:182
MethodrunInThread
practice/threadpool.cpp:55
Methodrun_child
Linux/ch15/15-1processpool.h:193
Methodrun_parent
Linux/ch15/15-1processpool.h:305
FunctionrwFunc
读写锁读函数
Linux/nowcoder/3.8-thread-sync/3.2-mutex_vs_rwlock.c:46
Methods_show
base_code/static_in_class.cpp:14
Functionsellticket
Linux/nowcoder/3.8-thread-sync/1-mutex.c:34
Functionsellticket
Linux/nowcoder/3.8-thread-sync/0-selltickets.c:13
Functionsellticket
Linux/nowcoder/3.8-thread-sync/2.1-deadlock.c:13
Methodsem
Linux/ch14/14-2locker.h:12
Methodsem
Linux/nowcoder/5-WebServer/webserver/locker.h:81
Methodsetup_sig_pipe
Linux/ch15/15-1processpool.h:161
Methodshow
base_code/virtual_base.cpp:25
Functionsig_handler
Linux/ch13/13-4shm_talk_server.cpp:61
Functionsig_handler
Linux/ch15/15-1processpool.h:104
Functionsig_handler
信号处理函数
Linux/ch10/10-1unievent.cpp:37
Functionsig_handler
Linux/ch11/11-3nonactive_conn.cpp:42
Functionsig_handler
Linux/nowcoder/5-WebServer/webserver/main.cpp:40
← previousnext →501–600 of 682, ranked by callers