代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/450712/7477671
m mmusic73.m
%改进双向空间平滑music算法 7阵元等距阵波达方向估计(d=λ/2),2信源, 4个子阵(4阵元) 最小范数
clear all
clc
d=1;
lma=2;
N=1024; %设定采样点数
SNR=[2 4 6];
fs=8;
www.eeworm.com/read/450712/7477673
m mmusic102.m
%改进双向空间平滑music算法,10阵元 等距阵波达方向估计(d=λ/2),2信源 5个子阵(6阵元)
v=2;
N=2000; %设定采样点数
SNR=[-5 8];
fs=8;
f
www.eeworm.com/read/450411/7484302
c error.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/449694/7498044
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/449318/7508901
m cuaveragehome2.m
%% This file will plot the average Capacity of MIMO Channels.
%% The plots will be Capacity vs SNR, Capacity VS MRx Capacity vs. NTx,
%% Capacity comparisons with othe channels
close all;
clear a
www.eeworm.com/read/449114/7518196
c tiny.c
/* $begin tinymain */
/*
* tiny.c - A simple, iterative HTTP/1.0 Web server that uses the
* GET method to serve static and dynamic content.
*/
#include "csapp.h"
void doit(int fd);
void read_
www.eeworm.com/read/448535/7531230
m fourser.m
% example Fourier series
% Copyright 1999 by Todd K. Moon
t = -.5:.001:.5;
f = 0.5*ones(size(t)); % the a0 term
N = 19;
sgn = 1;
w0 = 2*pi;
pllist = [1,5,19];
clf;
p1 = find(t < -1/4);
www.eeworm.com/read/448244/7536062
m formattime.m
function timeString = formattime(time, mode)
%FORMATTIME Return formatted time string.
% STR = FORMATTIME(TIME) returns a formatted time string for the given
% time difference TIME in seconds, i
www.eeworm.com/read/447444/7551084
m callcheck.m
function callcheck(htext,str1,z,vchk1,vchk2)
cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容
dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y);
if vchk1 %假如峰值
www.eeworm.com/read/446970/7562249
c about.c
/* Author Mike White, 1996. Based on original WizUnZip code by
* Robert Heath.
*/
#include /* required for all Windows applications */
#include
#include "wiz.h"
#include "wi