代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/323159/13348567
c debug.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/136959/13351819
c time__.c
/*
/-------------------------------------\
| TIME_MAC_CONV |------------------------------------|
|\-------------------------------------/
|
| This routine converts the macro
www.eeworm.com/read/136766/13362000
htm latexpattern.m.htm
function LatexPattern(d, A, support)
% LatexPattern(d, A, support) outputs matrix A in LaTeX form, showing a
% pattern for degree d B-splines, with support given.
rows = (d + ceil(support/2))*
www.eeworm.com/read/319909/13439752
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;
w=[exp(j*r);exp(j*2*r);exp(j*3*r);exp(j*4*r);exp(j*5
www.eeworm.com/read/316280/13526338
mac bullet.mac
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod
www.eeworm.com/read/316215/13528231
c http_cgi.c
/*----------------------------------------------------------------------------
* R T L - T C P N E T
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/314248/13570341
c ctrlthread.c
#include
#include
#include
#include /* for dev_base */
#include
#include
#include
www.eeworm.com/read/313804/13580615
c http_cgi.c
/*----------------------------------------------------------------------------
* R T L - T C P N E T
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/309649/13667252
c time__.c
/* +++Date last modified: 05-Jul-1997 */
/*
/-------------------------------------\
| TIME_MAC_CONV |------------------------------------|
|\----------------------------