代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/361001/10069711
m convertf.m
%
% [A,b,c,K]=convertf(A,b,c,K)
%
% converts free variables in a SeDuMi problem into nonnegative LP variables.
%
function [A,b,c,K]=convertf(A,b,c,K)
%
% Get the number of constraints.
%
m=length(b);
www.eeworm.com/read/164407/10110509
cpp gribparser.cpp
//#pragma warning( disable : 4786 )
//#include
#include "GRibParser.h"
#include "../GClasses/GRayTrace.h"
// I use uint for readability.
#ifndef uint
typedef unsigned int uint;
#endif
us
www.eeworm.com/read/359373/10153220
m bookdemo.m
% PURPOSE : We address here a nonlinear non-Gaussian problem using
% the standard particle filtering algorithm.
% For more details refer to the introduction of our book:
% Sequential Monte Carlo in P
www.eeworm.com/read/163238/10169107
m matlabshibbsr.m
function B = shibbs(X,m)
%
% Developpment version
%================================================================
% Blind separation of real signals with SHIBBS. Version 1.5 Dec. 1997.
%
% Usage
www.eeworm.com/read/161900/10358143
asv hilpsk.asv
%compute hilbert transform of xn
%************************ Preparation part *****************************
NUM = 1024; % The number of FFT point
sr=1000000.0; % Symbol rate
www.eeworm.com/read/161900/10358192
m ask.m
% ask.m
% Simulation program to build BPSK modulation singal
%************************ Preparation part *****************************
NUM = 512; % The number of FFT point
sr=1000000.0;
www.eeworm.com/read/161855/10361038
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/353952/10402551
m t_tide.m
function [nameu,fu,tidecon,xout]=t_tide(xin,varargin);
% T_TIDE Harmonic analysis of a time series
% [NAME,FREQ,TIDECON,XOUT]=T_TIDE(XIN) computes the tidal analysis
% of the (possibly complex) ti
www.eeworm.com/read/279380/10442818
m asol.m
function[V] = Asol(MTX,u,tol)
% [V] = Asol(MTX,u,tol)
% Calculates the 3D Dc res forward modeling matrix times a vector
% it solves Av = u (in this notation) or v = A^-1*u
% Copyright (c) 2007 b
www.eeworm.com/read/279380/10442823
m atsol.m
function[V] = ATsol(MTX,u,tol)
% [v] = ATsol(MTX,u,tol)
% Calculates the 3D DC forward modelling matrix(transposed) times a vector
%Solves the system A^t*v = u
% Copyright (c) 2007 by the Society