代码搜索:functional

找到约 3,474 项符合「functional」的源代码

代码结果 3,474
www.eeworm.com/read/105158/15677093

lua factorial.lua

-- function closures are powerful -- traditional fixed-point operator from functional programming Y = function (g) local a = function (f) return f(f) end return a(function (f)
www.eeworm.com/read/372108/9521487

log vcnet.log

Compiled with CC = cl2 /nologo INCLUDE = E:\MICROS~1.NET\VC7\ATLMFC\INCLUDE;E:\MICROS~1.NET\VC7\INCLUDE; 0.cpp 2-1.cpp 2-2.cpp 2-3.cpp 2-4.cpp 2-5.cpp 3-1.cpp 4-1.cpp 5-1.c
www.eeworm.com/read/426147/10281219

cpp main.cpp

#include #include #include //find_if算法 #include int main(void){ using namespace std; vector v; v.push_back(20); v.push_back(13);
www.eeworm.com/read/424814/10410238

udo uart_tb_tff.udo

-- ispLEVER Verilog Functional Simulation Template: uart_tb_tff.udo. -- You may edit this file to control your simulation. -- You may specify your design unit. -- You may specify your waveforms. a
www.eeworm.com/read/270963/11017615

cpp 14-04.cpp

#include #include #include #include #include #include using namespace std; class Int { public: Int(int x) : val(x) {} // Int ぃㄣΤ de
www.eeworm.com/read/270963/11017689

cpp 15-03-01.cpp

#include #include #include #include using namespace std; int main() { const int N = 10; int A[N] = {1, 3, 0, 2, 5, 9, 0, 0, 6, 0}; partition(A,
www.eeworm.com/read/270963/11017700

cpp 15-08-01.cpp

#include #include #include #include #include #include using namespace std; int main() { list L; for (int i = 0; i < 20; ++i)
www.eeworm.com/read/270963/11017712

cpp 15-03-02.cpp

#include #include #include #include #include using namespace std; int main() { const int N = 9; int A[N] = {0, 0, 0, 0, 1, 2, 4, 8, 0}; lis
www.eeworm.com/read/270963/11017830

cpp 12-04-02-1.cpp

#include #include #include #include #include using namespace std; int main() { vector V; V.push_back(1); V.push_back(-3); V.push