代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/243419/12942550
m main.m
% Program 6-1
% main.m
%
% Packet communication system
%
% MATLAB version
% Programmed by M.Okita
% Checked by H.Harada
%
clear;
% definit
www.eeworm.com/read/329501/12951785
m main.m
% Program 6-1
% main.m
%
% Packet communication system
%
% MATLAB version
% Programmed by M.Okita
% Checked by H.Harada
%
clear;
% definit
www.eeworm.com/read/243218/12954805
m raduis.m
r=intput('Type Raduus:');
area=pi*r^2;
volum=(4/3)*pi*r^3;
fprintf('The radius is %12.5f\n',r)
fprintf('the area of a circle is %12.f\n',area)
fprintf('the volume of a sphere is %12.5\n',volume)
www.eeworm.com/read/329315/12962141
c main.c
/*
Calculate or Check MD5 Signature of File or Command Line Argument
by John Walker
http://www.fourmilab.ch/
This program is in the public domain.
*/
#define VERSION "2.2
www.eeworm.com/read/141982/12974984
cpp hopfieldtst.cpp
#include
#include
# include
# include
# include
# include
# define N 10
# define NN N*N
# define G(x) ((1.0+ tanh(x/u0))/2.0) /* th
www.eeworm.com/read/329073/12984260
c nstat_z.c
/*Author: Rainer Hegger. Last modified: Sep 4, 1999 */
#include
#include
#include
#include
#include
#include "routines/tsa.h"
#define WID_STR "Tes
www.eeworm.com/read/328438/13026737
c shiftbit.c
/*
=======================================================================
SHIFTBIT.C
~~~~~~~~~~
Description
~~~~~~~~~~~
Shift samples from input file (in Qx format) such that the
www.eeworm.com/read/141260/13027314
cpp sqrttab.cpp
// SqrtTab.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
#include
int main()
{
FILE
www.eeworm.com/read/141260/13027396
cpp sqrttab.cpp
// SqrtTab.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
#include
int main()
{
FILE
www.eeworm.com/read/141202/13033960
m sima1.m
function [nw,a1,i] = sima1(w,p,lr,rho,pf)
%SIMA1 ART1 simulation function.
% Each input vector is presented to the network one at a time.
% (See COMPET, HARDLIM)
%
% [NW,A1,