代码搜索:jAVA
找到约 10,000 项符合「jAVA」的源代码
代码结果 10,000
www.eeworm.com/read/137691/5820485
makefile
# Makefile for tools/java/net/tinyos/sim/packet
ROOT = ../../../..
include $(ROOT)/Makefile.include
www.eeworm.com/read/137691/5820521
simdriver
#!/bin/sh
# handle symbolic links
SCRIPT=$0
if [ -L "$SCRIPT" ]; then
SCRIPT=`/bin/ls -l $SCRIPT | sed 's/.*-> //'`
fi
BASE="${SCRIPT%/*}"
which cygpath 2>/dev/null >/dev/null && BASE="`cygpath -m
www.eeworm.com/read/137691/5820535
makefile
# Makefile for tools/java/net/tinyos/sim/script
SUBDIRS = reflect
ROOT = ../../../..
include $(ROOT)/Makefile.include
www.eeworm.com/read/137691/5820597
makefile
# Makefile for tools/java/org
ROOT = ..
SUBDIRS = apache python
include $(ROOT)/Makefile.include
www.eeworm.com/read/137691/5820628
makefile
# Makefile for tools/java/org/python/modules
SUBDIRS = sre
ROOT = ../../..
include $(ROOT)/Makefile.include
www.eeworm.com/read/137691/5820794
java bytecodeloader.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.core;
import java.io.*;
import java.util.StringTokenizer;
import java.util.Hashtable;
import java.util.Vector;
/**
www.eeworm.com/read/137691/5820800
makefile
# Makefile for tools/java/org/python/parser
SUBDIRS = ast
ROOT = ../../..
include $(ROOT)/Makefile.include
www.eeworm.com/read/137691/5820803
makefile
# Makefile for tools/java/org/python/parser/ast
ROOT = ../../../..
include $(ROOT)/Makefile.include
www.eeworm.com/read/137691/5822037
readme
README for Heterogeneous Sensor Routing (HSN) TASK Application
Contact: York Liu at york.liu@intel.com
1. Introduction
This TASK application applies the HSN routing layer on TinyOS TASKApp.
2. F
www.eeworm.com/read/137598/5823353
java employeepermcmpbean.java
package testejb;
import javax.ejb.*;
abstract public class EmployeePermcmpBean implements EntityBean {
EntityContext entityContext;
public EmployeePermcmpPK ejbCreate(java.lang.String employeeId