代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/457697/7320853
cpp logthread.cpp
#include "LogThread.h"
#include "Log.h"
LogThread::LogThread(int maxLog,char* ip,int port,char* username,char* password,char*dbname)
{
this->maxLog = maxLog;
strcpy(this->ip,ip);
this->por
www.eeworm.com/read/457219/7331777
bak setup.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: setup.
www.eeworm.com/read/457219/7332123
m conpred.m
function m = conpred(b,w,p,q,lv)
[mq,nq] = size(q);
[mw,nw] = size(w);
if nw ~= lv
if lv > nw
s = sprintf('Original model has a maximum of %g LVs',nw);
disp(' '), disp(s)
s = spri
www.eeworm.com/read/456575/7344461
s remote.s
.module remote.c
.area text(rom, con, rel)
.dbfile C:\DATA\MP3\Player\Code\remote.c
.dbfunc e InitRemote _InitRemote fV
.even
_InitRemote::
.dbline -1
.dbline 22
; #include
www.eeworm.com/read/456575/7344482
c remote.c
#include
#include "remote.h"
#include "vs1001.h"
#include "fat.h"
#include "generic.h"
#include
#include
#include
//******************************
www.eeworm.com/read/456575/7344486
_c remote._c
#include
#include "remote.h"
#include "vs1001.h"
#include "fat.h"
#include "generic.h"
#include
#include
#include
//******************************
www.eeworm.com/read/456575/7344504
lis remote.lis
.module remote.c
.area text(rom, con, rel)
0000 .dbfile C:\DATA\MP3\Player\Code\remote.c
0000 .dbfunc e InitRem
www.eeworm.com/read/455606/7369610
c sh307.c
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit P1_0=P1^0;
void INITIAL(void);
www.eeworm.com/read/455112/7377969
cpp mshowdoc.cpp
// MshowDoc.cpp : implementation of the CMshowDoc class
//
#include "stdafx.h"
#include "Mshow.h"
#include "MainFrm.h"
#include "MshowDoc.h"
#include "MshowView.h"
#ifdef _DEBUG
#define
www.eeworm.com/read/454447/7390611
cpp signbox.cpp
// SignBox.cpp : implementation file
//
#include "stdafx.h"
#include "OkMfc.h"
#include "SignBox.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;