代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/328861/12997910
c vxping.c
/* vxPing.c - send ICMP ECHO_REPLY packets to a particular network host*/
/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01j,09aug01,vvv clo
www.eeworm.com/read/141504/13007928
readme
********************************************************************************
* *
* Copyright J.R. Quinlan, 1987, 1988, 1989, 1990, 1991, 1992. This software *
* may not be distr
www.eeworm.com/read/140916/13052570
h ckuusr.h
/* C K U U S R . H -- Symbol definitions for C-Kermit ckuus*.c modules */
/*
Author: Frank da Cruz (SY.FDC@CU20B),
Columbia University Center for Computing Activities, January 1985.
Copyright
www.eeworm.com/read/140814/13060611
txt day04_1.txt
1,创建为Category表提供primary key 的 sequence 表
create table Sequence (
pKey number(1) primary key,
value number(1000,0) not null
);
insert into sequence ( pKey,value ) values( 1 ,
www.eeworm.com/read/140814/13060619
txt day01.txt
准备开发环境
开发工具: JBuilder 9
数据库 : Pointbase
中间件 : Weblogic 8.x
1,创建数据库:ec_port
2,建表:
create table admin(
userid varchar2(30) primary key ,
www.eeworm.com/read/140758/13062773
makefile
# Copyright (c) 1996 WIDE Project. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modifications, are permitted provided that the above copyright notice
#
www.eeworm.com/read/140757/13062788
makefile
# Copyright (c) 1996 WIDE Project. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modifications, are permitted provided that the above copyright notice
#
www.eeworm.com/read/327242/13092237
linux_icc_sse2 makefile.linux_icc_sse2
#
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.
#
#
# Dec 8, 2005 - with gcc4.0.2 (or .1) under Redhat Linux Fedora FC4 -03 breaks the alignment code
#
CC= icc -g -O3 -msse2
#CC =
www.eeworm.com/read/327242/13092353
linux makefile.linux
# $Name: fa35_03_06 $ - $ ID: $
#
# makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx.
#
#
# Dec 8, 2005 - with gcc4.0.2 (or .1) under Redhat Linux Fedora FC4 -03 breaks the alignment code