代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/276855/10700346
cpp mci.cpp
//
// MCI类别/CD-DA/Wave类别
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#include "stdafx.h"
#include "Mci.h"
#include "Window.h"
#include "Misc.h"
//
// 开启
//
bool CMci:
www.eeworm.com/read/276855/10701179
cpp mci.cpp
//
// MCI类别/CD-DA/Wave类别
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#include "stdafx.h"
#include "Mci.h"
#include "Window.h"
#include "Misc.h"
//
// 开启
//
bool CMci:
www.eeworm.com/read/158987/10705238
m callcheck.m
function callcheck(htext,str1,z,vchk1,vchk2)
cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %
dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y);
if vchk1 %
www.eeworm.com/read/421666/10713724
c glpmpl05.c
/* glpmpl05.c */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* Authors: Andrew Makhorin ,
www.eeworm.com/read/350444/10742449
c example.c
/*example.c*/
#include "stdio.h"
#include "string.h"
#include "database_op.h"
int err_handler(DBPROCESS* dbproc,int severity,int dberr,int oserr,char* dberrstr,char* oserrstr)
{
if (dbp
www.eeworm.com/read/276181/10758540
c winsock2.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "winsock2.h"
#include "ctype.h"
#include "time.h"
#pragma comment(lib,"WSOCK32")
#define SERVER_PORT 5000
#define Defaul
www.eeworm.com/read/420963/10765164
c a.c
#include
int main(int argc,char**argv);
int main(int argc,char**argv)
{
FILE*fp;
FILE*fp2;
int l1;
unsigned char buf[200];
unsigned char buf2[200];
unsigned char tmp[200];
if
www.eeworm.com/read/349916/10782025
bak setup.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: setup.
www.eeworm.com/read/349916/10783144
m conpred.m
function m = conpred(b,w,p,q,lv)
[mq,nq] = size(q);
[mw,nw] = size(w);
if nw ~= lv
if lv > nw
s = sprintf('Original model has a maximum of %g LVs',nw);
disp(' '), disp(s)
s = spri
www.eeworm.com/read/349902/10786333
m hexdump.m
function hd = hexdump(av)
% hexdump - dump hexadecimal values into string
%
% FORMAT: hd = hexdump(asciivals)
%
% Input fields:
%
% asciivals 1xN double or char array
%
% Outpu