代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/331244/12837381
txt luxian12.txt
#include "stdio.h"
#define MAX 14
#define MOV 100
/*----------首个城市----------*/
typedef struct city /* 路线数据类型 */
{
char code; /* 线路代码 */
}line;
line ks1;
typedef struct traffic /* 交通信息数据类型 */
www.eeworm.com/read/331158/12843051
c~ mobilesystem.c~
/*
MobileSystem.c
*function define
*/
#include "MobileSystem.h"
#include "sysSrcInfo.h"
static SYSSUPERSET sysSuSet[2];
//SYSSUPERSET *pSysSuSet = sysSuSet;
//example: sysSuset[CSF].soundSet.theA
www.eeworm.com/read/331158/12843063
c mobilesystem.c
/*
MobileSystem.c
*function define
*/
#include "MobileSystem.h"
#include "sysSrcInfo.h"
static SYSSUPERSET sysSuSet[2];
//SYSSUPERSET *pSysSuSet = sysSuSet;
//example: sysSuset[CSF].soundSet.theA
www.eeworm.com/read/244790/12843687
m som_stats_table.m
function [sTstats,csThist] = som_stats_table(csS,histlabel)
%SOM_STATS_TABLE Statistics table.
%
% [sTstats,csThist] = som_stats_table(csS)
%
% sTstats = som_stats_table(csS);
% som_table_pri
www.eeworm.com/read/143653/12854247
c recinterp.c
/*
========================================================================
DEVise Data Visualization Software
(c) Copyright 1992-1996
By the DEVise Development Group
Madison, Wisconsin
Al
www.eeworm.com/read/143520/12868558
m exm041422_1.m
G=6.672e-11;ME=5.97e24;vy0=4000; x0=-4.2e7;t0=0;tf=60*60*24*9;
tspan=[t0,tf];Y0=[x0;0;0;vy0];
[t,YY,Te,Ye,Ie]=ode45('DYDt3',[],[],[],G,ME,tspan,Y0); %
X=YY(:,1);Y=YY(:,2);
plot(X,Y,'b','Linew
www.eeworm.com/read/143457/12874377
cpp p3-169.cpp
#include
#include
#include
//main()函数
void main( void )
{
//声明变量和数组
char buffer[200], s[] = "computer", c = 'l';
int i = 35, j;
float fp =
www.eeworm.com/read/143198/12889927
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/244076/12891037
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/244076/12892232
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