代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/284401/8935936
c proc_cmd.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/284321/8944691
flags .proc.o.flags
ifeq (-D__KERNEL__ -I/home/S3C2510/linux2510/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -DNO_MM -mapcs-32 -mshort-
www.eeworm.com/read/427423/8945995
c proc_cmd.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/427200/8966646
m matx_proc.m
%matx_proc is a group of functions which can be used either as an individual
%program for matrix processing or used as part of CtrlLAB.
%
% [ret1,ret2,ret3]=matx_proc(A,arg1,arg2)
%where
% A
www.eeworm.com/read/283969/8974253
c cursor_proc.c
/* Program name: cursor_proc.c
**
** Description : sample cursor program which fetches rows from a given
** table using a stored procedure. The procedure also accepts
** an input parameter.
**
**
www.eeworm.com/read/283969/8974278
sql cursor_proc.sql
use tempdb
go
if exists ( select 1 from sysobjects where type = 'P' and name = 'testproc' )
drop proc testproc
go
create proc testproc (@type char(5))
as
select name from sysobjects where type = @ty
www.eeworm.com/read/283576/9006178
cmd .proc.o.cmd
cmd_/home/est/Desktop/works/drcom-1.3.2/kmod/proc.o := gcc -m32 -Wp,-MD,/home/est/Desktop/works/drcom-1.3.2/kmod/.proc.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.2/include -D__KERNEL__ -I
www.eeworm.com/read/283509/9015059
m proc_innov.m
function [binnov, binnovsig]=proc_innov(innov,innovar,obs,bnum)
%
% function [binnov, binnovsig]=proc_innov(innov,innovar,obs,bnum)
%
% a function to process innovation results, extracting (optio
www.eeworm.com/read/283259/9032748
c ide-proc.c
/*
* linux/drivers/ide/ide-proc.c Version 1.03 January 2, 1998
*
* Copyright (C) 1997-1998 Mark Lord
*/
/*
* This is the /proc/ide/ filesystem implementation.
*
* The major reason this exis
www.eeworm.com/read/381919/9063161