代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/339831/12202009
c~ printfmt.c~
// Stripped-down primitive printf-style formatting routines,
// used in common by printf, sprintf, fprintf, etc.
// This code is also used by both the kernel and user programs.
#include
www.eeworm.com/read/339831/12202012
c printfmt.c
// Stripped-down primitive printf-style formatting routines,
// used in common by printf, sprintf, fprintf, etc.
// This code is also used by both the kernel and user programs.
#include
www.eeworm.com/read/122039/14722425
cpp statusmessage.cpp
#include "stdafx.h"
#include "StatusMessage.h"
// StatusBarMessage() - Writes to status bar using sprintf syntax.
//
// Author: Keith Rule -- keithr@europa.com
//
// Copyright (c) 1995-1997, K
www.eeworm.com/read/220105/14852736
cpp comport.cpp
#include "Comport.h"
#include "SocketCommunication.h"
#include "Config.h"
HANDLE OpenPort(UCHAR nPort)
{
HANDLE handle;
char buf[64];
DWORD nread = 64;
sprintf(buf,"\\\\.\\COM%d",nPor
www.eeworm.com/read/117169/14938319
cpp statusmessage.cpp
#include "stdafx.h"
#include "StatusMessage.h"
// StatusBarMessage() - Writes to status bar using sprintf syntax.
//
// Author: Keith Rule -- keithr@europa.com
//
// Copyright (c) 1995-1997, K
www.eeworm.com/read/11371/228435
h stdio.h
#ifndef _STDIO_H_
#define _STDIO_H_
int printf(char *fmt, ...);
int dprintf(char *fmt, ...);
int sprintf(char *st, const char* fmt, ...);
int scanf(const char *format, ...);
#endif
www.eeworm.com/read/200523/5064801
m plotall.m
function reduceddata=plotall(data,select_condition,lines,linenames,x_column)
if( nargin!=5 )
usage("plotall(data, select_condition, [lines], [linenames], x_column)")
endif
sprintf( "%s: Sta
www.eeworm.com/read/303435/3810821
c stdsprintf.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "stdio_s.h"
/* sprintf functions
**
** Written by Kiem-Phong Vo.
*/
#if __STD_C
int _st
www.eeworm.com/read/274610/4185244
c ipc.c
// Copyright (c) 1999-2001 David Muse
// See the file COPYING for more information
#include
#include
#include
// for sprintf
#include