代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/418157/10963550
m bp2ip3m.m
% 2nd Order Band-Pass Sigma-Delta Modulator Model with IP3 Calculation
% by S. Brigati, F. Francesconi, A. Fornasari, P. Malcovati
% The modulator structure is simulated using Simulink (BP2IP3.mdl).
www.eeworm.com/read/417350/10993547
txt 10-41.txt
%例10-41 运行错误的处理。
%编制M文件如下。
function d=yunxingcuowu(a,b,c)
d=a/b;
if isinf(d) %对可能产生的inf值做出判断
sprintf('b should not be 0')
return
else
d=d*c;
end
%为了检验该程序,
www.eeworm.com/read/270548/11033294
m myeigs.m
function varargout = myeigs(varargin)
% myeigs is a version of Matlab 6.5's eigs function, with the original
% diagnostic output supressed. A quickfix because when diagnostic output of
% the orig
www.eeworm.com/read/416011/11044621
c make_lic.c
#include
#include
#include
#include
#include
#define TRUE 1
#define FALSE 0
int main(void)
{
long lic_num;
int i, j, ch=0, num, it
www.eeworm.com/read/416011/11044624
bak make_lic.bak
#include
#include
#include
#include
#include
#define TRUE 1
#define FALSE 0
int main(void)
{
long lic_num;
int i, j, ch=0, num, it
www.eeworm.com/read/136986/6944317
cpp func.cpp
#include "stdafx.h"
#include
#include
#include
#include
#include
#include
#include
#include "gw.h"
#include "fu
www.eeworm.com/read/359142/6954503
m m2html.m
function m2html(varargin)
%M2HTML - Documentation System for Matlab M-files in HTML
% M2HTML by itself generates an HTML documentation of Matlab M-files in the
% current directory. HTML files are al
www.eeworm.com/read/145952/6964187
c filemon.c
//======================================================================
//
// FILEMON.c - main module for VxD FILEMON
//
// SysInternals - www.sysinternals.com
// Copyright (C) 1996-2000 Mark Ru
www.eeworm.com/read/469416/6976231
m~ bipartitematchingdemoplot.m~
function optimalMatchingDemoPlot(sources, detections, a)
hold on
p1 = size(sources,2);
p2 = size(detections,2);
for i=1:p1
text(sources(1,i), sources(2,i), sprintf('s%d', i));
end
for i=1:p2
text
www.eeworm.com/read/469416/6976297
m bipartitematchingdemoplot.m
function bipartiteMatchingDemoPlot(sources, detections, a)
hold on
p1 = size(sources,2);
p2 = size(detections,2);
for i=1:p1
h=text(sources(1,i), sources(2,i), sprintf('s%d', i));
set(h, 'color',