代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/431398/8678679

m fcyhump.m

dx = 1; xeta = [0:39]'+dx/2; xu = [0:40]'; xv = [0:41]' - dx/2; y = [0:99]; nn = 80; dt = 1; for i=0:nn, ss = sprintf('load etayhump_%04d.dat;',i); eval(ss); ss = sprintf('load Vyhump_%04d
www.eeworm.com/read/431398/8678703

m fchump.m

dx = 0.5; xeta = [0:399]'+dx; xu = [0:400]'; xv = [0:401]' - dx; y = [0:99]; nn = 30; dt = 1; %for i=0:nn, % ss = sprintf('load etahump_%04d.dat;',i); % eval(ss); % ss = sprintf('load Vhump_%
www.eeworm.com/read/431223/8699065

c writejac.c

/* Write Jacobian. */ #include "write.h" /* ---------- Global Variables --------- */ INDEX TFnum,TFbus; char TFname[13]; extern VALUETYPE K; extern INDEX *ACvar; /* --------------- WriteJac ------
www.eeworm.com/read/431157/8707626

c tree_ops.c

#include #include #include "defines.h" #include "keywords.h" #include "types.h" extern char *keywords[]; /********** search for keywords through parsetree *********/ /** called
www.eeworm.com/read/387026/8711289

m ft_plot_virgo_map.m

% %-------------------------------------------------------------------------- % function []=FT_plot_virgo_map(map) % % A function for Matlab which plots a mirror surface map as read by % FT_read_virg
www.eeworm.com/read/386806/8726495

c proc.c

/* * UNIX An implementation of the AF_UNIX network domain for the * LINUX operating system. UNIX is implemented using the * BSD Socket interface as the means of communication with * the u
www.eeworm.com/read/286613/8755708

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/286613/8756301

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/286547/8759947

c sh307.c

#include #include #include #include #define uchar unsigned char #define uint unsigned int sbit P1_0=P1^0; void INITIAL(void);
www.eeworm.com/read/286547/8760004

c keystate.c

#include #include #include /* define variable type */ #define uchar unsigned char void INITIAL(void); /*液晶显示初始化*/ void CLEAR(void);