代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5527288
x 980619-1.x
# This used to fail on ia32, with or without -ffloat-store.
# It works now, but some people think that's a fluke, so I'm
# keeping this around just in case.
#set torture_eval_before_execute {
#
#
www.eeworm.com/read/194935/8184154
cpp adlg.cpp
// ADlg.cpp : implementation file
//
#include "stdafx.h"
#include "A.h"
#include "ADlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/266075/11243740
ini agpsetup1.ini
[Startup]
AppName=SiS Acceleration Graphic Port
[Package]
BKColor=GREEN
TitleColor=PINK
Version=1.10
[DeviceID]
"(VEN_1039&DEV_0001)"
[Dialog]
WelcomeDlg=1
SetupTypeDlg=0
SelectFolder
www.eeworm.com/read/411211/11252609
vhd add4.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY add4 IS
PORT(
cin:IN STD_LOGIC;
a,b :IN STD_LOGIC_VECTOR(3 DOWNTO 0);
www.eeworm.com/read/105297/15671320
c ex19.c
/* $Id: ex19.c,v 1.4 2002/08/24 12:54:47 kpoitschke Exp $ */
#include
#include
#include "examples.h"
int select_ntable(sqlo_db_handle_t dbh)
{
sqlo_stmt_handle_t sth = SQLO_STH
www.eeworm.com/read/125362/14496826
c handler_tbl.c
/* -*- Mode: C -*-
* handler_tbl.c
*
* Description : NDMP message handler table.
*
* Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.
*
www.eeworm.com/read/386683/8732628
c alu.c
#include "cpu.h"
extern end_pipeline();
void instruction_execute(){
int i;
///////////////////////////////Execute instruction//////////////////////////////
result_first_wp=r
www.eeworm.com/read/125362/14496727
c cdb.c
/* -*- Mode: C -*-
* cdb.c
*
* Description : Predefined CDBs that may be sent via the
* tape_execute_cdb and ndmp_execute_cdb commands.
*
*