代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/176393/9500257

c tcp.c

#include "nids.h" /* Libnids的头文件,必须包含 */ char ascii_string[10000]; char *char_to_ascii(char ch) /* 此函数的功能主要用于把协议数据进行显示 */ { char *string; ascii_string[0] = 0; string = ascii_string
www.eeworm.com/read/365326/9869704

c auto_cp.c

#include "auto_cp.h" //#include "common.h" #include #include "link_list.c" int machine_type; pid_t tmppid=0; pthread_t ID_beep_thread; char log_tmp[128]; //for beep int usb_be_removed; //
www.eeworm.com/read/352327/10563538

m error_decay.m

% examples in shown are q=1/N, q=2/N, q=4/N, q=6/N % output in error_decay.test and error_decay_1.eps, ... format short format compact N=1000; M=100; l_max=100; !make q=6/N; [X,q_X]=my_rand(M,q); q
www.eeworm.com/read/419824/10834909

m do_sift.m

function do_sift(img,regions,sift) %comanda = sprintf('./compute_descriptors.ln -sift -i %s -p1 %s -o1 %s',imatge,regions,sift); %comanda = sprintf('./compute_descriptors.ln -sift -scale-mult 1
www.eeworm.com/read/271408/10997961

c opexutils.c

////////////////////////////////////////////////////////////////// // // OPEXutils.c // (C) 2004 Steve Childress stevech@san.rr.com #include "OPEX.h" extern OPEX_TCB *schedQ, *flagwaitQ; //
www.eeworm.com/read/468052/6998742

cpp manage_test.cpp

/* * $File: manage_test.cpp * $Author: Jiakai -- gy_jk@126.com * $Date: Thu Mar 26 20:30:31 2009 */ /* Copyright (C) (2008) (Jiakai) This program is free software; you can redistri
www.eeworm.com/read/456575/7344459

_c ouput._c

#ifdef debug tx_string(debugport,"\r\n\0"); tx_string(debugport,"FAT info:\r\n\0"); sprintf(&text[0],"Boot Track Name = %s\r\n\0",&Boot.name[0]); tx_string(debugport,&text[0]); sprintf(&text[0],"
www.eeworm.com/read/438302/7733098

_c ouput._c

#ifdef debug tx_string(debugport,"\r\n\0"); tx_string(debugport,"FAT info:\r\n\0"); sprintf(&text[0],"Boot Track Name = %s\r\n\0",&Boot.name[0]); tx_string(debugport,&text[0]); sprintf(&text[0],"
www.eeworm.com/read/399506/7856356

txt 使用说明.txt

拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]); input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: { unsigned char input_string[]={"bang"}; unsigned char chines_stri
www.eeworm.com/read/246921/12697954

cpp ftpproc.cpp

// FtpProc.cpp : implementation file // #include "stdafx.h" #include "recsys.h" #include "FtpProc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__