代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/236649/14006293
c io20_6.05.c
// #include
#include
#include
/**
** requires that these files exist in the directory
** this program is executed within
**
stanl@john:d.ch20 249 : a.out
www.eeworm.com/read/236649/14006413
c ch04.02.c
// #include
// #include
#include
#include
#include
/**
** !!ok: executed with no errors!
**/
int main()
{
int ia[ 10 ] = { 0,1,
www.eeworm.com/read/204766/15333838
m demsvm3.m
function demsvm3()
% DEMSVM3 - Sample code for the use of SVMCV (parameter selection)
%
% This function is not meant to be executed!
%
% Given a data set with examples X and labels Y.
% First,
www.eeworm.com/read/204559/15337090
c io20_6.05.c
// #include
#include
#include
/**
** requires that these files exist in the directory
** this program is executed within
**
stanl@john:d.ch20 249 : a.out
www.eeworm.com/read/204559/15337145
c ch04.02.c
// #include
// #include
#include
#include
#include
/**
** !!ok: executed with no errors!
**/
int main()
{
int ia[ 10 ] = { 0,1,
www.eeworm.com/read/200892/15420627
s startup.s
.extern main
.global _start
.extern __end_data
b _start // this line is mainly for debugging with bootstrap mode
// so that the first line of b-record is executed correctly
.equ ImageS
www.eeworm.com/read/191918/8416812
s startup.s
#
# *** Startup Code (executed after Reset) ***
#
#include "config.h"
# Standard definitions of Mode bits and Interrupt (I & F) flags in PSRs
.equ Mode_USR, 0x10
.
www.eeworm.com/read/187912/8591644
c main.c
#define __LIBRARY__
#include
#include
/*
* we need this inline - forking from kernel space will result
* in NO COPY ON WRITE (!!!), until an execve is executed. This
* i
www.eeworm.com/read/288458/8631136
c main.c
#define __LIBRARY__
#include
#include
/*
* we need this inline - forking from kernel space will result
* in NO COPY ON WRITE (!!!), until an execve is executed. This
* is no pr
www.eeworm.com/read/186023/8965938
c main.c
#define __LIBRARY__
#include
#include
/*
* we need this inline - forking from kernel space will result
* in NO COPY ON WRITE (!!!), until an execve is executed. This
* is no pr