代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/353516/10442766
m uwb_init.m
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/161034/10461797
c membase.c
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1988 - 1991
; * All Rights Reserved.
; */
/*
* MEMBASE.C
www.eeworm.com/read/424116/10491255
m plspvsm.m
function plspvsm(Model,no_of_int_lv,interval,y_variable)
% plspvsm plots predicted versus measured for a combination of several intervals
%
% Input:
% Model is the output from ipls.m, plsmode
www.eeworm.com/read/160392/10536130
m gen_log.m
function gen_log(S, log);
% gen_log(S, log)
% generates log-file of all variables
%
% INPUT:
% S : structure containing the MLD-model
% log: structure containing the log-data of all variables
www.eeworm.com/read/160392/10536227
cc real_number.cc
#include "Real_number.h"
#include
#include
#include
string Real_number::to_matlab() const {
char buf[100];
char format[15];
sprintf(format, "%%.%ug", DBL_DIG);
sprin
www.eeworm.com/read/423696/10537236
cpp tracetest.cpp
#include
#include
#include "trace.h"
const int RST_BUF_MAX_SIZE = 8;
void main()
{
initTraceCfg(0X3FFF,0x3FFF,1);
char resultBuffer[RST_BUF_MAX_SIZE]= {0};
int t
www.eeworm.com/read/352343/10562303
m uwb_init.m
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/352343/10562397
m uwb_init.m
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/351829/10604860
in remove-trailing-ws.in
#! @PERL@ -w
# Remove trailing whitespace from modified lines in working files.
#
# Input: diff between original and working files (unified or context
# format).
use strict;
use FileHandle;
use Fil
www.eeworm.com/read/351277/10665715
c npc_manorsman.c
#include "version.h"
#include
#include "char.h"
#include "object.h"
#include "lssproto_serv.h"
#include "npcutil.h"
#include "handletime.h"
#include "npc_scheduleman.h"
#include "family.h"
#i