代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/401178/11563215
c main.c
/*
YABASIC --- a simple Basic Interpreter
written by Marc-Oliver Ihm 1995-2005
homepage: www.yabasic.de
main.c --- main() and auxilliary functions
This file i
www.eeworm.com/read/400577/11572597
m plotgtm.m
%PLOTGTM Plot a trained GTM mapping in 1D, 2D or 3D
%
% H = PLOTGTM (W)
%
% INPUT
% W Trained GTM mapping
%
% OUTPUT
% H Graphics handles
%
% DESCRIPTION
% Creates a plot of the
www.eeworm.com/read/400577/11572641
m gtm.m
%GTM Fit a Generative Topographic Mapping using the
% expectation-maximisation algorithm.
%
% [W,L] = GTM (A,K,M,MAPTYPE,REG,EPS,MAXITER)
%
% INPUT
% A Dataset or double matrix
% K
www.eeworm.com/read/400577/11573360
m plotdg.m
%PLOTDG Plot dendrogram
%
% PLOTDG(DENDROGRAM,K)
%
% INPUT
% DENDROGRAM Dendrogram
% K Number of clusters
%
% OUTPUT
%
% DESCRIPTION
% Plots a dendrogram as generated by HCLUST. If th
www.eeworm.com/read/400525/11575645
m suanli4_2_1.m
% implicit difference scheme
%算例4.2.1
%%%%%%%网格剖分%%%%%%%%%
h = 1/10; %%空间步长
a = 1;
dt = 1/10; %时间步长
s = a * dt/h; %步长比
T = 1; % 时间长度
n = ceil(T / dt); % 时间网格
X0
www.eeworm.com/read/400525/11575647
m suanli4_1_1.m
% 显差分格式
%算例4.1.1
%%%%%%%网格剖分%%%%%%%%%
h = 1/10; %%空间步长
a = 1;
dt = 1/20; %时间步长
s = a * dt/h; %步长比
T = 1; % 时间长度
n = ceil(T / dt); % 时间网格
X0 = 1; % 空间长度
m
www.eeworm.com/read/400525/11575650
m suanli4_3_1.m
% compace 差分格式
%算例4.3.1
%%%%%%%网格剖分%%%%%%%%%
h = 1/10; %%空间步长
a = 1;
dt = 1/100; %时间步长
s = a * dt/h; %步长比
T = 1; % 时间长度
n = ceil(T / dt); % 时间网格
X0 = 1; %
www.eeworm.com/read/400510/11575791
cpp fanstuff.cpp
// --------------------------------------------------------------
//
// Thinkpad Fan Control
//
// --------------------------------------------------------------
//
// This program and source
www.eeworm.com/read/400227/11580336
cpp asyncdemo.cpp
/* Microsoft Corporation Copyright 1999 - 2000 */
/********************************************************************
ProjectName : AsyncDemo
Purpose : This sample demonstrates how to subm
www.eeworm.com/read/347723/11642966
c npc_autopk.c
#include "version.h"
#include
#include "char.h"
#include "object.h"
#include "char_base.h"
#include "npcutil.h"
#include "npc_autopk.h"
#include "lssproto_serv.h"
#include "saacproto_cli.h"