代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/461315/7229354
cpp encrypt.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/461294/7229604
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/461294/7229950
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/459650/7269070
h queue.h
/*-----------------------------------------------------------------------------
* FILE: queue.h
* AUTH: xuwannian@gmail.com
* TIME: 2008-04-29
*------------------------------------------------
www.eeworm.com/read/459650/7269076
cpp mygateway.cpp
#include "include/MyGateway.h"
CMyGateway::CMyGateway() : CFramework()
{
}
CMyGateway::~CMyGateway()
{
}
BOOL CMyGateway::OnCreateServer(HOSTSTRUCTS& hosts__)
{
HOSTSTRUCT host;
www.eeworm.com/read/459507/7274487
c eventcounter.c
// ES449 Sample Program
// Copyright (c) 2002 Rowley Associates Limited
#include
#include
#include
#include
#include "c:\projects\aq480lib\sblcd.
www.eeworm.com/read/458154/7303313
c mypda.c
/*========================================================================
*
* 版权所有 (C) 2000-2001 吴柏建. All Rights Reserved.
*
* 文件: Mypda.c
* 内容: PSDE_DEMO_PDA之演示应用功能-PDA设置。
* 作者
www.eeworm.com/read/457839/7317105
bp
#include "libmetrics.h"
#include "getmetrics.h"
unsigned int
metric(char* metricvalue, const char* metricname)
{
g_val_t val;
/*
switch(metricname[0]){
case 'a':
break;
case 'b':
www.eeworm.com/read/457839/7317108
c libmymetrics.c
#include "libmetrics.h"
#include "libmymetrics.h"
#include
void mymetric_init()
{
metric_init();
}
unsigned int
get_metrics(char* metricvalue, unsigned int index)
{
g_val_t val;
sw
www.eeworm.com/read/457711/7318985
m eigsvdshow.m
function eigsvdshow(arg)
%eigsvdshow Graphical demonstration of eigenvalues and singular values.
%
% This is the same MATLAB's eigshow utility, except that more information
% is displayed on t