代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/118454/14869491
prg test_proc.prg
********自定义函数JC()用于计算阶乘
FUNCTION jc
PARAMETERS num &&传递一个数值参数num,返回num的阶乘
s=1
FOR n =1 TO num
s=s*n
ENDFOR
RETURN s
********自定义函数LJH()用于计算累加和
FUNCTION ljh
PARAMETERS num &&传递一个数值参数n
www.eeworm.com/read/118194/14882322
sql proc1.sql
CREATE PROCEDURE PubTakeOver
@Acquirer varchar(12),
@Target varchar(12)
AS
DECLARE @acquirerNo int
DECLARE @targetNo int
SET @acquirerNo = (
SELECT PubNo
FROM Publisher WH
www.eeworm.com/read/218808/14905439
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/116837/14952054
h mos_proc.h
// Mos_proc.h: interface for the CMos_proc class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MOS_PROC_H__09A69E0A_B8CF_4163_BEC2_5007B5E4B5B8__INCL
www.eeworm.com/read/116837/14952083
cpp mos_proc.cpp
// Mos_proc.cpp: implementation of the CMos_proc class.
// Wrote by biti_zx. Released March,2002.
// Copyright (C) 2002 by biti_zx.
// All rights reserved.
////////////////////////////////////////
www.eeworm.com/read/116597/14963883
c pre_proc.c
/*
ITU-T G.729 Annex C - Reference C code for floating point
implementation of G.729
Version 1.01 of 15.September.98
*/
/*
----------------
www.eeworm.com/read/217373/14967726
flags .proc.o.flags
ifeq (-I/home/fc/dev/armdev/vivi2440/s3c2440_vivi_rel/include -I/usr/local/arm/2.95.3/include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -mshort-load-bytes -msoft-float,$(strip
www.eeworm.com/read/115606/15006180
h se_proc.h
LRESULT CALLBACK wndproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
{
switch (msg)
{
case WM_PAINT:
if (playgame) break;
SelectObject(hdcm
www.eeworm.com/read/114088/15114805
jpg mb_proc.jpg
www.eeworm.com/read/213549/15130643
m anti_proc.m
function [Nc,Nr]=anti_proc(N,F)
%“RFID技术中的防碰撞算法研究”的P17算法流程
Nc=0;
Nr=0;
SlotCounter=F;
a=zeros(1,F);
b=ceil(F*rand(1,N));
for m=1:F %判断tag产生的伪随机码是否重合
for n=1:N
if m