代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/201822/15394782
cpp gwepdecrypt.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/200572/15430363
c http.c
// ***************************************************************************
// An 8051 Based Web Server
// http.c: HTTP protocol processing
// By Mason Kidd 4/24/02
// *****************************
www.eeworm.com/read/200546/15431027
c-brl ttcp.c-brl
/*
* T T C P . C
*
* Test TCP connection. Makes a connection on port 2000
* and transfers zero buffers or data copied from stdin.
*
* Usable on 4.2, 4.3, and 4.1a systems by defining one of
*
www.eeworm.com/read/200375/15434621
doc wgzhizuo.doc
协议型网络游戏外挂制作之DLL中改代码
--------------------------------------------------------------------------------
文章作者:zhangze 文章来源: 发布时间:2005-03-10 09:12:21
第一节到第三节我们说了基本工具的准备,第四节使用免升级和免弹出主页来做了
www.eeworm.com/read/200155/15439526
c source.c
/*
Program: revava - Atmel Dis-Assembler
File: Source.C, Copyright (C) 2001 Daniel J. Winker
This program is free software; you can redistribute it and/or
modify it under the terms of th
www.eeworm.com/read/113613/15452311
c d_main.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/113557/15453231
m 代码汇总.m
function code
function main
global X1 X2 X3 t X0 Y0 Z0 t0 tf r sigma b time error %全局变量必须这样定义
global h_menu1_sub1_str_sigma h_menu1_sub1_str_b h_menu1_sub1_str_r
global h_menu1_sub1_text_sigma
www.eeworm.com/read/113543/15453547
c exec.c
#include
#include
#include
#include "iofn.h"
static char outbuf[128];
void token_func(int argc,char *argv[])
{
int i;
char tmp_buf[512];
/* in
www.eeworm.com/read/111501/15511468
h snprintf.h
#ifndef SNPRINTF_H
#define SNPRINTF_H
/* ===================================================================
* snprintf.h
*
* This is from
* W. Richard Stevens, 'UNIX Network Programming', Vol 1,
www.eeworm.com/read/110119/15541713
c wum.c
#include
#include
#include "mysql.h"
#define USERGROUP "ftp"
#define USERDIR "/var/ftp"
MYSQL mysql;
MYSQL_RES *res;
MYSQL_ROW row;
void exiterr(int exitcode)
{