代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/457742/7318202

m branchtriang.m

%%%% Triangulation branching with initial rectangle chosen by initial_bound3.m (limits reprojection error). %%%% Initializes using initialize2.m and calls boundtriang.m at three places. function [ret
www.eeworm.com/read/457742/7318207

m example_res.m

U=[ -244.1987 25.5719 -359.4652 -379.5291 2.7389 -214.0868 -388.0328 0.0463 -122.0990 -229.4412 456.6910 -41.9321 -254.9794 330.4571 -196.8263 -466.7806 487.5593 -20.2
www.eeworm.com/read/457742/7318211

m l1l1_triangulation.m

%function [U,itercount,eot,solution,opts] = l1l1_triangulation(P,u,U0); function [U,itercount,eot,solution,opts] = l1l1_triangulation(u,P,epsilon,delta,maxiter) fprintf('\n\n******** Starting (L1,L
www.eeworm.com/read/457742/7318212

m bandb.m

function [optimal,itercount]=bandb(opts) % main function for the l1l1 branch and bound algorithm % this takes a structure with all the problem specs as input % and returns a structure cont
www.eeworm.com/read/457742/7318217

m bandb_eval.m

function [lb,v,obj,lbr,vr,objr,den]=bandb_eval(y,opts); lb=0;lbr=zeros(opts.n,1); v=0; vr=zeros(opts.n,1); obj=0;objr=zeros(opts.n,1); den = zeros(opts.n,1); if strcmp(opts.type,'l1l1_triangle');
www.eeworm.com/read/457742/7318218

m l1l1_resection.m

function [P,itercount,solution,opts] = l1l1_resection(u,U,epsilon,delta,maxiter) fprintf('\n\n******** Starting (L1,L1) Resectioning Algorithm ********\n\n'); if nargin < 3; epsilon = 0.95;
www.eeworm.com/read/457742/7318222

m bound.m

function cube=bound(cube,opts); % perform the bounding operation for the bandb algorithm % assume that opts already contains most of the hardwork for sedumi % done if cube.refined ==0; cube = ban
www.eeworm.com/read/457276/7329261

c gcf.c

#include #include #include #include #define MAXPOP 200 #define MAXSTR 64 #define DEFPOPSIZ 50 //default pop size, value domain: [2,200] #define DEFCHR
www.eeworm.com/read/457248/7330343

cpp util.cpp

#include"globals.h" #include"util.h" void reposition(FILE* source) { rewind(source); lineno=0; } void printToken(TokenType token,const char* tokenString) { switch(token) { case IF:
www.eeworm.com/read/457248/7330345

cpp main.cpp

#include"globals.h" #include"stdio.h" #define NO_PARSE FALSE #define NO_ANALYZE TRUE #define NO_CODE TRUE #include"util.h" #include"scan.h" #include"parser.h" #if !NO_ANALYZE #include"ana