代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/358128/3000564
pm hz.pm
package Encode::CN::HZ;
use strict;
use warnings;
use vars qw($VERSION);
$VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use Encode qw(:fallbacks);
use
www.eeworm.com/read/107687/15603393
cpp sockserver.cpp
#include "stdafx.h"
#include "sockServer.h"
CSockServer::CSockServer(void)
{
sprintf( m_strIP, "NULL" );
m_dwPort = 0;
m_dwProtocol = SOCK_STREAM;
m_hEvent[0] = CreateEvent(NULL,0,0,0);
www.eeworm.com/read/365860/9843178
cc prototest_rtable.cc
#include "Prototest_rtable.h"
#include "ip.h"
prototest_rtable::prototest_rtable(){}
void prototest_rtable::print(Trace * out){
sprintf(out->pt_->buffer(), "P\tdest\tnext");
out->pt_->dump();
fo
www.eeworm.com/read/445998/7586928
m hfc.m
void main() //主函数
{
if(g->bAdaptiveHFC ==false){ //使用SHFC 静态输入阀值
for(i=0;isize;i++){
sprintf(pnamebuf,"subpop[%d].admission_fitness",i+1);
param = get_parameter ( pnamebuf);
if ( param ==
www.eeworm.com/read/433705/7912867
m untitled.m
clear all
% disp(' ');
% chip_name = input('Name of target chips: ','s');
% fid = 1;
t1='HB0';
t2='.015';
% cyc=0;
% for ii=3333:5684
ii=3429;
t3=sprintf('%d',ii);
fi
www.eeworm.com/read/138548/5815420
pm negotiate.pm
# $Id: Negotiate.pm,v 1.11 2001/11/27 22:41:33 gisle Exp $
#
package HTTP::Negotiate;
$VERSION = sprintf("%d.%02d", q$Revision: 1.11 $ =~ /(\d+)\.(\d+)/);
sub Version { $VERSION; }
require 5.002;
r
www.eeworm.com/read/314259/6323464
c elevator.c
//Andrew Costello (aoc6)
//Dylan Hughes (dah64)
//ECE 476 Final Project
//4/30/2007
#include
#include // sprintf
#include // malloc
#include
#includ
www.eeworm.com/read/121540/14752461
lng cpp.lng
# Lexer - C++ in this case
Lexer=3
Keywords0=asm auto bool break case catch char class const const_cast continue printf sprintf true default delete do double dynamic_cast else enum explicit export e
www.eeworm.com/read/115586/15008360
c ftpserverdemo.c
#include "FTPd.h"
void do_child();
/* 输出到客户端 */
void outs(char *fmt, ...)
{
static char tmp[80];
va_list ap;
va_start(ap, fmt);
sprintf(tmp, "%s\r\n", fmt);
vspri
www.eeworm.com/read/13871/284477
m bipartitematchingdemoplot.m
function bipartiteMatchingDemoPlot(sources, detections, a)
hold on
p1 = size(sources,2);
p2 = size(detections,2);
for i=1:p1
h=text(sources(1,i), sources(2,i), sprintf('s%d', i));
set(h, 'color',