代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/332481/12753809
cpp skilltool.cpp
#include "stdafx.h"
#include "stdio.h"
#include
#include "Resource.h"
#include "SkillTool.h"
#include "Map.h"
#include "gameproc.h"
#include "Char.h"
#include "Tool.h"
#include "
www.eeworm.com/read/145065/12754507
cpp capturepacketdlg.cpp
// CapturePacketDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "afxmt.h"
#include "CapturePacket.h"
#include "CapturePacketDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
//
typede
www.eeworm.com/read/144361/12800893
c bug15.c
#include
#include
int
main (void)
{
char buf[10];
setlocale (LC_ALL, "vi_VN.TCVN-5712");
return sprintf (buf, "%.*s", 2, "vi") != 2;
}
www.eeworm.com/read/331592/12819353
m show_sensor_data.m
% ----------------------------------------------------------------
% --- show_sensor_data ----
%
% This function displaies the ROBOX robot data.
%
%
% Developed by Ma
www.eeworm.com/read/143389/12879154
h stdio.h
#include
int printf(const char *fmt, ...);
int sprintf(char *buf, const char *fmt, ...);
int vsprintf(char *buf, const char *fmt, va_list args);
int getc(void);
int getc_timed(int cs);
int
www.eeworm.com/read/143336/12882384
c tcp_dump.c
/*
This file is part of sniffer, a packet capture utility and
network moniter
The author can be contacted at
the lastest version is avilable from
http://stev.org
This
www.eeworm.com/read/243691/12922019
cpp winmain.cpp
/**************************************************
WinMain.cpp
Chapter 16 Master Character List Editor
Programming Role-Playing Games with DirectX
by Jim Adams (01 Jan 2002)
******************
www.eeworm.com/read/243691/12922036
cpp winmain.cpp
/**************************************************
WinMain.cpp
Chapter 16 Master Spell List Editor
Programming Role-Playing Games with DirectX
by Jim Adams (01 Jan 2002)
**********************
www.eeworm.com/read/142712/12929950
m uwb_init.m
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/142039/12968353
m display.m
function display(chr)
% DISPLAY -
%
for k=1:length(chr)
if isempty(chr(k).ddvs)
l_ddv=0;
else
l_ddv=length(chr(k).ddvs);
end
if isempty(chr(k).cdvs)
l_cdv=0;
e