代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/274958/10843404

h debug.h

#ifdef DEBUG /* keep these macros common so they are same for both versions */ CONST int debugCompile = 1; extern int debug; extern void DebugIO(CONST char *s); /* display the debug output */
www.eeworm.com/read/274748/10855400

cpp printview.cpp

// PrintView.cpp : implementation of the CPrintView class // #include "stdafx.h" #include "MyStudent.h" #include "MyStudentDoc.h" #include "PrintView.h" #ifdef _DEBUG #define new DEBUG_NE
www.eeworm.com/read/419594/10856398

c transmit.c

/* Transmit sends a bunch of telegrams by filling them with */ /* different CANids and data bytes. You may send more than one */ /* telegram with write just by sending out an array of
www.eeworm.com/read/419594/10856490

c transmitblock.c

/* simple CAN application example * * open CAN and test the write(2) call * An calling option decides if the CAN device is opend for * blocking or nonblocking write. */ #include #inc
www.eeworm.com/read/419594/10856501

c transmit2.c

/* Transmit sends a bunch of telegrams by filling them with */ /* different CANids and data bytes. You may send more than one */ /* telegram with write just by sending out an array of
www.eeworm.com/read/419594/10856526

c cansupport.c

#include #include #include #include #include #include #include #include #include int can
www.eeworm.com/read/274493/10869776

c prog.c

#include #include #include #include #include #define MAX 50 typedef struct { char xh[5]; char xm[7]; int sx,yw,wy,wl,hx,zz,zf; } ST
www.eeworm.com/read/273093/10927449

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/273093/10927531

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/272827/10942488

c sh307.c

#include #include #include #include #define uchar unsigned char #define uint unsigned int sbit P1_0=P1^0; void INITIAL(void);