资源列表
[Linux/Unix编程] BenchLogger
说明:Class that allows logging to a file while simultaneously logging to stdout stderr.<gsvscao> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] invoke
说明:member function pointer.const member function pointer.<muibhym> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] pretty2
说明:Test whether __PRETTY_FUNCTION__ works in templates, functions and in initializers at global scope.<funtzct> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] ctor_error_code_const_char_pointer
说明:To edit the content of this header, modify the corresponding source file (e.g. under external kernel-headers original ) then run bionic libc kernel tools update_all.py.<funtzct> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] resample_48khz
说明:This file contains resampling functions between 48 kHz and nb wb. The descr iption header can be found in signal_processing_library.h.<peifergq> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] cpputils
说明:Checks that the string is readable and writable.<zkkmse> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] search_n_pred
说明:search_n(ForwardIterator first, ForwardIterator last, Size count, const T& value, BinaryPredicate pred) .<zkkmse> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] atm_tcp
说明:To edit the content of this header, modify the corresponding source file.<zkkmse> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Thomas-method
说明:针对三对角方程组的特殊形式,利用杜利脱尔三角分解法中的追赶法,求出方程组的解。-For special form tridiagonal equations, it uses Thomas method in the Dooley off in Seoul to find solutions of equations.<詹妮> 在 2025-06-30 上传 | 大小:1kb | 下载:0
[编译器/词法分析] postfix-notation
说明:1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造<忆昔> 在 2025-06-30 上传 | 大小:1kb | 下载:0