代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/145469/12722049
java accountlocalhome.java
package examples;
import javax.ejb.*;
import java.util.Collection;
/**
* This is the local home interface for Account. This
* interface is implemented by the EJB container's tools - the
* implem
www.eeworm.com/read/145469/12722424
java customerhome.java
package examples;
import javax.ejb.*;
import java.util.Collection;
/**
* This is the local home interface for our entity bean.
* The container will implement this as the home object,
* wh
www.eeworm.com/read/246418/12725537
old risp.old
**__RI_HEADER!@ Do NOT REMOVE or MODIFY this line!!!! @!__RI_HEADER**
procedure RIDELETE
local llRetVal
llRetVal=.t.
IF (ISRLOCKED() and !deleted()) OR !RLOCK()
llRetVal=.F.
ELSE
I
www.eeworm.com/read/145339/12735077
m beam3s.m
function [es,edi,eci]=beam3s(ex,ey,ez,eo,ep,ed,eq,n)
% es=beam3s(ex,ey,ez,eo,ep,ed)
% es=beam3s(ex,ey,ez,eo,ep,ed,eq)
% [es,edi,eci]=beam3s(ex,ey,ez,eo,ep,ed,eq,n)
%---------------------------------
www.eeworm.com/read/144931/12761726
c main.c
// sccavr.cpp : Defines the entry point for the console application.
//
#include
#include
#include
#include
#include
#include
#inclu
www.eeworm.com/read/332234/12772095
sh string.functions.sh
#!/bin/bash
# function strcat
# Usage: strcat s1 s2
function strcat ()
{
local s1_val s2_val
s1_val=${!1} # indirect variable expansion
s2_val=${!2}
www.eeworm.com/read/245818/12779205
c loccheck.c
/* loccheck.c -- checks to see where variables are stored */
#include
void mikado(int); /* declare function */
int main(void)
{
int pooh = 2, bah = 5;