代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/166782/9997935
cpp func.cpp
#include "stdafx.h"
#include
#include
#include
#include
#include
#include
#include
#include "gw.h"
#include "fu
www.eeworm.com/read/165864/10048488
m showresults.m
function sigma = showResults(xopt, m1, m2, act, calc, err, m, c)
%SHOWRESULTS Display results of the localization algorithm.
%
% sigma = showResults(xopt, m1, m2, act, calc, err, m, c)
% Plot the b
www.eeworm.com/read/361503/10049655
m fitpoly.m
function retstr = FitPoly(ModelNo,NetPara,SeqData,TargetData,DataDir)
NNTWARN OFF
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%ModelNo='1';
%DataDir='.'; %表示当前目录
www.eeworm.com/read/360770/10079108
m chkfun.m
function chkfun (y,k,g)
%----------------------------------------------------------------
% Usage: chkfun (y,k,g)
%
% Description: check y = f(t,x) to see that it returns a column
%
www.eeworm.com/read/360770/10079247
m setup.m
%-------------------------------------------------------------------
% Usage: setup
%
% Description: This is a TEMPORARY version of the NLIB installation
% that allows one to e
www.eeworm.com/read/164448/10107933
c qc-driver.c
/* Start of file */
/* {{{ [fold] Comments */
/*
* qc-usb, Logitech QuickCam video driver with V4L support
* Derived from qce-ga, linux V4L driver for the QuickCam Express and Dexxa QuickCam
*
www.eeworm.com/read/164338/10116878
m q45.m
%《MATLAB在电子信息课程中的应用》第四章第五节演示程序q45
% 字符串函数库
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, echo on
s='abyzABYZ0189',pause
size(s),pause
abs(s),pause
setstr(abs(s)),pause
dec2hex(abs(s)),pause
s1
www.eeworm.com/read/359540/10140192
m q45.m
%《MATLAB在电子信息课程中的应用》第四章第五节演示程序q45
% 字符串函数库
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, echo on
s='abyzABYZ0189',pause
size(s),pause
abs(s),pause
setstr(abs(s)),pause
dec2hex(abs(s)),pause
s1
www.eeworm.com/read/359212/10161274
m saveinr.m
%SAVEINR Write an INRIMAGE format file
%
% SAVEINR(filename, im)
%
% Saves the specified image array in a INRIA image format file.
%
% SEE ALSO: loadinr
%
% Copyright (c) Peter Corke, 1999 Machine Vi
www.eeworm.com/read/358822/10178480
m mcgm.m
function [Xmcgm,y,P1,ERROR]=mcgm(x)
nc=length(x);
k=0;
[y,e]=gm1(x,k) ;
%-------mcgm(1,1)----程序
%%%----区间划分的边界点求取----- 分为4个区间
r=4;n=nc+k;
stats=zeros(1,r+1);
r1=0:r-1;
stats(end)=max(e);%避免