代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/107245/15611437

cpp multisock_s.cpp

// MultiSock.cpp: implementation of the CMultiSock class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MultiSock_s.h" //#include "MyMS
www.eeworm.com/read/104053/15711577

c output.c

/* * Copyright 1999 by Albert Cahalan; all rights resered. * * This file may be used subject to the terms and conditions of the * GNU Library General Public License Version 2, or any later version
www.eeworm.com/read/102756/15759875

ec net_settle.ec

/******************************************************* * 分行对帐处理(net_settle) * 主机对帐处理(host_settle) * * 最后修改: 周国祥 2001/08/16 *******************************************************/ #includ
www.eeworm.com/read/102417/15781661

cpp xmlerrorhandler.cpp

// XmlErrorHandler.cpp: implementation of the CXmlErrorHandler class. // ////////////////////////////////////////////////////////////////////// #include "Stdafx.h" #include "XmlErrorHandler.h"
www.eeworm.com/read/102308/15786997

c oreport.c

#include #include #include #include "o.h" /* ** Local Prototypes */ char *ext_type[] = { "ABS", /* Or Unknown */ "NEAR", "FAR
www.eeworm.com/read/101883/15798576

c cr_tmp_file.c

#include #include #include #include #include #include "all.h" int create_tmp_file(char *fname) { struct stat t_stat; char filename[80
www.eeworm.com/read/101557/15826930

c sreadfil.c

/* * SREADFIL A SIMULINK trigged read from a file. * * Syntax: [sys, x0] = sreadfil(t,x,u,flag, filename, format, pulnum, threshold, numOutput, recursive) * The input of this function is a
www.eeworm.com/read/101557/15826970

c stdmamux.c

/* * SIMULINK TDMA MUX/DEMUX block. * * Syntax: [sys, x0] = stdmamux(t, x, u, flag, switch_box, keeping_value, ini_value) * This function takes multi-input and it may be multi-output * depen
www.eeworm.com/read/100569/15871910

c avp101lc.c

#include #include void genlic(unsigned char *name, unsigned char *company, unsigned char *lic) { int i, len, sum1=0xe, sum2=0x2e; char ser1[10]="*1*632*85", ser2[9]="0829
www.eeworm.com/read/147331/5732328

c snprintf.c

/* doc in sprintf.c */ /* This code created by modifying sprintf.c so copyright inherited. */ /* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redi