代码搜索:Variations
找到约 187 项符合「Variations」的源代码
代码结果 187
www.eeworm.com/read/429077/8820018
cc rlookup.cc
// Define classes for routing table representation and lookup
// George F. Riley, Georgia Tech, Winter 2000
// Defines several variations on routing table representations
// and a method to determine
www.eeworm.com/read/429077/8820033
h rlookup.h
// Define classes for routing table representation and lookup
// George F. Riley, Georgia Tech, Winter 2000
// Defines several variations on routing table representations
// and a method to determine
www.eeworm.com/read/138600/13228728
cc rlookup.cc
// Define classes for routing table representation and lookup
// George F. Riley, Georgia Tech, Winter 2000
// Defines several variations on routing table representations
// and a method to determine
www.eeworm.com/read/138600/13228749
h rlookup.h
// Define classes for routing table representation and lookup
// George F. Riley, Georgia Tech, Winter 2000
// Defines several variations on routing table representations
// and a method to determine
www.eeworm.com/read/131926/14120024
m facerecognition.m
%FACE RECOGNITION SYSTEM
%
% Face recognition system based on EigenFaces Method.
% The system functions by projecting face images onto a feature space
% that spans the significant variations among
www.eeworm.com/read/219389/14882944
py transforms.py
# Lossy compression algorithms very often make use of DCT or DFT calculations,
# or variations of these calculations. This file is intended to be a short
# reference about classical DCT and DFT algori
www.eeworm.com/read/372108/9521614
cpp 09-3.cpp
//
// More Examples from ESTL Item 9 (the associative container variations)
//
#include
#include
#include
#include
#include
#include "ESTLUtil.h"
www.eeworm.com/read/424400/10454602
cc itcc.cc
/*
Itcc.cc
Implementation of the information theoretic co-cluster algorithm
with smoothing, local search, and variations of batch/local search update.
Copyright (c) 2005, 2006
www.eeworm.com/read/124166/14592138
java adaptervariations.java
//: adapter:AdapterVariations.java
// Variations on the Adapter pattern.
package adapter;
import junit.framework.*;
class WhatIHave {
public void g() {}
public void h() {}
}
interface
www.eeworm.com/read/242732/4541774
h windef16.h
/*
* Basic type definitions for 16 bit variations on Windows types.
* These types are provided mostly to insure compatibility with
* 16 bit windows code.
*
* Copyright (C) the Wine project