代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/127518/6332346
cpp opgl.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/487590/6506068
vhd t131_b.vhd
--
-- This file tests the support for Separate files to implement the package header and
-- the package body. to perform the test properly, the file named t131_H.vhd has to be
-- compiled before t
www.eeworm.com/read/409929/11306627
cpp fileio.cpp
// FileIO.cpp : implementation file
//
#include "stdafx.h"
#include "ExtractFileList.h"
#include "FileIO.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/346459/11743084
m min.m
function [C,I] = min(x)
% note that this doesn't currently implement all functionality of
% MIN.
% $Id: min.m 107 2006-02-13 12:58:48Z mairas $
[C,I] = min(x.s);
www.eeworm.com/read/346459/11743279
m min.m
function [C,I] = min(x)
% note that this doesn't currently implement all functionality of
% MIN.
% $Id: min.m 3 2004-02-04 12:57:04Z mairas $
[C,I] = min(x.s);
www.eeworm.com/read/155724/11851979
cpp opgl.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/155012/11906430
cpp opengl.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/338523/12295513
m ex352.m
% ex352.m
% Generate a NN to implement an XOR gate
In_pattern=[ 0 0;0 1;1 0;1 1]';
Target=[1 0 0 1];
net = newff([0 1;0 1],[2 1],{'tansig' 'purelin'});
net.trainParam.epochs = 500;
net=train(n
www.eeworm.com/read/250350/12412213
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#define VC_EXTRALEAN // Exc
www.eeworm.com/read/234362/14115353
cpp mtdaorecordset.cpp
// MTDaoRecordset.cpp: implementation of the CMTDaoRecordset class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MTDaoRecordset.h"
#