代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/150965/5687452
gnumakefile
# Makefile for cygwin gcc
# Nate Lawson
SUBDIRS = basic_dump basic_dump_ex iflist pcap_filter pktdump_ex readfile readfile_ex savedump sendpack UDPdump
all clean install uni
www.eeworm.com/read/139332/5801918
hpp text_woarchive.hpp
#ifndef BOOST_ARCHIVE_TEXT_WOARCHIVE_HPP
#define BOOST_ARCHIVE_TEXT_WOARCHIVE_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
///
www.eeworm.com/read/139332/5802672
hpp io.hpp
// (C) Copyright Gennadiy Rozental 2004.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
www.eeworm.com/read/253602/12210327
txt pear xml-rpc library 1.3.0 remote php code execution exploit.txt
#!/usr/bin/perl
#
# ilo--
#
# This program is no GPL or has nothing to do with FSF, but some
# code was ripped from romansoft.. sorry, too lazy!
#
# xmlrpc bug by James from GulfTech Sec
www.eeworm.com/read/223467/14640475
gnumakefile
# -*- makefile -*-
#----------------------------------------------------------------------------
# GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm,v 1.1.1.1.2.8 2007/03/02 18:21:13 elli
www.eeworm.com/read/223467/14640686
gnumakefile
# -*- makefile -*-
#----------------------------------------------------------------------------
# GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm,v 1.1.1.1.2.8 2007/03/02 18:21:13 elli
www.eeworm.com/read/162614/5518324
c pr6713.c
// PR optimization/6713
// This testcase segfaulted on x86 because a dangling REG_EQUAL note
// resulted in incorrect substitutions later.
// { dg-do run }
// { dg-options "-O2" }
template
www.eeworm.com/read/162614/5537767
hpp ds_trait.hpp
// -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it und
www.eeworm.com/read/290230/8494497
dbk last loaded adc0809 basic.dbk
www.eeworm.com/read/382542/9022310
txt 用yacclex设计实现小型basic语言.txt
用YACC/LEX 设计计算机Basic语言
作者:王晓智
简介:使用 YACC/LEX 设计计算机语言的介绍和例子,同时对 YACC/LEX 的不同平台下的实现做了介绍。
关键词:YACC ,LEX,计算机语言。
前言:
YACC (Yet Another Compiler Compiler) 是1974年在 Uni