代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/394659/8214479
m abnet.m
function [w,win,cwin,D] = abnet(ag,eps,comp,alfa,beta,pc,pm),
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% June, 1999
% Pattern Recognition in the Immune System using a Growing SOM
% Bipolar S
www.eeworm.com/read/394659/8214533
m ainet.m
function [M,D] = ainet(Ag,ts,n,N,gen,qi,tp)
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Artificial Immune Network (aiNet) - Description in aiNet.doc
% Data normalization over
www.eeworm.com/read/193154/8250779
cc cmu-trace.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/393871/8257586
m exaktmimo_code.m
% NelinSys - a program tool for analysis and synthesis of nonlinear control systems
% based on MATLAB/Simulink 5.2
%
% (C) 2002-2005, Martin Ondera (eskimo@pobox.sk) (Martin.Ondera@stuba
www.eeworm.com/read/393810/8262219
cpp opendhcpd.cpp
/**************************************************************************
* Copyright (C) 2005 by Achal Dhir *
* achaldhir@gmail.com
www.eeworm.com/read/393565/8275377
m svmlwrite.m
function svmlwrite(fname, X, Y, floatformat)
% SVMLWRITE - Write matrix into data file for SVM light
%
% SVMLWRITE(FNAME, X) writes out matrix X into file FNAME, in the format
% needed for SVM li
www.eeworm.com/read/393518/8281051
m sprintsi.m
function s=sprintsi(x,d,w)
%SPRINTSI Print X with SI multiplier S=(X,D,W)
% D is number of decimal places (+ve) or significant digits (-ve) [default=-3]
% |W| is total width including multiplier
%
www.eeworm.com/read/393366/8293892
asv ellip_lowpass.asv
%设计椭圆低通滤波器
fs=360;%采样频率,the Nyquist frequency (180 Hz)
fn=fs/2;
Wp=50/fn;Ws=100/fn;%分别为通带截止频率和阻带截止频率
Rp=3;As=60; %通带最大衰减Rp=3 dB;
%阻带最小衰减As=60
[n,W
www.eeworm.com/read/292919/8324822
c ctlstr.c
#include "calld.h"
/*
* Make a printable string of the character "c", which may be a
* control character. Works only with ASCII.
*/
char *
ctl_str(unsigned char c)
{
static char tempstr[6]; /*
www.eeworm.com/read/292919/8324838
c request.c
#include "calld.h"
int /* return 0 if OK, -1 on error */
request(Client *cliptr)
{
pid_t pid;
/*
* Position where this client left off last (or rewind).
*/
errmsg[0] = 0;
sys_posn(clip