代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/322305/7072578
m mrs_est.m
function [Ksi_tT,Param,P,Ksi_t1t_10,LogL]=mrs_est(Data,Model,startParam,startP,startKsi_t1t_10)
%MRS_EST Estimate 2-state (Markov) regime switching model.
% [KSI_TT,PARAM,P]=MRS_EST(DATA,MODEL) r
www.eeworm.com/read/172061/7074771
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/172061/7074799
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/106598/7098537
cpp tools.cpp
#include "stdafx.h"
#include "tools.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
char* CreatePassword(char *passwd)
{
unsigned long
www.eeworm.com/read/106598/7098583
cpp main.cpp
#include "stdio.h"
#include "string.h"
void main()
{
printf("This program converts the old popuser.ctl to the new format of Inetserv > 2.5\nLooking for popuser.ctl...");
FILE *fp,*fpx;
fp
www.eeworm.com/read/100768/7114656
txt bugs-2001-0205.txt
Bugs Report
2000/02/05 网友syn123报告有时候在执行AntiTimeout操作时,发生schat当掉的事情
经过跟踪查看发现是在AddWords()里面的下列语句在设计时考虑不周,代码不够健壮
if( id==NULL )
{
sprintf(&buf1[strlen(buf1)],"[系统信息]");
}
else
www.eeworm.com/read/100768/7114680
c thread.c
/*
Version: 0.2.0(alpha)
Author: Computer_xu
Email: Computer_xu@sina.com
HomePage: http://www.socketchat.com
LastModify: 2001-07-04 (yyyy-mm-dd)
*/
#include "thread.h"
#define DEBUGMO
www.eeworm.com/read/100768/7114687
c msg.c
/*
Version: 0.2.0(alpha)
Author: Computer_xu
Email: Computer_xu@sina.com
HomePage: http://www.socketchat.com
LastModify: 2001-05-22 (yyyy-mm-dd)
*/
#include "msg.h"
pthread_mutex_t ms
www.eeworm.com/read/374751/7126745
cpp info.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Info.h"
//-------------------------------------------------------------
www.eeworm.com/read/355073/7128165
cpp mshowdoc.cpp
// MshowDoc.cpp : implementation of the CMshowDoc class
//
#include "stdafx.h"
#include "Mshow.h"
#include "MainFrm.h"
#include "MshowDoc.h"
#include "MshowView.h"
#ifdef _DEBUG
#define