代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/458493/7295783

m demowiggle.m

function demoWiggle % demoWiggle Plot wiggle from increasing order of polynomial interpolant % of data obtained by combining two linear functions % y = c1*x + c2; y
www.eeworm.com/read/458488/7295953

m demoloop.m

% demoLoop Script file to demonstrate for and while loops fprintf('\nSum elements of a vector\n'); x = 1:5; % create a row vector sumx = 0; % initialize the
www.eeworm.com/read/458488/7296159

m demowiggle.m

function demoWiggle % demoWiggle Plot wiggle from increasing order of polynomial interpolant % of data obtained by combining two linear functions % y = c1*x + c2; y
www.eeworm.com/read/455443/7372332

h rtpp_log.h

/* * Copyright (c) 2004 Maxim Sobolev * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condi
www.eeworm.com/read/450284/7486196

m mcorran2.m

function mcorran2(X) %MCORRAN2 Multiple Correspondence Analysis Based on the Burt Matrix. % Statistics fundamentals of the Correspondence Analysis (CA) is presented % in the CORRAN and MCORRAN1 m-f
www.eeworm.com/read/441402/7670970

m lambda.m

function [a, disall] = lambda(fidlog, n, Q, a) %LAMBDA integer estimation with the LAMBDA method % fidlog file identification for log-file % n dimension of matrix Q and vector a % Q
www.eeworm.com/read/439882/7697588

c sysprobe.c

/* * sysprobe.c - host endian probe implementation * * This file is an adaptation of the software in the SimpleScalar tool suite * originally written by Todd M. Austin for the Multiscalar Research
www.eeworm.com/read/439651/7704172

m readwave02.m

fileName='welcome.wav'; [y, fs, nbits]=wavread(fileName); fprintf('
www.eeworm.com/read/439651/7704233

m if02.m

y = [0 3 4 1 6]; for i = 1:length(y) if rem(y(i), 2)==0 fprintf('y(%g) = %g is even.\n', i, y(i)); else fprintf('y(%g) = %g is odd.\n', i, y(i)); end end
www.eeworm.com/read/436995/7757479

m xraimda.m

% xraimda.m % Scope: This Matlab program determines the Receiver Autonomous Integrity % Monitoring (RAIM) fault detection availability based on a consta