代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/251835/12317408
m disp.m
function disp(fi)
fprintf('\n Inverse of:\n',inputname(1))
disp(fi.themap)
www.eeworm.com/read/251835/12317641
m disp.m
function disp(fi)
fprintf('\n Derivative of:\n',inputname(1))
disp(fi.themap)
www.eeworm.com/read/233016/14173533
m pdsco.m
function [x,y,z,inform,PDitns,CGitns,time] = ...
pdsco( Fname,Aname,b,m,n,options,x0,y0,z0,xsize,zsize )
% pdsco.m -- Primal-Dual Barrier Method for Separable Convex Objectives
%-----------------
www.eeworm.com/read/130491/14189861
c dbacl.c
/*
* Copyright (C) 2002 Laird Breyer
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free
www.eeworm.com/read/128477/14294671
m test_break.m
for ii = 1:5
if ii == 3
break;
end
fprintf('ii = %d\n',ii);
end
disp(['End of loop!']);
www.eeworm.com/read/227522/14421657
m demoperf.m
% Demonstrates the much higher performance
% of EARPYW.M compared to AR.M
% Both algoriths implemented the Yule-Walker approach
% for estimating the Autoregressive Parameters
% Version 2.43
%
www.eeworm.com/read/126478/14421688
c charts.c
/*
** Astrolog (Version 4.00) File: charts.c
**
** IMPORTANT NOTICE: the graphics database and chart display routines
** used in this program are Copyright (C) 1991-1993 by Walter D. Pullen
** (c
www.eeworm.com/read/126478/14421699
c options.c
/*
** Astrolog (Version 4.00) File: options.c
**
** IMPORTANT NOTICE: the graphics database and chart display routines
** used in this program are Copyright (C) 1991-1993 by Walter D. Pullen
** (
www.eeworm.com/read/125879/14456714
c bit1024.c
/*
* Copyright (c) 2001 Mark Fullmer and The Ohio State University
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted prov
www.eeworm.com/read/123658/14617085
h svr3.h
/* svr3.h -- operating system specific defines to be used when
targeting GCC for some generic System V Release 3 system.
Copyright (C) 1991 Free Software Foundation, Inc.
Written by Ron Gu