代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/353769/10418592
c lvq_run.c
/************************************************************************
* *
* Program package 'lvq_pak':
www.eeworm.com/read/424433/10448497
cpp convert.cpp
// Convert.cpp : implementation file
//
/*
膎derungen WR (ab 9.2.99):
- includes:
// strcpy etc.
#include
// itoa etc.
#include
#include
...
- itostr
www.eeworm.com/read/353365/10452836
cpp sendsms.cpp
#include
#include "SerialPort.h"
#include "pdu.h"
using namespace std;
using std::string;
using namespace SerialPorts;
int main (int argc, char *argv[], char *envp[]) {
//string pduStr
www.eeworm.com/read/161076/10456490
m helpmsg.m
str = sprintf(['Tank Drain Calculator - Version 1.1.1\n\n',...
'Implemented with Matlab GUI Environment\n',]);
msgbox(str,'About the Tank Drain Calculator','modal');
www.eeworm.com/read/160896/10475636
h debug.h
#ifdef DEBUG /* keep these macros common so they are same for both versions */
CONST int debugCompile = 1;
extern int debug;
extern void DebugIO(CONST char *s); /* display the debug output */
www.eeworm.com/read/160895/10475675
h debug.h
#ifdef DEBUG /* keep these macros common so they are same for both versions */
CONST int debugCompile = 1;
extern int debug;
extern void DebugIO(CONST char *s); /* display the debug output */
www.eeworm.com/read/160894/10475721
h debug.h
#ifdef DEBUG /* keep these macros common so they are same for both versions */
CONST int debugCompile = 1;
extern int debug;
extern void DebugIO(CONST char *s); /* display the debug output */
www.eeworm.com/read/424116/10491080
m siplstable.m
function siplstable(siModel)
% siPLStable lists optimal interval combinations, corresponding RMSEs and PLSC
%
% Input:
% siModel is the output from sipls.m
%
% Copyright, Chemometrics Grou
www.eeworm.com/read/424116/10491217
m plsrmse.m
function plsrmse(Model,interval)
% plsrmse plots RMSECV/RMSEP/RMSEC as a function of the number of PLS components
%
% Input:
% Model (the output from ipls.m)
% interval is optional for sele
www.eeworm.com/read/352808/10504858
c vxsniff.c
/*
* quick and dirty ethernet sniffer for vxworks
*/
#include "vxWorks.h"
#include "sys/types.h"
#include "ioLib.h"
#include "iosLib.h"
#include "fioLib.h"
#include "stdio.h"
#include "unistd.h"
#i