代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/187145/8853574
c rvsubagentif.c
#if (0)
******************************************************************************
Filename : rvsubagentif.c
Description: rv socket interface for snmp message get(getnext), set
************
www.eeworm.com/read/384512/8866131
m som_stats_table.m
function [sTstats,csThist] = som_stats_table(csS,histlabel)
%SOM_STATS_TABLE Statistics table.
%
% [sTstats,csThist] = som_stats_table(csS)
%
% sTstats = som_stats_table(csS);
% som_table_pri
www.eeworm.com/read/384426/8871458
m midird3.m
function [midi,info,ext,ms_per_quarter,ms_per_tick] = midird3(fname,txtname)
% function [midi,info,ext,ms_per_quarter,ms_per_tick] = midird3(fname,txtname)
%
% This function reads Standard MIDI Fi
www.eeworm.com/read/284864/8886447
cpp print.cpp
#include
#include
#include
#include
#include "salewin.h"
#include "def.h"
#include "sysinfo.h"
//打印标题。
void
SaleWin::PrintTitle()
{
//如果存在文本才进行打印。
www.eeworm.com/read/383713/8925905
c proc.c
/*
* UNIX An implementation of the AF_UNIX network domain for the
* LINUX operating system. UNIX is implemented using the
* BSD Socket interface as the means of communication with
* the u
www.eeworm.com/read/186338/8944377
c init.c
/*
* init.c - C source for GNU CHESS for Windows
*
* Copyright (c) 1988,1989,1990 John Stanback
* Copyright (c) 1992 Free Software Foundation
* Additions for the Windows version Copyright (c
www.eeworm.com/read/284304/8947434
txt 06-09.txt
fid = fopen('magic.m','r');
count = 0;
while ~feof(fid)
line = fgetl(fid);
if isempty(line) | strncmp(line,'%',1)
continue
end
count = count + 1;
end
disp(sprintf('%d
www.eeworm.com/read/186118/8958813
c sh307.c
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit P1_0=P1^0;
void INITIAL(void);
www.eeworm.com/read/284149/8958914
asv aaa.asv
load molecule;
[smallI,smallJ,smalldist]=find(smallS);
subplot(1,2,1);
for i=1:length(smalldist)
line([0,smalldist(i)],[i i]);
text(-0.07,i,sprintf('%d',smallJ(i)));
text(sma