代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/317650/13500251
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/314424/13567823
c pathrate_rcv.c
/*
This file is part of pathrate.
pathrate is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundatio
www.eeworm.com/read/306831/13737352
c t_contractless.c
#include
#include
#include
#include
#include
#include "common.h"
//Language option: LANG_CHN LANG_ENG
unsigned char g_lang = LANG_C
www.eeworm.com/read/304706/13789021
lst 51main.lst
C51 COMPILER V8.09 51MAIN 12/17/2007 15:58:56 PAGE 1
C51 COMPILER V8.09, COMPILATION OF MODULE 51MAIN
OBJECT MODULE PLACED IN
www.eeworm.com/read/304614/13790478
cpp mixout.cpp
#include "stdafx.h"
#include "MixOut.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
#define WND_CLASS_NAME "Wave Output Volume Msg Wnd Cl
www.eeworm.com/read/301156/13865477
m knn_cross.m
function knn_cross(datafile,cross,k)
%# load datafile
eval(sprintf('load %s.txt',datafile));
eval(sprintf('data=%s; clear %s',datafile,datafile));
%# Normalize data
[num,dim]=size(data)
www.eeworm.com/read/301156/13865481
m knn_classify.m
function ret = KNN_Classify(datfile)
eval(sprintf('load %s.txt;',datfile));
eval(sprintf('dat=%s; clear %s', datfile, datfile));
looError1 = looknn(dat);
ret =1-looError1/size(dat,1)
www.eeworm.com/read/152843/5661610
c miropcm20-rds.c
/* MiroSOUND PCM20 radio rds interface driver
* (c) 2001 Robert Siemer
* Thanks to Fred Seidel. See miropcm20-rds-core.c for further information.
*/
/* Revision history:
*
www.eeworm.com/read/152843/5663646
c lmc_debug.c
#include
#include
#include
#include "lmc_debug.h"
/*
* Prints out len, max to 80 octets using printk, 20 per line
*/
#ifdef DEBUG
#ifdef LM
www.eeworm.com/read/147766/5725297
c tz_osl.c
/******************************************************************************
*
* Module Name: tz_osl.c
* $Revision: 25 $
*
*******************************************************************