代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/446736/7569501
cpp mfcprjview.cpp
// mfcprjView.cpp : implementation of the CMfcprjView class
//
#include "stdafx.h"
#include "mfcprj.h"
#include "mfcprjDoc.h"
#include "mfcprjView.h"
#include "matlab.h"
#ifdef _DEBUG
#d
www.eeworm.com/read/446283/7581716
cpp base64.cpp
#include "StdAfx.h"
#include "Base64.h"
char base64EncodeChars[65] ="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";//编码后的字符集
int base64DecodeChars[128]={-1, -1, -1, -1, -1, -
www.eeworm.com/read/445820/7589687
m showconfmat.m
%------------------------------------------------------------------
%--------- Show Conf Mat ------------------------------------------
%-------------------------------------------------------------
www.eeworm.com/read/260759/7592050
cpp descdlg.cpp
// DescDlg.cpp : implementation file
//
#include
#include "clibench.h"
#include "DescDlg.h"
#include "resource.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/445174/7598245
m test_artmap.m
function test_artmap(Io,z,w,rhobar,L,n1,n2,noise)
Io=degrade(Io,noise);
Ic=1-Io;
I=[Io;Ic];
rho=rhobar;
[n np]=size(I);
[Mb M]=size(w);
for pattern=1:np
ok=0;
for j=1:M
T(j)=norm(min(
www.eeworm.com/read/445174/7598258
m fart.m
function fart(rho,alpha)
aa=fuzzy(rho,alpha);
load wij;
nc=size(wij);
ncat=nc(1)-1;
load points;
np=size(points);
npunt=np(1);
sym=sprintf('.ox*sdv^ph');
ns=size(sym);
nsym=ns(2);
col=sprintf('ymc
www.eeworm.com/read/444535/7612095
m smothdemo.m
function smothdemo
% 指数平滑预测
% Parameter:
alpha = 0.8;
nseq = [105851 107507 109300 111026 112704 114333 115823 117171 118517 ...
119850 121121 122389 123626 124761 125786 126743 127627 12
www.eeworm.com/read/444535/7612097
m regressdemo.m
function regressdemo
% 非线性拟合预测
% 双曲线
% Parameter:
nseq = [105851 107507 109300 111026 112704 114333 115823 117171 118517 ...
119850 121121 122389 123626 124761 125786 126743 127627 128453 1
www.eeworm.com/read/444535/7612111
m armademo.m
function armademo
% arma预测
% Parameter:
nseq = [105851 107507 109300 111026 112704 114333 115823 117171 118517 ...
119850 121121 122389 123626 124761 125786 126743 127627 128453 129227 12998
www.eeworm.com/read/444535/7612112
asv mademo.asv
function mademo
% ma预测
% Parameter:
nseq = [105851 107507 109300 111026 112704 114333 115823 117171 118517 ...
119850 121121 122389 123626 124761 125786 126743 127627 128453 129227 129988 13