代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/235145/14083538
c read_handler.c
#include
#include
#include "macro.h"
#include "TextForm.h"
#include "ioctl_op.h"
#include "utils.h"
extern FIELD *field[FIELD_CNT+1]; //The last one must be NULL
extern FOR
www.eeworm.com/read/132524/14085902
cpp dlgdevalert.cpp
// DlgDevAlert.cpp : implementation file
//
#include "stdafx.h"
#include "DMS.h"
#include "DlgDevAlert.h"
#include "DataBinding.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
sta
www.eeworm.com/read/205067/15326888
cpp dbvariantex.cpp
// DBVariantEx.cpp: implementation of the CDBVariantEx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyOdbcSmpl.h"
#include "DBV
www.eeworm.com/read/205036/15328889
m disp.m
function disp(X,name)
%DISP Command window display of a sparse tensor.
%
% DISP(X) displays the tensor without printing its name.
%
% DISP(X,NAME) displays the tensor with the given name.
%
% Se
www.eeworm.com/read/203327/15361858
c httpupld2.c
/*******************************************************************************
Samples\TCPIP\HTTP\httpupld2.c
Z-World, 2003
Demonstrate the HTTP file upload facility. T
www.eeworm.com/read/203067/15365946
c xgprint.c
#include "xgrafixint.h"
#define BACK 0
#define FRONT 1
#define ABOVE 0
#define UPPER 1
#define LOWER 2
#define FIRST_QUAD 0
#define SECOND_QUAD 1
#def
www.eeworm.com/read/202876/15370654
m visualize_distortions.m
% visualize_distortions
%
%
% A script to run in conjunction with calib_gui in TOOLBOX_calib to plot
% the distortion models.
%
% This is a slightly modified version of the script plot_CCT_disto
www.eeworm.com/read/202775/15373887
cpp 修改comm.cpp
struct TJJ{
int bh;
char mc[40];
float llz;
int n;
}tjj[30];
struct PF{
int xh;
int ch;
int jlh;
char mc[30];
float bl;
float llz;
long hh;
long hi;
long ll;
flo
www.eeworm.com/read/202203/15389498
m newton.m
function [U,step]=newton(X,n)
k=0;
e=ones(n,1);
while norm(e,2)>1e-6
str=sprintf('X%d= %g %g %g\n',k,X);
disp(str)
k=k+1;
A=df2(X);
dX=inv(A)*f2(X);
X=X-dX;
e=dX;
end
www.eeworm.com/read/201911/15392930
c ntp_setup.c
#include
#include
#include
#include
#include
#include "PRO_file.h"
#include "PRO_GetStr.h"
#include "PRO_GetInt.h"
#include "PRO_SetStr.h"