代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/458232/1586745
s ncrtso.s
! This is the C run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _main expects them.
! It also initializes _env
www.eeworm.com/read/458232/1586832
s crtso.s
! This is the C run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _main expects them.
! It also initializes _env
www.eeworm.com/read/456693/1604674
c getargs.c
/* Portions Copyright (c) 2005-2006 Nokia Corporation */
/* New getargs implementation */
#include "Python.h"
#include
int PyArg_Parse(PyObject *, char *, ...);
int PyArg_Pars
www.eeworm.com/read/247438/4482619
aspx validate.aspx
Sub ServerValidate (sender As Object, value As ServerValidateEventArgs)
Dim num As Int32 = Int32.Parse(value.Value)
response.write
www.eeworm.com/read/242732/4541416
h parser.h
#ifndef PARSER_H
#define PARSER_H
int parse_dhcp_options( DHCPMESSAGE *, DHCPOPTIONS *);
int process_dhcp_packet( DHCPMESSAGE *, DHCPOPTIONS *);
int write_packet( DHCPMESSAGE *, char *);
#end
www.eeworm.com/read/240162/4579029
c scoped4.c
/* PR c++/754 */
/* { dg-do compile } */
namespace foo
{
namespace bar
{
enum x {foo
};
enum {ubit0 = 0x0001};
// Used to get a parse error before "::" tok
www.eeworm.com/read/240162/4581378
c crash13.c
// { dg-do assemble }
template struct A {};
template struct A; // { dg-error "" } does not specialize args
template const struct A; // { dg-error "" } parse error
www.eeworm.com/read/234560/4657580
cs class1.cs
using System;
using System.Net;
using System.Net.Sockets;
class UdpClientMultiSnd
{
static void Main()
{
UdpClient uc=new UdpClient();
IPEndPoint iep=new IPEndPoint(IPAddress.Parse("224.