代码搜索:functional

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

代码结果 3,474
www.eeworm.com/read/483301/6603458

v bufio.v

// $Header: /devl/xcs/repo/env/Databases/CAEInterfaces/verunilibs/data/virtex4/BUFIO.v,v 1.4 2007/06/01 22:41:59 yanx Exp $ ////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/483301/6603487

v obuf.v

// $Header: /devl/xcs/repo/env/Databases/CAEInterfaces/verunilibs/data/uni9000/OBUF.v,v 1.4 2007/05/23 20:05:10 patrickp Exp $ /////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/483301/6603492

v bufg.v

// $Header: /devl/xcs/repo/env/Databases/CAEInterfaces/verunilibs/data/unisims/BUFG.v,v 1.6 2007/05/23 21:43:33 patrickp Exp $ /////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/482608/6619749

c dbdestroy.c

#include #include #include #include #include #include #include #include using namespace std; int main(int arg
www.eeworm.com/read/477671/6730557

cpp randgentest.cpp

//: C08:RandGenTest.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // A little test of the rand
www.eeworm.com/read/264889/11296251

cpp 10_44.cpp

#include #include //包含数值算法头文件 #include //包含标准函数对象头文件 using namespace std; void main() { int A[] = {1, 2, 3, 4, 5}; const int N = sizeof(A) / sizeof(int);
www.eeworm.com/read/405333/11464985

cpp countnotequal.cpp

//: C06:CountNotEqual.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc. // Available at www.BruceEckel.com. // Count elements not equa
www.eeworm.com/read/259580/11781365

h binarytree.h

// abstract class binary tree // abstract data type specification for binary trees // all methods are pure virtual functions // T is node type #ifndef binaryTree_ #define binaryTree_ #includ
www.eeworm.com/read/259158/11817705

txt history.txt

Version 0.02 ------------ - Fully functional Mass Storage Class device. - It appears as a FAT formatted device! Version 0.01 ------------ - First working version, enumerates as Mass Storage de
www.eeworm.com/read/155109/11898390

m zero.m

function z = zero(x) % Fuzzy set ZERO % % function z = zero(x) % % x value from universe % z corresponding membership value % % The definition is functional (continuous). % Vector input r