代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/158865/5594066
h gas.h
/* Definitions for Intel 386 using GAS.
Copyright (C) 1988, 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or mo
www.eeworm.com/read/475765/6778094
m p2_21.m
% P2_21.M
% See function FCROSS.M
fprintf('P2_21.M See function FCROSS.M')
www.eeworm.com/read/475765/6778096
m p2_23.m
% P2_23.M
% See function FNUVEC.M
fprintf('P2_23.M See function FNUVEC.M')
www.eeworm.com/read/170936/9779248
m demard.m
%DEMARD Automatic relevance determination using the MLP.
%
% Description
% This script demonstrates the technique of automatic relevance
% determination (ARD) using a synthetic problem having three in
www.eeworm.com/read/415313/11076505
m demard.m
%DEMARD Automatic relevance determination using the MLP.
%
% Description
% This script demonstrates the technique of automatic relevance
% determination (ARD) using a synthetic problem having three in
www.eeworm.com/read/413912/11137208
m demard.m
%DEMARD Automatic relevance determination using the MLP.
%
% Description
% This script demonstrates the technique of automatic relevance
% determination (ARD) using a synthetic problem having three in
www.eeworm.com/read/134656/13978071
m display.m
function display(d)
fprintf('list class:\n')
fprintf(' x = %d\n',d.x)
fprintf(' y = %d\n',d.y)
www.eeworm.com/read/200886/15420651
m printlnfast.m
function r = println(fid,str)
r = fprintf(fid,'%s\n',str);