代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/200131/15440049
m exm03014_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,'%f',[3,2])
www.eeworm.com/read/112983/15473185
cpp xolestrvariant.cpp
// XOleStrVariant.cpp: implementation of the XOleStrVariant class
#include "stdafx.h"
#include
#include "XOleStrVariant.h"
///////////////////////////////////////////////////////////
www.eeworm.com/read/112003/15496236
c html.c
#include
#include
#include
#include
#include "custom.h"
#include "main.h"
#include "support.h"
#include "misc.h"
#define HTML_PREVIW_PAGE "preview.html"
#
www.eeworm.com/read/111282/15515796
m excute.m
% File Name : excute.m
% Purpose : excution of the commands associated with buttons and menus
% of the main program window
% Author : Hossam E. Mosta
www.eeworm.com/read/110823/15524264
cpp item.cpp
/******************************************************************************************************************
www.eeworm.com/read/109948/15544690
cpp item.cpp
/******************************************************************************************************************
www.eeworm.com/read/109074/15564712
cpp item.cpp
/******************************************************************************************************************
www.eeworm.com/read/108589/15583327
cpp item.cpp
/******************************************************************************************************************
www.eeworm.com/read/107154/15612301
c accessmysql.c
#include
#include
#include
using namespace std;
int main(int agc,char* argv[])
{
MYSQL *conn;
char strInfo[250];
conn = mysql_init(NULL);
www.eeworm.com/read/106834/15620606
c ebcsav.c
#include
short menu();
short menusel();
void get_op();
void block();
void num_date();
void addspace();
void mess();
void query();
void data_in();
void abate();
sho