代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/366702/2879116

c 20030626-2.c

char buf[40]; extern int sprintf (char*, const char*, ...); extern void abort (void); int main() { int i = 0; int l = sprintf (buf, "%s", i++ ? "string" : "other string"); if (l != sizeof ("ot
www.eeworm.com/read/11278/218622

m callfind.m

function callfind(hfind,hedit,directoryname); set(hedit,'string',sprintf('%s',directoryname));
www.eeworm.com/read/291494/8413268

c dtest.c

/* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Char
www.eeworm.com/read/390656/8454573

cpp dlgqueryconf.cpp

// DlgQueryConf.cpp : implementation file // #include "stdafx.h" #include "SellMan.h" #include "DlgQueryConf.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]
www.eeworm.com/read/290033/8510353

c dtest.c

/* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Char
www.eeworm.com/read/432942/8561106

m pb_lookup.m

function pb_lookup(pb_htable,name) % 查找函数pb_lookup,根据输入的用户姓名,利用hash表函数来查找 entry = pb_htable.get(pb_keyfilter(name)); if isempty(entry), disp(sprintf('The name %s is not in the phone book',name)
www.eeworm.com/read/387803/8652905

c~ callbacks.c~

#ifdef HAVE_CONFIG_H # include #endif #include #include "stdlib.h" #include #include "callbacks.h" #include "interface.h" #include "support.h" void on_button
www.eeworm.com/read/387803/8652920

c callbacks.c

#ifdef HAVE_CONFIG_H # include #endif #include #include "stdlib.h" #include #include "callbacks.h" #include "interface.h" #include "support.h" void on_button
www.eeworm.com/read/431013/8713649

c revup.c

/* revup.c The Revision Control System Dwayne Phillips 1991 */ #include "rcs.h" main(argc, argv) int argc; char *argv[]; { char rcs_name[80], source_name[80
www.eeworm.com/read/429930/8782426

c aodv_utils.ex.c

/** Aodv_Utils.ex.c **/ /****************************************/ /* Written */ /* by */ /* Lyes Guemari