代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/209404/15220608

m jacobi.m

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/164931/5485869

c queue_limits.c

/* * OpenPBS (Portable Batch System) v2.3 Software License * * Copyright (c) 1999-2000 Veridian Information Solutions, Inc. * All rights reserved. * * ---------------------------------------
www.eeworm.com/read/164931/5485898

c queue_limits.c

/* * OpenPBS (Portable Batch System) v2.3 Software License * * Copyright (c) 1999-2000 Veridian Information Solutions, Inc. * All rights reserved. * * ---------------------------------------
www.eeworm.com/read/164931/5485929

c queue_limits.c

/* * OpenPBS (Portable Batch System) v2.3 Software License * * Copyright (c) 1999-2000 Veridian Information Solutions, Inc. * All rights reserved. * * ---------------------------------------
www.eeworm.com/read/268073/11155341

m gausselimpartpivot.m

%Gaussian Elimination-Partial Pivoting %Description: This procedure solves a system of linear equations using %Gaussian Elimination Algorithm with partial pivoting strategy. Partial %pivoting is th
www.eeworm.com/read/268073/11155343

m gausselim.m

%Gaussian Elimination %Description: This procedure solves a system of linear equations using %Gaussian Elimination Algorithm. Elementary row operations are used %throughout this algorithm, which co
www.eeworm.com/read/203302/15362764

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/103140/15743971

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/392021/8366908

m lcplottf.m

function LCplotTF(H,L0,param) % LCplotTF(H,L0,param) %Plot some graphs associated with the LC system. % %Arguments % H The closed-loop noise transfer function (in z). % L0 The open-loop tf (in s) from
www.eeworm.com/read/291443/8418630

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 ->