代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/452252/7443997
c decode.c
/* this is really the most horrible I've ever seen. */
#include
#include
#include "decode.h"
#include "mp/arithmetic.h"
#include "mp/move.h"
#include "mp/pushpop.h"
#include "mp/i
www.eeworm.com/read/452222/7444761
m display.m
function display(ddv)
% DISPLAY -
%
for k=1:length(ddv)
disp(sprintf('\n'))
disp('Discrete design variable')
disp('------------------------')
display(ddv(k).gen)
txt=strcat('Possible val
www.eeworm.com/read/452222/7444769
m display.m
function display(gen)
% DISPLAY -
%
txt=sprintf('Name: %s\nCoding bits: %g\nValue: %g',gen.name,gen.bits,gen.value);
disp(txt)
www.eeworm.com/read/452217/7444961
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.
www.eeworm.com/read/452217/7445307
m conpred.m
function m = conpred(b,w,p,q,lv)
[mq,nq] = size(q);
[mw,nw] = size(w);
if nw ~= lv
if lv > nw
s = sprintf('Original model has a maximum of %g LVs',nw);
disp(' '), disp(s)
s = spri
www.eeworm.com/read/206731/7456643
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.
www.eeworm.com/read/206731/7457072
m conpred.m
function m = conpred(b,w,p,q,lv)
[mq,nq] = size(q);
[mw,nw] = size(w);
if nw ~= lv
if lv > nw
s = sprintf('Original model has a maximum of %g LVs',nw);
disp(' '), disp(s)
s = spri
www.eeworm.com/read/451434/7463943
c uhci-debug.c
/*
* UHCI-specific debugging code. Invaluable when something
* goes wrong, but don't get in my face.
*
* Kernel visible pointers are surrounded in []s and bus
* visible pointers are surrounded in
www.eeworm.com/read/450798/7476747
c winsock2.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "winsock2.h"
#include "ctype.h"
#include "time.h"
#pragma comment(lib,"WSOCK32")
#define SERVER_PORT 5000
#define Defaul
www.eeworm.com/read/450712/7477670
m mmusic.m
%改进双向空间平滑music算法 7阵元等距阵波达方向估计(d=λ/2),2信源, 4个子阵(4阵元) 最小范数
clear all
clc
d=1;
lma=2;
N=2000; %设定采样点数
SNR=[3 3 2];
fs=8;