代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/468333/1491162
sql proc_insertinstore.sql
use db_SMS
go
if object_Id('proc_insertInStore') is not null
drop proc proc_insertInStore
go
create proc proc_insertInStore
(
@GoodsID bigint,
@GoodsName varchar(50),
@PrName varchar (100),
www.eeworm.com/read/465313/1520934
pl proc_autom.pl
#!/usr/bin/perl
sub init_state {
my ($i);
for ($i = 0; $i < 128; $i++) {
$autom[$i] = 255;
}
}
sub output_state {
my ($state,@autom) = @_;
my ($i);
print "static char ",$ba
www.eeworm.com/read/457930/1592332
asm 7110proc.asm
;Copyright (C) 1997-2007 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach )
;
;http://www.zsnes.com
;http://sourceforge.net/projects/zsnes
;https://zsnes.bountysource.com
;
;This program is free softwar
www.eeworm.com/read/457505/1596692
c proc_dev.c
#define MODULE
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/457505/1596694
c proc_dev.c
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/453040/1643136
c num_proc.c
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/*************** ****************/
/*************** $Modtime:: 04/08/27 9:39a $
www.eeworm.com/read/250243/4432962
c picvue_proc.c
/*
* Picvue PVC160206 display driver
*
* Brian Murphy
*
*/
#include
#include
#include
#include
#includ
www.eeworm.com/read/250243/4433077
s proc-funcs.s
/*
* linux/arch/arm26/mm/proc-arm2,3.S
*
* Copyright (C) 1997-1999 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/250243/4433318
c prominfo_proc.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1999
www.eeworm.com/read/250243/4433639
s proc-macros.s
/*
* We need constants.h for:
* VMA_VM_MM
* VMA_VM_FLAGS
* VM_EXEC
*/
#include
#include
/*
* vma_vm_mm - get mm pointer from vma pointer (vma->vm_mm)
*