代码搜索:Implement

找到约 10,000 项符合「Implement」的源代码

代码结果 10,000
www.eeworm.com/read/280060/10357695

h generic.h

/* generic.h -- for faking generic class declarations Copyright (c) 1990, 1992 by Borland International All rights reserved When type templates are implemented in C++, this will pr
www.eeworm.com/read/354066/10392436

h generic.h

/* generic.h -- for faking generic class declarations Copyright (c) 1990, 1992 by Borland International All rights reserved When type templates are implemented in C++, this will pr
www.eeworm.com/read/161070/10456632

err _editucf.err

Implementation Results have been RESET! Please re-run the 'Implement Design' process so that your constraint changes are incorporated.
www.eeworm.com/read/161065/10457747

ptf 7led.ptf

[dled] Generate Programming File=true Design Entry Utilities=false User Constraints=false Implement Design=false Map=false Generate Post-Map Static Timing=false Translate=false
www.eeworm.com/read/424281/10471057

todo

* Implement N-d histograms (Simone Piccardi is working on something here).
www.eeworm.com/read/278773/10510273

cpp ut_srvrt.cpp

//================================================================= // class: CUT_WSThread // File: UT_SrvrT.cpp // // Purpose: // // CUT_WSThread class derivations implement connection
www.eeworm.com/read/278773/10510526

h utuuencode.h

// ================================================================= // class: CUT_UUEncode // File: utuu.h // // Purpose: // Derived from UTEncode to implement UUEncoding // // =====
www.eeworm.com/read/350121/10767492

cpp myclass.cpp

#include "stdafx.h" #include "MyClass.h" IMPLEMENT_DYNAMIC(CMyClass, CObject) void CMyClass::SomeFunction(void) { CObject* pObject=new CMyClass; // 下面判断对象的类是否为类CMyClass if(pObject->IsKi
www.eeworm.com/read/418205/10958906

txt 13.4.3 版本号.txt

13.4.3 版本号 上面介绍 <mark>IMPLEMENT</mark> SERIAL宏时,曾说过它的第三个参数是一个版本号。现在其值为1,如果将值 修改为 2: <mark>iMPLEMENT</mark>_SERIAL(CGraph, CObject , 2) 再次运行 Graphic程序,单击【文件\打开】菜单项,选择 Graphic.txt文件打开,程序将弹出如图 13.17所示的警告对话框,提示"非预期的文件格式"。这时 ...
www.eeworm.com/read/417345/10993786

cpp objectarxmfccommands.cpp

// // ObjectARX defined commands #include "StdAfx.h" #include "StdArx.h" #include "ArxDlg.h" #include "ArxModalessDlg.h" extern CArxModalessDlg* pModalessDlg; // This is command 'ARXMODAL