代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/390243/8474139
m zhinengtianxian.m
r=input('input one number r:');
f0=1.9*10^9;
c=3*10^8;
l=c/f0;
k=2*pi/l;
d=0.5*l;
sprintf('%f',d);
t=-pi:pi/200:pi;
t1=k*d*cos(t);
f=0.0;
%j=sqrt(-1);
w=[exp(j*r);exp(j*2*r);exp(j*3*r);exp(
www.eeworm.com/read/189334/8474967
cpp counter.cpp
#include
#include "counter.h"
Counter::Counter(QWidget *parent, const char *name):
QWidget(parent,name)
{
counter = 0;
label = new QLabel("0",this);
label->setAlignm
www.eeworm.com/read/390147/8482111
c m_misc.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/189063/8491922
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/189063/8492845
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/389692/8507527
m checkfis.m
function res = checkfis(fis);
% Copyright 2005 The MathWorks, Inc.
%CHECKFIS Checks the fuzzy inference system properties for legal values.
%
% res = CHECKFIS(FIS) returns 1 if all properties
www.eeworm.com/read/389478/8517650
cpp p3-169.cpp
#include
#include
#include
//main()函数
void main( void )
{
//声明变量和数组
char buffer[200], s[] = "computer", c = 'l';
int i = 35, j;
float fp =
www.eeworm.com/read/289717/8533365
cpp dumppacket.cpp
/////////////////// DumpPacket() ///////////////////////////////
#include "stdafx.h"
#include
#define SNAP_PKT_TYPE 0xaaaa
#define ARP_PKT_TYPE 0x0806
#define IP_PKT_TYPE 0x080
www.eeworm.com/read/389321/8533538
m demo_denoise.m
% DENOISEDEMO Denoise demo
% Compare the denoise performance of wavelet and contourlet transforms
%
im = double(imread('lena.png'));
% Parameters
NV = [5 10 15 20 30 50 75 100]
addpath('/home/truo
www.eeworm.com/read/289579/8541974
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