代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/187283/8835638
h tm-pyr.h
/* Definitions of target machine for GNU compiler for Pyramid 90 Series.
Copyright (C) 1989 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribu
www.eeworm.com/read/187283/8835751
h tm-m68k.h
/* Definitions of target machine for GNU compiler. Sun 68000/68020 version.
Copyright (C) 1987, 1988 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can
www.eeworm.com/read/187283/8836218
c toplev.c
/* Top level of GNU C compiler
Copyright (C) 1987, 1988, 1989 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under t
www.eeworm.com/read/428779/8841689
m swarm.m
function [sol, fval, evals] = swarm(varargin)
%SWARM Particle Swarm Optimization
%
% Usage:
% sol = SWARM(PROBLEM)
% sol = SWARM(func, swarmsize, lb, ub)
%
www.eeworm.com/read/428779/8841701
m genetic.m
function [sol, fval, evals] = genetic(varargin)
%GENETIC Optimization using genetic algorithm
%
% GENETIC(func, popsize, lb, ub) tries to find the global optimum of
%
www.eeworm.com/read/428779/8841708
m diffevolve.m
function [sol, fval, evals] = diffevolve(varargin)
%DIFFEVOLVE Differential Evolution Optimization
%
% Usage:
% sol = DIFFEVOLVE(PROBLEM)
% sol = DIFFEVOLVE(func, p
www.eeworm.com/read/428779/8841716
m simanneal.m
function [sol, fval, evals] = simanneal(varargin)
%SIMANNEAL Simulated Annealing Optimization
%
% Usage:
% sol = SIMANNEAL(PROBLEM)
% sol = SIMANNEAL(func, popsize, lb
www.eeworm.com/read/285190/8862102
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/384400/8872185
c gzip.c
/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface
* Copyright (C) 1992-1993 Jean-loup Gailly
* The unzip code was written and put in the public domain by Mark Adler.
www.eeworm.com/read/187045/8881392
m pnndemo.m
% PNNDEMO -- Probabilistic Neural Network Demo m-file
% Ron Shaffer
% Naval Research Laboratory
% 3-21-96
%
fprintf ('Probabilistic Neural Network Demo \n')
fprintf ('Ron Shaffer \n')
fprintf (