代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/352007/10588490
cpp xllinfunctions.cpp
/*----------------------------------------------------------------------------
| File : LINFunctions.cpp
| Project : Vector LIN Example - manage the LIN access
|
| Description :
|----
www.eeworm.com/read/159335/10668155
c tmhelp.c
/*
* Copyright (c) 1995,1996,1997,1998 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and ma
www.eeworm.com/read/159036/10699854
cpp dlgquerycheck.cpp
// dlgQueryCheck.cpp : implementation file
//
#include "stdafx.h"
#include "CheckIn.h"
#include "dlgQueryCheck.h"
#include "CheckRecordset.h"
#include "EmployeeRecordset.h"
#ifdef _DEBUG
www.eeworm.com/read/350890/10700163
cpp testleak.cpp
//-< TESTLEAK.CPP >--------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/275374/10822150
m gwssus.m
% Retrieve the power delay spectrum P(tau), the impulse response h(tau,t)
% and the transfer function H(f,t) of a sample COST-207 mobile channel
% using the "Gaussian Stationary Uncorrelated Scatter
www.eeworm.com/read/419824/10834924
m do_build_vocabulary.m
function do_build_vocabulary(par)
comanda = sprintf('mkdir %s',par.directoriVocabulary);
unix(comanda);
fvTrain = readFeatures(par);
fprintf('k means V = %d\n',par.VSize);
[V, sse] = vgg_km
www.eeworm.com/read/271317/11000520
cpp imgcompress.cpp
#include
#include
#include "ImgCompress.h"
#include "..\Defines.h"
char g_ErrorMsg[4][200]={"","","",""};
BOOL APIENTRY DllMain(HANDLE hModule,DWORD dwReason,LPVOID lp
www.eeworm.com/read/416051/11043331
m processrinex.m
%%========================================
%% Toolbox for attitude determination
%% Zhen Dai
%% dai@zess.uni-siegen.de
%% ZESS, University of Siegen, Germany
%% Last Modified
www.eeworm.com/read/469602/6932864
m gwssus.m
% Retrieve the power delay spectrum P(tau), the impulse response h(tau,t)
% and the transfer function H(f,t) of a sample COST-207 mobile channel
% using the "Gaussian Stationary Uncorrelated Scatter
www.eeworm.com/read/456377/7350201
cpp hex.cpp
// Hex.cpp: implementation of the CHex class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Hex.h"
#ifdef _DEBUG
#define new DEBUG_N