代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/276874/10699068
c~ utility.c~
#include "myshell.h"
void printPrompt()
{
char buf[MaxCommandLine];
char buf1[MaxCommandLine+2];
char * promptStr = getcwd(buf,sizeof(buf));
if( !promptStr )
{
sprintf(buf,"");
pr
www.eeworm.com/read/276874/10699080
c utility.c
#include "myshell.h"
void printPrompt()
{
char buf[MaxCommandLine];
char buf1[MaxCommandLine+2];
char * promptStr = getcwd(buf,sizeof(buf));
if( !promptStr )
{
sprintf(buf,"");
pr
www.eeworm.com/read/420350/10800904
m eigenfacereconstructdemo.m
% A small demo to create reconstructed facial images
function EigenfaceReconstructDemo
% training data
for i=1:5
It(:,:,i) = imread(sprintf('image/face%02d.gif', i));
end
Xt = reshape(double(It),
www.eeworm.com/read/466896/7022977
m randomsubimages.m
%function [nonface]=randomSubImages(jpg, n, w, h)
function [nonface]=randomSubImages(jpg, n, w, h)
% const
jpgPath = 'd:/data/Feret/jpeg/nonface/';
% var
fname = sprintf('%s%s', jp
www.eeworm.com/read/136812/5861422
c sort_mount.c
/* @(#)sort_mount.c 1.1 92/07/30 SMI */
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
#include "install.h"
extern char *sprintf();
sort_mountlist(prognam
www.eeworm.com/read/136812/5861451
c calc_soft.c
/* @(#)calc_soft.c 1.1 92/07/30 SMI */
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
#include "install.h"
extern char *sprintf();
calculate_software(sys
www.eeworm.com/read/484371/6586412
m xil_rgb2ycrcb_action.m
function Xil_RGB2YCrCb_action(blockHandle, controlName,actionType, keysValuesStruct,actionData)
%sprintf('rgb2ycrcb_action: block handle:%d, activated control:"%s"',
%blockHandle, controlName)
valu
www.eeworm.com/read/401617/11554380
cpp geometry.cpp
#include "Geometry.h"
#include // needed for sprintf
/*! This function returns the sign of a give double.
1 is positive, -1 is negative
\param d1 first parameter
\return the
www.eeworm.com/read/130982/14164293
sci demo_real.sci
function []=demo_real()
clear;
//! clc ignored
// clc
;
disp('This is a demo for reconstructing real impedance changes');
disp(mtlb_sprintf('%s','\n'));
//
mtlb_load('datareal','srf','vtx','simp')