代码搜索:Two
找到约 10,000 项符合「Two」的源代码
代码结果 10,000
www.eeworm.com/read/340554/12147982
c 4.c
main( )
{ int m, n, a, b, t, c;
printf(" Input two integer numbers :\n");
scanf(" %d %d",&a ,&b);
m=a;
n=b;
if(a
www.eeworm.com/read/151943/12159048
c 4.c
main( )
{ int m, n, a, b, t, c;
printf(" Input two integer numbers :\n");
scanf(" %d %d",&a ,&b);
m=a;
n=b;
if(a
www.eeworm.com/read/253943/12176010
asv main.asv
%%% Underdetimed source separation
%%% The algorithm is described in "Michael Syskind Pedersen, DeLiang Wang,
%%% Jan Larsen and Ulrik Kjems: Two-microphone Separation of Speech
%%% Mixtures", 2006
www.eeworm.com/read/253943/12176038
m main.m
%%% Underdetimed source separation
%%% The algorithm is described in "Michael Syskind Pedersen, DeLiang Wang,
%%% Jan Larsen and Ulrik Kjems: Two-microphone Separation of Speech
%%% Mixtures", 2006
www.eeworm.com/read/253939/12176451
m twologons.m
% create a movie (or play it) showing the interferences
% between two logons
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PROGRAM ------------
www.eeworm.com/read/339483/12231607
sh logging-wrapper.sh
#!/bin/bash
# Generic shell wrapper that performs an operation
#+ and logs it.
# Must set the following two variables.
OPERATION=
# Can be a complex chain of commands,
#+ for example
www.eeworm.com/read/151143/12233125
m convolve.m
function c = convolve(a,b)
% Function convolves the two input vectors/matrices
% (if one of the inputs is a matrix, the other must either
% be a vector or a matrix with the same number of column
www.eeworm.com/read/253222/12238217
readme
This is cdemo, an example package that uses GNU libtool with an
Automake-generated environment to build two simple libraries and programs.
It demonstrates how to build convenience libraries
www.eeworm.com/read/339051/12265134
c mailbox.c
/* There are only two functions in this mailbox code that depend on the
* underlying protocol, namely mbx_getname() and dochat(). All the other
* functions can hopefully be used without modificati
www.eeworm.com/read/338643/12290653
m elimrow.m
% elimrow.m
% Scope: This MATLAB macro eliminates a specific row of a given two
% dimensional matrix.
% Usage: y = elimrow(x,k)
% Description of par