代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/154092/11989857
m ex7_4.m
%
% This program computes the small-signal impedance of
% a Si-based pn-junction diode
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/153823/12004075
m vrptwout.m
function [Barsout,Labels,s] = vrptwout(out)
%VRPTWOUT Generate output VRP with time windows.
% [Bars,Labels,s] = vrptwout(out)
% [Bars,Labels] = vrptwout(out) % Display "s" in command window
%
www.eeworm.com/read/153566/12027523
c my_api.c
/*
* File name : my_api.c
* Module ID :
* Module Name :
* Purpose : Some function called from NCS_Depart_Src_File.c
* Author : Mr. Zhujingkun
* Date Created : 1999,05,28
* Version : Version
www.eeworm.com/read/152785/12084501
c io.c
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* S
www.eeworm.com/read/252896/12257026
c pmfplayer.c
#include
#include
#include
#include
#include
#include "libmpeg/pspmpeg.h"
#include "pmfplayer.h"
#define printf pspDebugScreenPrin
www.eeworm.com/read/250784/12384975
cpp initialisitiondlg.cpp
#include "stdafx.h"
#include "SalaryManagement.h"
#include "InitialisitionDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////////
www.eeworm.com/read/130982/14164179
m~ demo_real.m~
clear;
clc;
disp('This is a demo for reconstructing real impedance changes')
disp(sprintf('\n'))
load datareal srf vtx simp;
trimesh(srf,vtx(:,1),vtx(:,2),vtx(:,3));
axis image;
set(gcf,'C
www.eeworm.com/read/130982/14164450
m demo_real.m
clear;
clc;
warning off;
disp('This is a demo for reconstructing conductivity changes')
disp(sprintf('\n'))
load datareal srf vtx simp;
trimesh(srf,vtx(:,1),vtx(:,2),vtx(:,3));
axis image;
www.eeworm.com/read/232828/14180458
c d11_dma.c
/*
**********************************************************
*
* emp-d11 dma linux driver program
*
**********************************************************
*/
#include
www.eeworm.com/read/232614/14188196
c sp_session.c
/* $Id: sp_session.c,v 1.9 2001/01/18 06:40:50 roesch Exp $ */
/*
** Copyright (C) 1998,1999,2000,2001 Martin Roesch
**
** This program is free software; you can redistribute it an