代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/483253/6601755
m readsfs.m
function [y,fs,hd,ffx]=readsfs(ff,ty,sub,mode,nmax,nskip,xpath)
%readsfs Read a .SFS format sound file [Y,FS,HD,FFX]=(FF,TY,SUB,MODE,NMAX,NSKIP,XPATH)
%
% The SFS (Speech Filing System) is a packa
www.eeworm.com/read/483253/6601763
m lpcconv.m
function s=lpcconv(from,to,x,y,np)
%LPCCONV(from,to,x,y)->s convert between LPC parameter sets
%
% The output is a string that may be passed to eval(s)
% x and y are optionally the input and outpu
www.eeworm.com/read/483253/6601799
m sprintsi.m
function s=sprintsi(x,d,w)
%SPRINTSI Print X with SI multiplier S=(X,D,W)
% D is number of decimal places (+ve) or significant digits (-ve) [default=-3]
% |W| is total width including multiplier
%
www.eeworm.com/read/477707/6732259
cpp 24point.cpp
#include
#include
bool flag;
int max(int a,int b)
{
if (a>b) return a;
else return b;
}
void run(int n,float b[],char x[4][20])
{
float result,c[4];
char y[4][
www.eeworm.com/read/477110/6747852
m char.m
%CHAR String representation of robot parametesrs
% Copyright (C) 1999-2008, by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
%
% RTB is free software: you can redist
www.eeworm.com/read/404974/11474793
c io.c
/* ************************************************** */
/* file io.c: contains most input/output functions */
/* */
/* Copyright (c) 1990-96 b
www.eeworm.com/read/404751/11479110
m exakt.m
% EXAKT.M - Exact linearization for SISO systems
% (this m-file is a part of NelinSys, see details below)
%
% The application carries out computations of state-coordinates
% transforma
www.eeworm.com/read/404751/11479112
m exaktmimo.m
% EXAKTMIMO.M - Exact linearization for MIMO systems with the same number of inputs and outputs
% (this m-file is a part of NelinSys, see details below)
%
% The application carries o
www.eeworm.com/read/402283/11539679
m whoami.m
function whoami
% Test function to illustrate the use of the java.net package.
%
% Mastering MATLAB 7 Java Example 1
% Use try and catch to avoid an exception.
try
me = java.net.InetAddress.get
www.eeworm.com/read/401496/11556915
m waterfall_fft.m
% by Tom Irvine
% 17 Apr 2005 (Updated 24 Aug 2006)
% This program calculates the Waterfall FFT of a time history.
% Description This program calculates the one-sided, full amplitude
% Waterfa