代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/425985/10298521
m exam6_2_post.m
if exist( 'exam6_2.mat' ) == 0
disp( sprintf( '错误:文件 %s 不存在', file_in ) )
disp( sprintf( '请先用exam6_2.m计算生成exam6_2.mat' ) ) ;
disp( sprintf( '程序终止' ) )
return ;
www.eeworm.com/read/211561/15177785
m exam6_2_post.m
if exist( 'exam6_2.mat' ) == 0
disp( sprintf( '错误:文件 %s 不存在', file_in ) )
disp( sprintf( '请先用exam6_2.m计算生成exam6_2.mat' ) ) ;
disp( sprintf( '程序终止' ) )
return ;
www.eeworm.com/read/389692/8507166
m fuzwizmask.m
function fuzwizmask(CB,varargin)
%FUZWIZMASK Initialization for FIS Wizard components.
%
% See also FUZBLOCK.
% Authors: P. Gahinet and R. Jang
% Copyright 1994-2004 The MathWorks, Inc.
www.eeworm.com/read/432771/8575425
cpp measure.cpp
// measure.cpp
// (c) Mobilink Telecom Inc, 1999, 2000
//
// May 21, 2000
// Nick Steffen
//
// Contains the measurement object
//
// June 27, 2000
// Added SetCableLoss() & GetCableLoss()
/
www.eeworm.com/read/287263/8699161
m discriminant.m
function varargout = Discriminant(varargin)
% Two-Category Discriminant Classifier
% The classifier is desined for 2-feature case and 1-feature case
%
% It is also simplified in three differen
www.eeworm.com/read/386861/8722462
lst cgi.lst
C51 COMPILER V8.02 CGI 10/13/2008 17:11:17 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE CGI
OBJECT MODULE PLACED IN .\o
www.eeworm.com/read/386861/8722651
c cgi.c
#include "uip.h"
#include "cgi.h"
#include "httpd.h"
#include "fs.h"
#include
#include
u8_t print_stats(u8_t next);
u8_t file_stats(u8_t next);
u8_t tcp_stats(u8_t
www.eeworm.com/read/286869/8739178
m gwssus.m
% Retrieve the power delay spectrum P(tau), the impulse response h(tau,t)
% and the transfer function H(f,t) of a sample COST-207 mobile channel
% using the "Gaussian Stationary Uncorrelated Scatter
www.eeworm.com/read/285728/8821463
cpp point.cpp
//COD_SERVICE中的PARTNER字段填写上行代码(定制业务),BITLONG字段用于判断是否要二次确认,1要,0不要
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/384426/8871444
m midi2note.m
function ascpitch = midi2note(midipitch)
%function ascpitch = midi2note(midipitch)
%
% cast MIDI pitch to ascii-representation
%
% 60 equals 'c5'
r = rem(midipitch,12);
q = floor(midipitc