代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/415663/11059419
m sim_failure.m
function sim_failure(instance, job_id)
% job_id:
% >0 -- called in condor for specific jobs, never use it manually
% except for debugging!
% ==0 -- called by user: run all jobs without using cond
www.eeworm.com/read/415313/11076753
m libsvm.m
% libSVM: wrapper for libSVM
%
% Parameters:
% para: parameters
% 1. Kernel: kernel type, 0: linear, 1: poly, 2: RBF, default: 0
% 2. KernelParam: kernel parameter, default: 0.05
% 3. Cos
www.eeworm.com/read/335770/12499937
c carl.c
#include "main.h"
#include "excel2000.h"
#include "excelreport.h"
#include
#include "hp8648a.h"
#include "age441x.h"
#include
#include
#include
www.eeworm.com/read/249226/12516691
cpp skl_checker.cpp
/********************************************************
* Some code. Copyright (C) 2003 by Pascal Massimino. *
* All Rights Reserved. (http://skal.planet-d.net) *
* For Educational/Academi
www.eeworm.com/read/147096/12585063
c v34recv.c
/*
* V34trans A SIMULINK example for v34 transmission
*
* Syntax: [sys, x0] = v34recv(t,x,u,flag,rate,ShMp)
*
* rate is a 12 element vector, which contains:
* rate = [rate_s, rate_r, rate
www.eeworm.com/read/334090/12640305
c triton_functions.c
//==============================================================================
// TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
//
// Property of Texas Instruments
// For
www.eeworm.com/read/247568/12641343
c gui_main.c
/* -*- linux-c -*-
Copyright (C) 2004 Tom Szilagyi
This program is free software; you can redistribute it and/or modify
it under the te
www.eeworm.com/read/113031/15472025
c atm_svr_tpool.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/104920/15681466
h mylog.h
/*
* this file provide log functionality
* composed by antony
* 2003-1-1
* copyright reserved
*/
/*
*if PERFORMANCE is define check performance of program
*define MACRO for log
*/
www.eeworm.com/read/104449/15692462
cpp data_file.cpp
#include "runner.h"
#include "time.h"
int compare( const void *arg1, const void *arg2 )
{
/* Compare all of both strings: */
return _stricmp( * ( char** ) arg1, * ( char** ) arg2 );