代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/105272/15672613

c device.c

/* device.c - Some helper functions for OS devices and BIOS drives */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc. * * T
www.eeworm.com/read/105052/15678966

c device.c

/* device.c - Some helper functions for OS devices and BIOS drives */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003 Free Software Foundation, Inc. * * This p
www.eeworm.com/read/104464/15691751

cpp aero.cpp

#define Compliment(x) ((x>0)?(x=0):(x=1)) #include "include.h" #include "cgraph.h" #include "cbitmap.h" #include "cfonts.h" #include "cmouse.h" #include "ckey.h"
www.eeworm.com/read/104053/15711616

c top.c

/* * top.c - show top CPU processes * * Copyright (c) 1992 Branko Lankester * Copyright (c) 1992 Roger Binns * Copyright (c) 1997 Michael K. Johnson * * Snarfed and HEAVILY modifie
www.eeworm.com/read/100082/15885759

c xcdial.c

/* xcdial.c -- dialing directory module for XC This file uses 4-character tabstops Author: Steve Manes 8/26/88 */ #include #include #include #include #inc
www.eeworm.com/read/142034/12969299

m tfpm_simu_defpre_tfarwin.m

SPRE= [ sprintf(... ' ') sprintf(... '
www.eeworm.com/read/142034/12969626

m tfpm_simu_defpre_tfar0.m

SPRE= [ sprintf(... ' ') sprintf(... '
www.eeworm.com/read/192259/8390921

c ctlstr.c

#include "calld.h" /* Make a printable string of the character "c", which may be a * control character. Works only with ASCII. */ char * ctl_str(char c) { static char tempstr[6]; /* bigg
www.eeworm.com/read/192259/8390942

c request.c

#include "calld.h" int /* return 0 if OK, -1 on error */ request(Client *cliptr) { pid_t pid; errmsg[0] = 0; /* position where this client left off last (or rewind) */ sys_posn(c
www.eeworm.com/read/391685/8391233

m lpdemo.m

% LPDEMO % Demo of the Laplacian pyramid functions x = imread('cameraman.tif'); x = double(x)/256; % Laplacian decomposition using 9/7 filters and 5 levels pfilt = '9/7'; n = 5; y = lpd(x, '9/7', n)