代码搜索:proc

找到约 10,000 项符合「proc」的源代码

代码结果 10,000
www.eeworm.com/read/488556/6489450

sql 货币_proc.sql

if exists(select name from sysobjects where name='货币_PROC' and type= 'p') drop PROC 货币_PROC GO CREATE PROC 货币_PROC AS CREATE TABLE [#货币主文件] ( [货币编码] [varchar] (10) , [货币描述] [varchar] (10) )
www.eeworm.com/read/488556/6489454

sql 部门_proc.sql

if exists(select name from sysobjects where name='部门_PROC' and type= 'p') drop PROC 部门_PROC GO CREATE PROC 部门_PROC @从部门 varchar (10), @到部门 varchar (10) AS CREATE TABLE [#部门码] ( [部门码] [varcha
www.eeworm.com/read/488556/6489525

sql proc_收款.sql

IF EXISTS (SELECT NAME FROM SYSOBJECTS WHERE NAME='PROC_收款' AND TYPE='P') DROP PROC PROC_收款 GO create PROC PROC_收款 @客户编码 VARCHAR(10) as DECLARE @凭证号 INT, @实收金额 NUMERIC declare PP1 SCROLL cur
www.eeworm.com/read/484994/6569844

pdf proc_code.pdf

www.eeworm.com/read/484994/6569845

pdf proc_note.pdf

www.eeworm.com/read/482678/6621171

tcl bet_proc.tcl

# # bet_proc.tcl - GUI proc for BET - Brain Extraction Tool # # Stephen Smith, FMRIB Image Analysis Group # # Copyright (C) 1999-2000 University of Oxford # # TCLCOPYRIGHT proc bet
www.eeworm.com/read/481537/6642755

c lockdep_proc.c

/* * kernel/lockdep_proc.c * * Runtime locking correctness validator * * Started by Ingo Molnar: * * Copyright (C) 2006,2007 Red Hat, Inc., Ingo Molnar * Copyright (C) 200
www.eeworm.com/read/480430/6664009

m plot_proc.m

%plot_proc is used to change properties of a user selected curves % % plot_proc(nTask,arg1,arg2) %where % nTask -- curve manipulation code % 1 display dialog box for preference %
www.eeworm.com/read/480430/6664018

m legd_proc.m

%legd_proc processing legends on a graphics window. % % i_Legends=legd_proc(nTask,arg1) %where % nTask -- the code for legend processing. Details can be found in the comments %
www.eeworm.com/read/480430/6664022

m proc_model.m

%proc_model manipulates system models. The syntax of the function is % % W_Sys=proc_model(nTask,g_model,key,arg1,arg2,arg3) %where % nTask -- the task code for model processing, details of