代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/228080/14401408

cpp pathfinder2d.cpp

// PathFinder2D.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #include "stdio.h" //for sprintf #include "mmsystem.h" //lib: winmm.lib, for play
www.eeworm.com/read/225298/14545458

asm dbg.asm

;// Debug .686P .MODEL FLAT, STDCALL OPTION CASEMAP:NONE OPTION PROLOGUE:NONE OPTION EPILOGUE:NONE .MMX .XMM INCLUDE jpeg.inc INCLUDELIB user32.lib IF DEBUG_SPRINTF INCLUDELIB msvcr
www.eeworm.com/read/123857/14608631

c udpecho1.c

#include "etcp.h" int main( int argc, char **argv ) { struct sockaddr_in peer; int rc; int len; int pidsz; char buf[ 120 ]; pidsz = sprintf( buf, "%d: ", getpid() ); len = sizeof( peer ); rc
www.eeworm.com/read/122539/14686045

cpp cmpnt.cpp

// // Cmpnt.cpp - Component // #include #include // sprintf #include //splitpath #include "Iface.h" #include "Util.h" #include "CUnknown.h" #include "C
www.eeworm.com/read/216979/14983798

m karhunenloeve.m

% Karhunen-Loeve, for face recognition % By Alex Chirokov, Alex.Chirokov@gmail.com clear all; % Load the ATT image set k = 0; for i=1:1:40 for j=1:1:10 filename = sprintf('C:\\M
www.eeworm.com/read/212085/15166049

m karhunenloeve.m

% Karhunen-Loeve, for face recognition % By Alex Chirokov, Alex.Chirokov@gmail.com clear all; % Load the ATT image set k = 0; for i=1:1:40 for j=1:1:10 filename = sprintf('C:\\M
www.eeworm.com/read/208511/15245912

m karhunenloeve.m

% Karhunen-Loeve, for face recognition % By Alex Chirokov, Alex.Chirokov@gmail.com clear all; % Load the ATT image set k = 0; for i=1:1:40 for j=1:1:10 filename = sprintf('C:\\M
www.eeworm.com/read/13911/286701

asv facerec.asv

function [Out]=facerec(Trainset) Slect=Trainset; n=1; M=45; N=length(Slect); allsamples=[];%所有训练图像 for i=1:1:15 for j=1:N filename = sprintf('D:\\zzh\\work\\zzh\\lab\\yalefaces
www.eeworm.com/read/470720/1450606

c 930513-1.c

#include char buf[2]; f (fp) int (*fp)(char *, const char *, ...); { (*fp)(buf, "%.0f", 5.0); } main () { f (&sprintf); if (buf[0] != '5' || buf[1] != 0) abort (); exit (0
www.eeworm.com/read/470693/1462552

c 930513-1.c

#include char buf[2]; f (fp) int (*fp)(char *, const char *, ...); { (*fp)(buf, "%.0f", 5.0); } main () { f (&sprintf); if (buf[0] != '5' || buf[1] != 0) abort (); exit (0