代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/300625/13902742

cpp mixout.cpp

#include "stdafx.h" #include "MixOut.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif #define WND_CLASS_NAME "Wave Output Volume Msg Wnd Cl
www.eeworm.com/read/300008/13943751

cpp excute.cpp

// excute.cpp: implementation of the Cexcute class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "TftpSrv.h" #include "excute.h" #incl
www.eeworm.com/read/134669/13977608

c skproc.c

/****************************************************************************** * * Name: skproc.c * Project: GEnesis, PCI Gigabit Ethernet Adapter * Version: $Revision: 1.5 $ * Date: $Date
www.eeworm.com/read/133667/14031144

c memory5a.c

#include #include #include int main() { char *some_memory = (char *)0; printf("A read from null %s\n", some_memory); sprintf(some_memory, "A write to nul
www.eeworm.com/read/205086/15326782

txt testfun10.18.txt

char keyvalue[8]={0}; //GetDlgItemText(IDC_EDIT_FINDKEY,keyvalue,8); //char sztotalbuf[1024*50]={0}; /* for(int j=0;j
www.eeworm.com/read/204826/15333161

c memory5a.c

#include #include #include int main() { char *some_memory = (char *)0; printf("A read from null %s\n", some_memory); sprintf(some_memory, "A write to nul
www.eeworm.com/read/204051/15345914

cpp dbvariantex.cpp

#include "stdafx.h" #include "DBVariantEx.h" void CDBVariantEx::GetStringValue(LPSTR lpsz) { switch(m_dwType) { case DBVT_STRING: sprintf(lpsz, "%s", m_pstring->GetBuffer(m_pstring->Ge
www.eeworm.com/read/203067/15365947

c xgpaint3d.c

#include "xgrafixint.h" #define deg2rad(x) (double)((x)*M_PI/180.0) #define rad2deg(x) (double)((x)*180.0/M_PI) #define BACK 0 #define FRONT 1 #define ABOVE 0 #define UPPE
www.eeworm.com/read/202036/15390952

cpp my1view.cpp

// My1View.cpp : implementation of the CMy1View class // #include "stdafx.h" #include "My1.h" #include #include "My1Doc.h" #include "My1View.h" #include "MainFrm.h" #include
www.eeworm.com/read/201843/15394463

c adviotrc.c

//******************************************************************** // ATA LOW LEVEL I/O DRIVER -- ADVIOTRC.C // // by Hale Landis (hlandis@ata-atapi.com) // // There is no copyright and there