代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/176246/9510913
m hpsooptions.m
function options=hPSOoptions(varargin)
%Syntax: options=hPSOoptions(varargin)
%_____________________________________
%
% Options definition for PSO.
%
% options is the options struct:
%
www.eeworm.com/read/371966/9528461
m hybridpsooptions.m
function options=hPSOoptions(varargin)
%Syntax: options=hPSOoptions(varargin)
%_____________________________________
%
% Options definition for PSO.
%
% options is the options struct:
%
www.eeworm.com/read/371950/9529479
cpp main.cpp
/********************************************************************************
23. (覆盖问题) 有边长为N(N为偶数)的正方形,请你用N^2/2个长为2,
宽为1的长方形,将它全部覆盖。编程打印出所有覆盖方法。如:N=4
┌─┬──┬─┐ ┌──┬──┐
www.eeworm.com/read/175683/9536322
m svmstat.m
function [fracSV, normW, nbSV, nbBoundSV, posSV, negSV, posBound, negBound] = svmstat(net, doDisplay)
% SVMSTAT - Support Vector Machine statistics
%
% [FRACSV,NORMW,NBSV,NBBOUNDSV,NBPOSSV,NBNEGSV,
www.eeworm.com/read/175487/9544867
c otf2bdf.c
/*
* Copyright 2005 Computing Research Labs, New Mexico State University
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated docu
www.eeworm.com/read/175483/9545155
c ivorbisfile_example.c
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE
www.eeworm.com/read/371349/9555110
c cjpeg.c
/*
* cjpeg.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
www.eeworm.com/read/371255/9559208
m testfitplane.m
% TESTFITPLANE - demonstrates RANSAC plane fitting
%
% Usage: testfitplane(outliers, sigma, t, feedback)
%
% Arguments:
% outliers - Fraction specifying how many points are to be
%
www.eeworm.com/read/371255/9559213
m~ testfitplane.m~
% TESTFITPLANE - demonstrates RANSAC plane fitting
%
% Usage: testfitplane(outliers, sigma, t, feedback)
%
% Arguments:
% outliers - Fraction specifying how many points are to be
%
www.eeworm.com/read/371250/9560041
c hess2eps.c
/////////////////////////////////////////////////////////////////////////////////
////
//// Visualization of the nonzero pattern of JtJ in EPS format.
//// This is part of the sba package,
//// Co