代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/345795/6357534

c sbpcd2.c

/* * duplication of sbpcd.c for multiple interfaces */ #define SBPCD_ISSUE 2 #include "sbpcd.c"
www.eeworm.com/read/485392/6561151

m zak.m

function dzt=zak(sig,N,M) %ZAK Zak transform. % DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG. % % SIG : Signal to be analysed (length(X)=N1). % N : number of Zak coefficients in time (
www.eeworm.com/read/481542/6642888

c crc32.c

/* * Oct 15, 2000 Matt Domsch * Nicer crc32 functions/docs submitted by linux@horizon.com. Thanks! * Code was from the public domain, copyright abandoned. Code was * subse
www.eeworm.com/read/480352/6672769

m mfocus.m

function [imageout] = mfocus_1(im1,im2,bs,TH,consistency) % %mfocus.m, v 1.2 2002/05/09 17:52:40 %=========================================================================== % Eduard
www.eeworm.com/read/263805/11341640

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/406730/11437003

todo

A second look for panels showing values variations over time (x-y graphical x=value y=time) Show CPU information for multiple CPUs if exists. Some system panels in dock (memory usage for example)
www.eeworm.com/read/406594/11439461

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/260913/11686992

m zak.m

function dzt=zak(sig,N,M) %ZAK Zak transform. % DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG. % % SIG : Signal to be analysed (length(X)=N1). % N : number of Zak coefficients in time (
www.eeworm.com/read/346367/11752770

m zak.m

function dzt=zak(sig,N,M) %ZAK Zak transform. % DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG. % % SIG : Signal to be analysed (length(X)=N1). % N : number of Zak coefficients in time (
www.eeworm.com/read/345388/11817362

cpp dashuxiangcheng.cpp

// dashuxiangcheng.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" void Multiple(char A[],char B[],char C[]) { int TMP,In=0,LenA=-1,LenB=-1; while(A[++LenA]!='\0'); while(B[++LenB]!='\0'); i