代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/357134/10215777
cpp sale.cpp
//==============物品买卖模块==================
//**************************
//显示物品
void ShowGoodsList(Role Boss, int num, int Flag=BUY)
{
int x=120,y=90;
char temp[200];
char TempChar[200];
www.eeworm.com/read/357041/10217013
cpp debug.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "Debug.h"
#include "Pal.h"
#define NOTYPEREDEF
#incl
www.eeworm.com/read/355572/10256322
sqc dbpub.sqc
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#in
www.eeworm.com/read/355530/10259228
m callcheck.m
function callcheck(htext,str1,z,vchk1,vchk2)
cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容
dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y);
if vchk1 %假如峰值
www.eeworm.com/read/281129/10261471
h matrixutil.h
// -*- c++ -*-
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 Oh-Wook Kwon, all rights reserved. ohwook@yahoo.com
//
//
www.eeworm.com/read/355417/10267231
c error.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/355395/10268883
cpp childwin.cpp
//---------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "ChildWin.h"
#include "Main.h"
#include "FullScr.h"
#inclu
www.eeworm.com/read/280897/10280576
c sec2_diag.c
/************************************************************************
* 版权所有 (C)2005, 深圳市中兴通讯股份有限公司。
*
* 文件名称: sec2_diag.c
* 文件标识: 见配置管理计划书
* 内容摘要: sec2诊断测试
* 其它说明:
* 当前版本: V1.0
* 作 者:
www.eeworm.com/read/355155/10290437
txt p5.54.txt
%输入和期望
P=[1 2;2 2;1 1]';
Tc=[1 2 3];
%显示输入向量
plot(P(1,:),P(2,:),'.','markersize',30)
%显示对应类别
for i=1:3,text(P(1,i)+0.1,P(2,i),sprintf('class %g',Tc(i))),end
axis([0 3 0 3])
title('三向量及其类别');
www.eeworm.com/read/162571/10295562
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "Img_ListView1.h"
#include "talkroomframe.h"
#include "y_c.h"
#include "MainFrm.h"
#ifdef _DEBU