代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/170928/9779629

c proc.c

/* * drivers/dpm/proc.c Dynamic Power Management /proc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published
www.eeworm.com/read/414865/11098558

m mmsetclr.m

%MMSETCLR Obtain an RGB triple interactively from a color sample. % MMSETCLR displays a dialog box for the user to select % a color interactively and displays the RGB triple value of % the new color.
www.eeworm.com/read/269421/11098626

c nmea.c

/*extern char gSimulate;*/ void SendNMEA (void) { if (GPGGA != 0) NMEASendGPGGA (); /* NMEA, use sentance options */ if (GPGSA != 0) NMEASendGPGSA (); if (GPGSV != 0) NMEA
www.eeworm.com/read/269397/11099159

cpp nrlan103.cpp

// // C++ Implementation: nrlan103 // // Description: // // // Author: root , (C) 2006 // // Copyright: See COPYING file that comes with this distribution // // #include "n
www.eeworm.com/read/269320/11101192

c yabinst.c

/* Install-Program for yabasic written by Marc-Oliver Ihm in 1996. Date of last change: */ #define DOLC "February 23, 1999" /* This program is free software; you can re
www.eeworm.com/read/414751/11103677

m num2str2.m

function t = num2str2(x,chars) %------------------------------------------------------------------------- % NUM2STR2 % ======== % Number to string conversion. Contrary to the Matlab routine NUM2ST
www.eeworm.com/read/414458/11111184

cpp smsagentdlg.cpp

// SMSAgentDlg.cpp : implementation file // #include "stdafx.h" #include "SMSAgent.h" #include "SMSAgentDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]
www.eeworm.com/read/414393/11114493

cpp nsdialog.cpp

// NSDialog.cpp : implementation file // // This is a part of the Nice Information's source code. // Copyright (C) 1994 Nice Information Corporation // All rights reserved. // // Complier: Micro
www.eeworm.com/read/268889/11115874

cpp chgpal.cpp

#include #include #include void main(void) { int driver=DETECT,mode; int NUM1,NUM2,C1,C2; int X=10,Y=10,COLOR; int COLOR_NUM[]={0,1,2,3,4,5,20,7,56,57,58,59
www.eeworm.com/read/268457/11138963

cpp dlgdevalert.cpp

// DlgDevAlert.cpp : implementation file // #include "stdafx.h" #include "DMS.h" #include "DlgDevAlert.h" #include "DataBinding.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE sta