代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/392840/8322896
sqc pwdcheck.sqc
/*******************************************************
** 源码文件名称 : pwdcheck.SQC
** 所属子系统 : 卡管理
** 功能描述 : 对卡密码处理和检查
** 当前文件版本 : 4.0.0.0
** 作 者 : UCCB ALex
** 版本创建日期
www.eeworm.com/read/392840/8323000
sqc cmsregtx.sqc
/*******************************************************
** 源码文件名称 : cmsregtx.SQC
** 所属子系统 : 卡管理
** 功能描述 : 记卡交易登记簿
** 当前文件版本 : 4.0.0.0
** 作 者 : guoyun
** 版本创建日期 : 2004
www.eeworm.com/read/265772/11254393
c sdisasm.c
/*
* Copyright (c) 2005, Johns Hopkins University and The EROS Group, LLC.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit
www.eeworm.com/read/148154/12488829
cpp inptstrm.cpp
#include "main.h"
#include "consts1.h"
void DisplayInfo(char *info)
{
fprintf(stderr,"%s\n",info);
}
void DisplayError(char *err)
{
fprintf(stderr,"%s\n",err);
}
void DisplayProgres
www.eeworm.com/read/134656/13978396
m sgltest1.m
function sgltest1(n)
if isstr(n)
n = str2num(n);
end
x = sin([1:n]/n*(16*pi));
y = abs(fft(x));
y = y(1:n/2);
[m i] = max(y);
subplot(211)
plot(x)
subplot(212)
plot(y)
s = sprintf
www.eeworm.com/read/133875/14019329
m exm0414_1.m
%exm0414_1.m
rand('state',0);a=rand(2,2); %产生 随机阵
s1=num2str(a) %把数值数组转换为串数组
s_s=sprintf('%.10e\n',a) %10数位科学记述串,每写一个元素就换行。
fprintf('%.5g\\',a) %以5位数位最短形式显示。不能赋值用
s_sscan=sscanf(s_s,
www.eeworm.com/read/204757/15334073
c pcm8demo.c
/*--------------------------------------------------------------------------
BWPCM8 Demo for WonderWitch
Copyright (C) 2001 俙俷俬仚 (http://aoi.i.am/)
------------------------------------------
www.eeworm.com/read/204757/15334076
c pcm8demo.c
/*--------------------------------------------------------------------------
BWPCM8 Demo for WonderWitch
Copyright (C) 2001 俙俷俬仚 (http://aoi.i.am/)
------------------------------------------
www.eeworm.com/read/204687/15334939
cpp dlgmodify.cpp
// DlgModify.cpp : implementation file
//
#include "stdafx.h"
#include "GsmSms.h"
#include "DlgModify.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI