代码搜索:IMPLEMENT
找到约 10,000 项符合「IMPLEMENT」的源代码
代码结果 10,000
www.eeworm.com/read/377442/2700043
java differentialmanchester.java
package wxj.code.impl;
import java.util.ArrayList;
import java.util.List;
import wxj.code.Code;
import wxj.Regular.LevelRule;
public class DifferentialManchester extends LevelRule implement
www.eeworm.com/read/366702/2876766
f90 flush_1.f90
! { dg-do run }
! PR 22390 Implement flush statement
program flush_1
character(len=256) msg
integer ios
open (unit=10, access='SEQUENTIAL', status='SCRATCH')
write (10, *) 42
flush 1
www.eeworm.com/read/355930/3046855
cpp childfrm.cpp
// ChildFrm.cpp : CChildFrame 类的实现
//
#include "stdafx.h"
#include "MFCExample.h"
#include "ChildFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CChildFrame
IMPLEMENT_DYNCREATE
www.eeworm.com/read/259903/4338434
pas pngdef.pas
unit pngdef;
// Caution: this file has fallen out of date since version 1.0.5. Write to
// png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu about bringing
// it up to date.
interface
const
www.eeworm.com/read/258704/4351972
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "MobileAssistant.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCRE
www.eeworm.com/read/158865/5594313
c objc-act.c
/* Implement classes and message passing for Objective C.
Copyright (C) 1992, 93-95, 97, 1998 Free Software Foundation, Inc.
Contributed by Steve Naroff.
This file is part of GNU CC.
GNU CC is
www.eeworm.com/read/158865/5594455
c tasking.c
/* Implement tasking-related actions for CHILL.
Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute
www.eeworm.com/read/474583/6813022
svn-base perform_wavelet_transf.m.svn-base
function x = perform_wavelet_transf(x, Jmin, dir, options)
% perform_wavelet_transf - peform fast lifting transform
%
% y = perform_wavelet_transf(x, Jmin, dir, options);
%
% Implement 1D a
www.eeworm.com/read/474583/6813049
m perform_wavelet_transf.m
function x = perform_wavelet_transf(x, Jmin, dir, options)
% perform_wavelet_transf - peform fast lifting transform
%
% y = perform_wavelet_transf(x, Jmin, dir, options);
%
% Implement 1D a
www.eeworm.com/read/472842/6858777
cpp trenddlg.cpp
// TrendDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "TravellerApp.h"
#include "TrendDlg.h"
#include ".\trenddlg.h"
// CTrendDlg 对话框
IMPLEMENT_DYNAMIC(CTrendDlg, CDialog)
CTrendDlg::