代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/326067/13168324

m computemetrics.m

function metrics = computeMetrics(stats) %computeMetrics Generate the statistics. % computeMetrics(STATS) takes structure of file stats and returns a % structure of metrics. % % Example: %
www.eeworm.com/read/326025/13169687

cpp refer.cpp

#include "stdAfx.h" #include "Common.h" #include "public.h" void TrimChar(char *buf,char ch); bool FillRight(char *str,int len,char ch) { try { int strLength ; char FillChar[2]; Fi
www.eeworm.com/read/139189/13184604

awk sigconv.awk

BEGIN { nsig = 0; j = 0; print "/* This file was automatically generated */" print "/* by the awk script \"sigconv.awk\". */\n" print "struct sigdesc {" print
www.eeworm.com/read/139112/13187908

c usbapp.c

#include #include #include #include #include #include #include #include "usbdriver.h" #include "resource.h" #incl
www.eeworm.com/read/139021/13194901

pl classdoctpl.pl

#!/usr/bin/perl ## ## Copyright (c) 1999-2000 Internet Images Srl ## Massimiliano Masserelli ## ## Synopsys: ## classdoctpl.pl < classdeclaration.inc ## ## Output: ## A file fo
www.eeworm.com/read/325579/13195499

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/325579/13195558

c keystate.c

#include #include #include /* define variable type */ #define uchar unsigned char void INITIAL(void); /*液晶显示初始化*/ void CLEAR(void);
www.eeworm.com/read/138954/13199791

c svgadem2.c

/**************************************************************************** 'SVGACC' A Super Vga Graphics Library for use with Microsoft and Borland C/C++ Copyright 1993-1994 by Step
www.eeworm.com/read/138954/13199813

c svgadem1.c

/**************************************************************************** 'SVGACC' A Super Vga Graphics Library for use with Microsoft and Borland C/C++ Copyright 1993-1994 by Step
www.eeworm.com/read/240323/13224095

m jlfx.m

sprintf('%s','调用.xls数据文件,作未标准化数据的聚类分析') clear; X=xlsread('shuju01'); subplot(1,2,1); disp('画出数据如图:'); plot(X,'r*'); disp('按回车进行据类分析!'); pause; subplot(1,2,2); Y=pdist(X,'euclidean');