代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/146107/12671157
c httpmin.c
#include
#include
#include "httppil.h"
#include "httpapi.h"
int MyUrlHandler(UrlHandlerParam* param);
int MyUrlHandlerInit(HttpParam* hp, int uninit);
//URL handler list
UrlHand
www.eeworm.com/read/145879/12697159
txt ftp scan.txt
发信人: biff (大可), 信区: Security
标 题: ftp scan
发信站: 武汉白云黄鹤站 (Wed Jun 2 17:20:37 1999), 站内信件
/*
* FTP Scan (C) 1996 Kit Knox
*
* Exploits bug in FTP protoco
www.eeworm.com/read/145879/12697183
txt ftp hole.txt
发信人: biff (大可), 信区: Security
标 题: ftp hole
发信站: 武汉白云黄鹤站 (Sun Jun 13 14:57:08 1999), 站内信件
/*
* FTP Scan (C) 1996 Kit Knox
*
* Exploits bug in FTP protoco
www.eeworm.com/read/145879/12697214
txt 一个简单的源代码安全检查软件.txt
发信人: scz (小四), 信区: Security
标 题: 一个简单的源代码安全检查软件
发信站: 武汉白云黄鹤站 (Sat Jul 8 17:44:21 2000), 站内信件
Alan DeKok
[ This should probably wait until Monday to be released ... ]
www.eeworm.com/read/332905/12717464
c usrloadsym.c
/* usrLoadSym.c - development symbol table loader */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01i,18mar99,sn prevent netSymTbl from ever firing li
www.eeworm.com/read/332729/12732708
cpp dumppacket.cpp
/////////////////// DumpPacket() ///////////////////////////////
#include "stdafx.h"
#include
#define SNAP_PKT_TYPE 0xaaaa
#define ARP_PKT_TYPE 0x0806
#define IP_PKT_TYPE 0x080
www.eeworm.com/read/145254/12743035
c error.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/332124/12777425
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/245836/12778475
m set_mesh_layers.m
% SET_MESH_LAYERS sets the parameters a layered mesh for 2D SH waves
% according to a minimum number of elements per wavelength
%
% INPUTS model layered media structure with the following components
%
www.eeworm.com/read/332034/12784292
txt 删除一个文件目录.txt
BOOL DeleteDirectory(LPCTSTR DirName)
{
CFileFind tempFind; //声明一个CFileFind类变量,以用来搜索
char tempFileFind[200]; //用于定义搜索格式
sprintf(tempFileFind,"%s\\*.*",DirName);
//匹配格式为*.*,即该目录下的所