代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/168618/9905019

cpp dumperr.cpp

#include "stdafx.h" #include "dumperr.h" #include //------------------------------------------------------------------------------------------- // 函数名:dump_com_error // 函数功能:根据COM异常类的
www.eeworm.com/read/168617/9905057

cpp dialdlg.cpp

// DialDlg.cpp : implementation file // #include "stdafx.h" #include "Dial.h" #include "DialDlg.h" #include "DialPhone.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static cha
www.eeworm.com/read/364159/9919824

c main.c

// ---------------------------------------------------------------------------- // Copyright 2006-2007, Martin D. Flynn // All rights reserved // ------------------------------------------------------
www.eeworm.com/read/167987/9942510

sc awkfix.sc

# Preserving empty fields. Field width is fixed. { f[1]=substr($0,1,3) f[2]=substr($0,5,3) f[3]=substr($0,9,3) line=sprintf("%-4s%-4s%-4s\n", f[1],f[2], f[3]) print line }
www.eeworm.com/read/363342/9958268

c winsock2.c

#include "stdio.h" #include "stdlib.h" #include "string.h" #include "winsock2.h" #include "ctype.h" #include "time.h" #pragma comment(lib,"WSOCK32") #define SERVER_PORT 5000 #define Defaul
www.eeworm.com/read/362941/9974205

c error.c

/* * 68K/386 32-bit C compiler. * * copyright (c) 1997, David Lindauer * * This compiler is intended for educational use. It may not be used * for profit without the express written cons
www.eeworm.com/read/362596/9989521

m callcheck.m

function callcheck(htext,str1,z,vchk1,vchk2) cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容 dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y); if vchk1 %假如峰值
www.eeworm.com/read/362500/9996186

m ssqtable.m

function [] = ssqtable(ssq,lv) %SSQTABLE print variance captured table to command window. % SSQTABLE prints the variance captured table (ssq) from % regression models (e.g. MODLGUI) or pca models
www.eeworm.com/read/166573/10015874

c error.c

/* * 68K/386 32-bit C compiler. * * copyright (c) 1997, David Lindauer * * This compiler is intended for educational use. It may not be used * for profit without the express written cons
www.eeworm.com/read/166306/10024461

m display1.m

function varargout = display1(flag,varargin) % DISPLAY1 displays progress information during optimization. % FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u) % does the initialization