代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/158328/11625637
m runexp.m
%RunExp >> Automation function
% Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen.
% Arguments : (optional) noRuns ->
www.eeworm.com/read/158328/11625689
asv runexp.asv
%RunExp >> Automation function
% Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen.
% Arguments : (optional) noRuns ->
www.eeworm.com/read/158047/11647977
h myprintf.h
int printf(const char *format, ...);
int sprintf(char *out, const char *format, ...);
www.eeworm.com/read/260630/11716592
m acma.m
function [A,S,sp] = acma(X,d,d1);
% function [A,S,sp] = acma(X,d,d1);
%
% Analytical constant-modulus algorithm, to separate
% linear combinations of CM sources
%
% Given data matrix X of rank d, fin
www.eeworm.com/read/260080/11748387
m runexp.m
%RunExp >> Automation function
% Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen.
% Arguments : (optional) noRuns ->
www.eeworm.com/read/126478/14421681
c general.c
/*
** Astrolog (Version 4.00) File: general.c
**
** IMPORTANT NOTICE: the graphics database and chart display routines
** used in this program are Copyright (C) 1991-1993 by Walter D. Pullen
** (
www.eeworm.com/read/125782/14464307
c lib_tracechr.c
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
*
www.eeworm.com/read/209404/15220603
m chaosong.m
function [X,n]=chaosong(A,b,X0,omige,e,N0)
% input A is an N*N nonsingular matrix
% b is an N*1 matrix
% e is the tolerance for iterations
% X0 is an N*1 matrix,the initial guess
www.eeworm.com/read/209404/15220605
asv jacobi.asv
function [X,n]=jacobi(A,b,X0,e,N0)
% input A is an N*N nonsingular matrix
% b is an N*1 matrix
% e is the tolerance for iterations
% output X is an N*1 matrix; the jacobi iterations ap
www.eeworm.com/read/209404/15220606
asv chaosong.asv
function [X,n]=chaosong(A,b,X0,omige,e,N0)
% input A is an N*N nonsingular matrix
% b is an N*1 matrix
% e is the tolerance for iterations
% X0 is an N*1 matrix,the initial guess