代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/258941/11830921
tcl finish.tcl
# FINISH.TCL - Setup procedures for implementing finish page for full
# installation for end user and nodelocked
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification hi
www.eeworm.com/read/155919/11838448
m cp0402_transmitter_2pam_th.m
%
% FUNCTION 4.2 : "cp0402_transmitter_2PAM_TH"
%
% Simulation of a UWB transmitter implementing PAM with TH
%
% Transmitted Power is fixed at 'Pow'.
% The signal is sampled with frequency 'fc'.
www.eeworm.com/read/155858/11842854
cpp 4elist1409.cpp
//Listing 14.9 Implementing pure virtual functions
#include
using namespace std;
class Shape
{
public:
Shape(){}
virtual ~Shape(){}
virtual long GetArea() = 0; // error
vir
www.eeworm.com/read/340662/12140907
java item.java
package datamining;
import java.util.*;
/**
* Class for implementing a Trie Item.
*
* @author Michael Holler
*/
public class Item {
private int label;
private int support;
www.eeworm.com/read/150730/12268019
m cp0402_transmitter_2pam_th.m
%
% FUNCTION 4.2 : "cp0402_transmitter_2PAM_TH"
%
% Simulation of a UWB transmitter implementing PAM with TH
%
% Transmitted Power is fixed at 'Pow'.
% The signal is sampled with frequency 'fc'.
www.eeworm.com/read/338928/12271452
java item.java
//package datamining;
import java.util.*;
/**
* Class for implementing a Trie Item.
*
* @author Michael Holler
*/
public class Item {
private int label;
private int support;
www.eeworm.com/read/338928/12271471
java interval.java
//package datamining;
import java.util.*;
/**
* Class for implementing an interval for non-derivable itemset.
*
* @author Michael Holler
*/
public class Interval {
private int low
www.eeworm.com/read/338928/12271475
java partition.java
//package datamining;
import java.io.*;
import java.util.*;
/**
* Class for implementing partition algorithm for
* finding frequent itemsets.
*
* @author Michael Holler
* @version 0.2
www.eeworm.com/read/221058/14758806
java item.java
package datamining;
import java.util.*;
/**
* Class for implementing a Trie Item.
*
* @author Michael Holler
*/
public class Item {
private int label;
private int support;