代码搜索:functional

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

代码结果 3,474
www.eeworm.com/read/162614/5522200

c conversion4.c

// { dg-do assemble } struct A { A (int); }; struct B { operator int () { return 1; } }; void f (const A&); void g() { B b; f ((A) b); f (A (b)); // { dg-bogus "" } functional cast treated
www.eeworm.com/read/162614/5522376

c temporary5.c

// { dg-do run } // PRMS Id: 6604 // Bug: Scoped constructor call is not properly recognized as a functional cast int c; struct A { A() { ++c; } ~A() { --c; } operator int () { return 1; } };
www.eeworm.com/read/154100/5642105

gfl watch_sc.gfl

# Schematic : PDCL (jhdparse) __projnav/watch_jhdparse_tcl.rsp # Schematic : PDCL (jhdparse) __projnav/cnt60_jhdparse_tcl.rsp # Schematic : PDCL (jhdparse) __projnav/outs3_jhdparse_tcl.rsp # Sch
www.eeworm.com/read/154076/5643006

gfl mod7cnt.gfl

# Schematic : PDCL (jhdparse) # Schematic : PDCL (jhdparse) # Schematic : PDCL (jhdparse) # Schematic : PDCL (jhdparse) # Schematic : View Verilog Functional Model andnor2.vf # Schematic : View
www.eeworm.com/read/475959/6771452

cpp 10_15.cpp

#include #include #include using namespace std; int main() { priority_queue< double > pq; //创建空的优先队列容器 pq.push( 3.2 ); pq.push( 9.8 ); pq.push( 5.4 ); //向空的优先队列
www.eeworm.com/read/395647/8164100

qmsg mealy1.fnsim.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/395645/8164652

qmsg s_machine.fnsim.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/395456/8172744

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/193164/8250434

xrf mytest.xrf

Signal Name Cross Reference File PSDabel-CPLD 6.20 Design 'mytest' created Thu May 18 09:27:02 2006 LEGEND: '>' Functional Block Port Separator '/' Hierarchy Path Separator
www.eeworm.com/read/369296/9656224

h shared.h

// Shared.h: interface for the Shared Define. // ////////////////////////////////////////////////////////////////////// #ifndef __SHARED_DEFINE__ #define __SHARED_DEFINE__ /////////////////////