代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/203854/7117339
m fourbittoint.m
%FourBitToInt.m
function out=FourBitToInt(FourBitMatrix)
%Takes a binary matrix of 4 columns and any even number of rows and
%constructs a column matrix by creating an integer by concatenating two
www.eeworm.com/read/455115/7377668
m highpassfilter.m
% HIGHPASSFILTER - Constructs a high-pass butterworth filter.
%
% usage: f = highpassfilter(sze, cutoff, n)
%
% where: sze is a two element vector specifying the size of filter
% t
www.eeworm.com/read/455115/7377672
m lowpassfilter.m
% LOWPASSFILTER - Constructs a low-pass butterworth filter.
%
% usage: f = lowpassfilter(sze, cutoff, n)
%
% where: sze is a two element vector specifying the size of filter
% to co
www.eeworm.com/read/455115/7377673
m highboostfilter.m
% HIGHBOOSTFILTER - Constructs a high-boost Butterworth filter.
%
% usage: f = highboostfilter(sze, cutoff, n, boost)
%
% where: sze is a two element vector specifying the size of filter
%
www.eeworm.com/read/440557/7687608
cpp activetimer.cpp
// Copyright (c) 2006 Nokia Corporation.
#include "ActiveTimer.h"
#include "ActiveTimerNotify.h"
// Constructs a CActiveTimer object
CActiveTimer* CActiveTimer::NewL(MActiveTimerNotify& aNot
www.eeworm.com/read/433951/7901874
forall
; This extremely simple example shows how to use forall constructs both in
; logical expressions and operator delete/add lists. Note the similar syntax
; and the different semantics of these two very
www.eeworm.com/read/433764/7910808
m fourbittoint.m
%FourBitToInt.m
function out=FourBitToInt(FourBitMatrix)
%Takes a binary matrix of 4 columns and any even number of rows and
%constructs a column matrix by creating an integer by concatenating two
www.eeworm.com/read/397102/8068568
m maketree.m
%MAKETREE General tree building algorithm
%
% tree = maketree(A,nlab,c,crit,stop)
%
% Constructs a binary decision tree using the criterion function
% specified in the string crit ('maxcrit', 'fis
www.eeworm.com/read/143592/12858374
cpp prg8_1.cpp
// File: prg8_1.cpp
// the program outputs the interview schedule for a personnel director.
// the executive secretary constructs a queue of appointment times
// by reading the times from the keybo
www.eeworm.com/read/323672/13326958
java money.java
package junit.samples.money;
/**
* A simple Money.
*
*/
public class Money implements IMoney {
private int fAmount;
private String fCurrency;
/**
* Constructs a money from the g