代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/357508/10207549

c control.c

/* ** Copyright (C) 1991, 1997 Free Software Foundation, Inc. ** ** This file is part of TACK. ** ** TACK is free software; you can redistribute it and/or modify ** it under the terms of the GNU Gen
www.eeworm.com/read/357508/10208143

awk mk-1st.awk

# $Id: mk-1st.awk,v 1.62 2004/01/10 20:48:43 tom Exp $ ############################################################################## # Copyright (c) 1998-2003,2004 Free Software Foundation, Inc.
www.eeworm.com/read/357389/10210187

c ex_rfid.c

///////////////////////////////////////////////////////////////////////// //// EX_RFID.C //// ////
www.eeworm.com/read/357041/10216985

cpp tileview.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include #include "TileView.h" #include "rom.h" //---------------------
www.eeworm.com/read/357041/10217009

cpp mapview.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include #include "rom.h" #include "MapView.h" //----------------------
www.eeworm.com/read/281232/10255264

c smspdu.c

/*************************************************************************** * copyright : (C) 2002 by Hendrik Sattler * * mail : post@hendrik-sattle
www.eeworm.com/read/425905/10310267

c names-net.c

/* * The PCI Library -- Resolving ID's via DNS * * Copyright (c) 2007--2008 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ #include
www.eeworm.com/read/162289/10318644

m euler.m

%用 Eu1er 方法求解原微分方程 %Eu1er方法 function [T,U]=eu1er(f,a,b,h,c,varargin) %计算点的个数 n=round((b-a)/h)+1; %定义X,Y的维数 t=zeros(n,1); u=zeros(n,1); %微分方程的初始条件 t(1)=a; u(1)=c; %显示微分方程的初始条件 str=sprintf('
www.eeworm.com/read/162171/10329824

c inet.c

/* * Copyright (C) 2001, University of California, Santa Barbara * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License *
www.eeworm.com/read/279099/10466418

cpp efem.cpp

/* *****************************E2基站定位 0.1版************************************************************* Written by Letterb @scnu_cs_05 2008/1/18 Email: boy.letterb@yahoo.com.cn or letterb@tom.co