代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/444535/7612116

m ardemo.m

function ardemo % ar预测 % Parameter: nseq = [105851 107507 109300 111026 112704 114333 115823 117171 118517 ... 119850 121121 122389 123626 124761 125786 126743 127627 128453 129227 129988 13
www.eeworm.com/read/443286/7635128

cpp util.cpp

/* ======================================================================== *\ | | | JOYIT Communication Technology | Copyright (C) 2003-2004, All Right Reserved. | | System: Programm
www.eeworm.com/read/443045/7638978

pl showtemp.pl

#!/usr/bin/perl $ACQUIRECMD = 'nc ente.hawo.stw.uni-erlangen.de 7337'; @OUTPUTCMD = ('./clockrcon','ntp-clock','FICKEN32',1); unless (open(TEMPACQ,$ACQUIRECMD.'|')) { print("ERROR: Could not
www.eeworm.com/read/443007/7639476

txt 新建 文本文档.txt

char s[100]; sprintf(s, " %d", 2); cout
www.eeworm.com/read/441668/7667334

cpp hello.cpp

#include #include #include "hello.h" char *hello(char *name) { char *value = new char [9+strlen(name)]; sprintf(value,"hello,%s.",name); return value; } #include
www.eeworm.com/read/441668/7667353

cpp p13.cpp

#include #include #include "hello.h" char *hello(char *name) { char *value = new char [9+strlen(name)]; sprintf(value,"hello,%s.",name); return value; } #include
www.eeworm.com/read/441507/7669754

m ipp.m

clc clear all format rat disp('ALL IPP PROBLEM'); m=input('Enter the dimension : '); disp('1.Minimisation 2.Maximization '); ch=input('Entre your choice : '); disp('Enter the coefficients of t
www.eeworm.com/read/441332/7671735

m sacubic.m

function [ab,vE,E] = sacubic(N); % % Ph.D. Thesis % Leandro Nunes de Castro % October, 1999. % Function generates n-bit binary strings antibody most uniformly % distributed over the search spac
www.eeworm.com/read/441332/7671738

asv imalg3d.asv

function [x,y,fx,vfx,vmfit,P,vpm] = imalg3d(P,gen,n,pm,per); % % Ph.D. Thesis % Leandro Nunes de Castro % November, 1999. % Immune Algorithm - New evolutionary strategy inspired in the Immune S
www.eeworm.com/read/441332/7671756

m imalg3d.m

function [x,y,fx,vfx,vmfit,P,vpm] = imalg3d(P,gen,n,pm,per); % % Ph.D. Thesis % Leandro Nunes de Castro % November, 1999. % Immune Algorithm - New evolutionary strategy inspired in the Immune S