代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/462805/7195849
htm 03-连杆机构的运动精度综合-1.m__.htm
MATLAB.rar 03-连杆机构的运动精度综合-1.m
www.pudn.com >
www.eeworm.com/read/462805/7195852
htm 07-搅拌机工作头旋轮轨迹分析与仿真-1.m__.htm
MATLAB.rar 07-搅拌机工作头旋轮轨迹分析与仿真-1.m
www.pudn.com >
www.eeworm.com/read/462805/7195853
htm 01-连杆机构的运动设计-2.m__.htm
MATLAB.rar 01-连杆机构的运动设计-2.m
www.pudn.com >
www.eeworm.com/read/462805/7195855
htm 18-曲线拟合和多项式拟合-2.m__.htm
MATLAB.rar 18-曲线拟合和多项式拟合-2.m
www.pudn.com >
www.eeworm.com/read/462702/7197765
m percep3.m
% percep3.m
%
P = [-0.5 -0.5 0.3 0 -0.8;-0.5 0.5 -0.5 1 0];
T = [1 1 0 0 0];
V = [-2 2 -2 2];
net = newp(minmax(P),1,'hardlim','learnp'); % 创建一个感知器网络
net.inputweights{1,1}.initFcn = 'rands';
www.eeworm.com/read/462462/7201219
c entry.c
/*
Author: wangyao
Email: wangyao@cs.hit.edu.cn
*/
#include "acsmx.h"
/*
* Text Data Buffer
*/
unsigned char text[MAXLEN];
extern int nline;
int main (int argc, char **argv)
{
int i, nocase = 0;
www.eeworm.com/read/462120/7209174
m xnoisesig.m
% generate test data for fixed-point DA FFT
n=16; % n samples in test vector
ar=0.98; % peak amplitude of test data - real
ai=0.9; % peak amplitude of test data - imag
state = 1.0e+009 *
www.eeworm.com/read/461612/7223307
m rbfcheck.m
function maxdiff = rbfcheck(options)
tic;
nodes = options.('x');
y = options.('y');
s = rbfinterp(nodes, options);
fprintf('RBF Check\n');
fprintf('max|y - yi| = %e \n', max(
www.eeworm.com/read/461612/7223308
m rbfcreate.m
function options = rbfcreate(x, y, varargin)
%RBFCREATE Creates an RBF interpolation
% OPTIONS = RBFSET(X, Y, 'NAME1',VALUE1,'NAME2',VALUE2,...) creates an
% radial base function interpolati
www.eeworm.com/read/461294/7229604
bak setup.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: setup.