代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/248950/12531285
c ranges.c
#include
#include
#include "ranges.h"
void parse_range(char *str, int *low, int *high, int *modulus)
/* Parses a string of the following form: [@][low][:[high]][+modulus], where
www.eeworm.com/read/110490/15532547
h log_extauth.h
#ifndef __LOG_EXTAUTH_H__
#define __LOG_EXTAUTH_H__ 1
#ifdef WITH_EXTAUTH
void pw_extauth_parse(const char * const file);
void pw_extauth_check(AuthResult * const result,
cons
www.eeworm.com/read/387658/8660273
c test1.c
#include
int main(int argc, char **argv)
{
// step 1, get commands from user input.
// step 2, parse command and get all commands
// step 2.5, create a pipe
// step 3, fork
// ste
www.eeworm.com/read/286262/8779878
c cmdline.c
/* $Header: /nw2/tony/src/stevie/src/RCS/cmdline.c,v 1.22 89/08/31 10:00:23 tony Exp $
*
* Routines to parse and execute "command line" commands, such as searches
* or colon commands.
*/
#i
www.eeworm.com/read/186810/8908827
8 hcidump.8
.TH HCIDUMP 1 "Nov 12 2002" BlueZ "Linux System Administration"
.SH NAME
hcidump \- Parse HCI data
.SH SYNOPSIS
.B hcidump [-h]
.br
.B hcidump [option [option...]] [filter]
.SH DESCRIPTION
.LP
.B
hci
www.eeworm.com/read/184433/9100434
makefile
# P3PMail 1.2.2
#
# (C) 2004 by Jack S. Lai
#
# It's intent is to parse dangerous html tags from email messages to make
# them safe for viewing.
#
# This program is free software; you
www.eeworm.com/read/178239/9412433
java applet1.java
package MultiScriptParse.Parse;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.util.*;
import java.lang.reflect.*;
import java.net.*;
/**
* Title:
www.eeworm.com/read/373012/9478943
versions
$Id: VERSIONS,v 1.58 2006/03/18 05:05:59 geuzaine Exp $
New since 1.2: small bug fixes (binary .res read, Newmark -restart).
New in 1.2: Windows versions do not depend on Cygwin anymore; major
parse
www.eeworm.com/read/361582/10044415
txt 求一系列整数的和.txt
using System;
using System.Threading;
class My302
{
static void Main()
{
Console.WriteLine("Please Input the Number:");
int all = int.Parse(Console.ReadLine());
int sum=0,temp=0;
fo