代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/137365/13326362
lnt co-c86.lnt
// co-c86.lnt
// Compiler Options for Computer Innovations C86
-cc86
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as fol
www.eeworm.com/read/137365/13326377
lnt co-wh.lnt
// co-wh.lnt
// Compiler Options for the Whitesmith C compiler
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follows:
//
www.eeworm.com/read/137365/13326404
lnt co-aztec.lnt
// co-aztec.lnt
// Compiler Options for Aztec C
-caztec
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follows:
//
//
www.eeworm.com/read/137365/13326431
lnt co-lc2.lnt
// co-lc2.lnt
// Compiler Options for Lattice 2.xx
-clc
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follows:
//
//
www.eeworm.com/read/137365/13326461
lnt co-mwc.lnt
// co-mwc.lnt
// Compiler Options for Mark Williams Compiler
-cmwc
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follo
www.eeworm.com/read/137365/13326475
lnt co-qc88.lnt
// co-qc88.lnt
// Compiler Options for Code Works QC88, Version 1.1
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follows
www.eeworm.com/read/137160/13341815
m plotgtm.m
%PLOTGTM Plot a trained GTM mapping in 1D, 2D or 3D
%
% H = PLOTGTM (W)
%
% INPUT
% W Trained GTM mapping
%
% OUTPUT
% H Graphics handles
%
% DESCRIPTION
% Creates a plot of the
www.eeworm.com/read/137160/13341880
m gtm.m
%GTM Fit a Generative Topographic Mapping using the
% expectation-maximisation algorithm.
%
% [W,L] = GTM (A,K,M,MAPTYPE,REG,EPS,MAXITER)
%
% INPUT
% A Dataset or double matrix
% K
www.eeworm.com/read/137160/13342596
m plotdg.m
%PLOTDG Plot dendrogram
%
% PLOTDG(DENDROGRAM,K)
%
% INPUT
% DENDROGRAM Dendrogram
% K Number of clusters
%
% OUTPUT
%
% DESCRIPTION
% Plots a dendrogram as generated by HCLUST. If th
www.eeworm.com/read/323193/13347585
m rundemo.m
clear all;
if exist('GaussianMixture')~=2
pathtool;
error('the directory containing the Cluster program must be added to the search path');
end
disp('generating data...');
%mkdata;
cl