代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/197958/7960582
m display1.m
function varargout = display1(flag,varargin)
% DISPLAY1 displays progress information during optimization.
% FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u)
% does the initialization
www.eeworm.com/read/197958/7960696
m optimfcnchk.m
function [allfcns,msg] = optimfcnchk(funstr,caller,lenVarIn,gradflag,hessflag,constrflag)
% OPTIMFCNCHK Pre- and post-process function expression for FUNCHK.
% [ALLFCNS,MSG] = OPTIMFCNCHK(FUNSTR,C
www.eeworm.com/read/197752/7971753
xferstats
#! /usr/bin/perl
#
# Copyright (c) 1999,2000 WU-FTPD Development Group.
# All rights reserved.
#
# Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994
# The Regents of the Unive
www.eeworm.com/read/197646/7983535
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/197645/7983602
m mieexample.m
% MieExample.m
clear
disp('=============')
%%%%
% USER CHOICES
%%%
lambda = 0.6328; % um, wavelength of light in vacuo
dia = 0.1; % um, diameter of sphere
density = 190; % #/um^3, density
www.eeworm.com/read/398339/7993163
cpp tools.cpp
#include "stdafx.h"
#include "tools.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
char* CreatePassword(char *passwd)
{
unsigned long
www.eeworm.com/read/398339/7993294
cpp main.cpp
#include "stdio.h"
#include "string.h"
void main()
{
printf("This program converts the old popuser.ctl to the new format of Inetserv > 2.5\nLooking for popuser.ctl...");
FILE *fp,*fpx;
fp
www.eeworm.com/read/398328/7993971
m validate.m
function [gl,ff,o] = validate(gLength,fitness,o)
%VALIDATE validates the contents of the fitness function, genome length and options struct.
% [gLength,fitness, OUT] = VALIDATE(GenomeLength,Fitne
www.eeworm.com/read/398328/7994015
m isittimetostop.m
function reasonToStop = isItTimeToStop(options,state)
% Check to see if any of the stopping criteria have been met.
% isItTimeToStop(options,state); is a string containing the reason the ga
% s
www.eeworm.com/read/398255/7996791
cpp qmainwidget.cpp
/************************************************************************
*
* linux版仿联众俄罗斯方块
*
* 该软件在GPL(GNU通用公共许可证)下发布
*
* Copyright (C)
*
* This source code is