代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/365521/2896714
m display.m
function display(a)
% DISPLAY(a) Display an asset object
stg = sprintf(...
'Descriptor: %s\nDate: %s\nType: %s\nCurrent Value:%9.2f',...
a.descriptor,a.date,a.type,a.currentValue);
disp(stg
www.eeworm.com/read/358128/3001598
pm handleconfig.pm
package CPAN::HandleConfig;
use strict;
use vars qw(%can %keys $loading $VERSION);
$VERSION = sprintf "%.6f", substr(q$Rev: 2212 $,4)/1000000 + 5.4;
%can = (
commit => "Commit changes to d
www.eeworm.com/read/102552/15771986
htm subject_25007.htm
序号:25007 发表者:qiaofeng 发表日期:2002-12-18 14:03:49
主题:一个有关sprintf的问题
内容:我定义了一个缓冲区char string[1000],然后里面放了一些字符,用length=sprintf(string,"%s%s%s",m_ip,m_iy,m_iz); 这个接收的,然后我Send(string,Length,0)
www.eeworm.com/read/192259/8391398
c request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
www.eeworm.com/read/453805/7412133
cpp session.cpp
#include "session.h"
bool Session::addUser( int id,char *name,int Sockfd)
{
User *p=NULL;
if((p = new User)!=NULL)
{
sprintf(p->UserId,"%d",id);
p->Sockfd=S
www.eeworm.com/read/136812/5861448
c all_ok.c
/* @(#)all_ok.c 1.1 92/07/30 SMI */
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
#include "install.h"
char *sprintf();
int
everything_is_ok(sys,host_inf
www.eeworm.com/read/152024/6334000
m angitest.m
ds = 10:50:300;
K=50000;
LAB_DIFF=8;
PERCENTAGE = 0.05;
PERCEPTUAL = 1; % 1 for regular, 0 for gaussian
disp(sprintf('angitest: perceptual = %d',PERCEPTUAL));
% [pyr,mks,conf,sigma,mu] = preprocess(
www.eeworm.com/read/483096/6609565
asv karhunenloeve.asv
% Karhunen-Loeve, for face recognition
% By Alex Chirokov, Alex.Chirokov@gmail.com
clear all;
% Load the ATT image set
k = 0;
for i=1:40
for j=1:10
filename = sprintf('C:\\MATLA
www.eeworm.com/read/483096/6609568
m karhunenloeve.m
% Karhunen-Loeve, for face recognition
% By Alex Chirokov, Alex.Chirokov@gmail.com
clear all;
% Load the ATT image set
k = 0;
for i=1:40
for j=1:10
filename = sprintf('C:\\MATLA