代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/314248/13570357
c createdir.c
#include
#include
#include
#include /* for dev_base */
#include
#include
#include
www.eeworm.com/read/313956/13578385
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/313956/13578425
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
*
www.eeworm.com/read/308794/13691765
c writepic.c
/* writepic.c, write reconstructed pictures */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/305297/13774607
cpp glovesampledlg.cpp
// GloveSampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "GloveSample.h"
#include "GloveSampleDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/304706/13789017
c 51main.c
#include
char * py_ime(char *);
void main(void)
{
while(1)
{
char input_string[]="yI";
xdata char chinese_string[255];
sprintf(chinese_string,"%s",py_ime(input
www.eeworm.com/read/304614/13790475
cpp mixin.cpp
// MixIn.cpp: implementation of the CMixIn class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MixIn.h"
#define WND_CLASS_NAME "Inpu
www.eeworm.com/read/304359/13795566
cpp decompiler.cpp
#include "stdafx.h"
#include
#include "decompiler.h"
#pragma comment(lib,"wsock32")
CArray g_ConstTable;
CArray g_FuncTable;
char *Const
www.eeworm.com/read/302650/13829508
m count.m
function varargout = count(data_src,data_est,varargin)
%COUNT Error counter.
% ERR = COUNT(D,D_E) simply counts an error occurrence of data
% estimations D_E.
%
% [ERR,SER] = COUNT(D,D_E) same
www.eeworm.com/read/152843/5663249
c sysfs.c
/*
* Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Mellanox Technologies Ltd. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rig