代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/361001/10069708
m demo1.m
tt=linspace(0,4*pi,100);
X=[tt.*sin(tt);tt.*cos(tt)];
figure;
pars.slack=1;
try
fprintf('Computing distances...');
Dis=distance(X);
fprintf('done\n');
catch
error('ERROR! Are you sure dist
www.eeworm.com/read/361001/10069715
m mvudemo.m
function mvudemo;
%mvuDemo tests mvu with a simple spiral consisting of 100 points.
%please accustom the code to your SDP solver (CSDP/SEDUMI)
%
%function mvuDemo;
%
%tt=linspace(0,4*pi,100);
%X=[tt.*
www.eeworm.com/read/361001/10069721
m demo2.m
tt=color;
try
fprintf('Computing distances...');
Dis=distance(X);
fprintf('done\n');
catch
error('ERROR! Are you sure distance.m is in the path?');
end;
subplot(2,1,1);
scatter3(X(1,:),X
www.eeworm.com/read/361001/10069730
m lmvudemo.m
N=2000; % Number of points
fact=3; % Length of roll
figure;
fprintf('landmark-mvu Demo\n');
fprintf('(assumes that CSDP is installed)\n');
% Generate Swiss roll
colormap jet;
tt = (fact*pi/2)*(1+2*r
www.eeworm.com/read/165260/10070551
c emitter.c
/* ----------------------------------------------------------------------
* FILE: emitter.c
* PACKAGE: as31 - 8031/8051 Assembler.
*
* DESCRIPTION:
* This file contains the code to generate vario
www.eeworm.com/read/165199/10072541
m easy9.m
% EASY9 Various representations of an estimated baseline
%Kai Borre 27-07-2002
%Copyright (c) by Kai Borre
%$Revision: 1.0 $ $Date: 2002/07/27 $
% Master and Rover Positions Given From Pos
www.eeworm.com/read/165197/10072571
m l_detail.m
% L_DETAIL Step by step explainations of a Matlab implementation of the Lambda
% method. We follow the notation introduced in Strang and Borre,
% pages 495--499
www.eeworm.com/read/360863/10074538
c ezw.c
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* EZW2 - Embedded Zerotree Wavele
www.eeworm.com/read/165122/10075713
c prfalign.c
#include
#include
#include
#include
#include "clustalw.h"
#define ENDALN 127
#define MAX(a,b) ((a)>(b)?(a):(b))
#define MIN(a,b) ((a)
www.eeworm.com/read/165122/10075734
c amenu.c
/* Menus and command line interface for Clustal W */
/* DES was here MARCH. 1994 */
/* DES was here SEPT. 1994 */
#include
#include
#include
#include
#inclu