代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/143580/5757297
ini english.ini
;
; Few rules for translator:
; For beginning of translate - copy english.ini into the yourlanguage.ini
; Please, translate text only after simbol '='
;
[Translations]
;
; * Header labels *
www.eeworm.com/read/140582/5785889
prepcand
#! /bin/sh
# prepcand m.nn
# prepare candidate for building, must be done in top working dir
PATH=/bin:/usr/bin
export PATH
umask 022
case "$#:$1" in
1:*.*) ;;
*) echo "Usage: $0 release" >&2 ; exit
www.eeworm.com/read/138196/5817284
java generaldigest.java
/******************************************************************************
* Copyright (c) 2000 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
* Permission is hereby granted, fre
www.eeworm.com/read/137691/5820118
make app.rules.make
#
# This file is included to drive all the (non-gui based) apps
#
# An empty rule for converting .l to .c files. Keeps make
# from trying to run lexx on the man page and overwriting
# the source.
%.c
www.eeworm.com/read/136989/5829294
readme
README,v 1.2 2002/12/02 18:41:25 jwillemsen Exp
Before compiling the example in The Borland C++ Builder IDE
you must generate the client and server stubs using build_idl.bat.
Please update the lo
www.eeworm.com/read/136828/5845064
java observer.java
package com.javapatterns.observer;
public interface Observer
{
void update();
}
www.eeworm.com/read/136827/5847236
c syn_filt.c
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/136812/5858537
c wclrtoeol.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
www.eeworm.com/read/136786/5866507
h sa-1111.h
/*
* Moved to new location
*/
#warning using old SA-1111.h - update to
#include
www.eeworm.com/read/136777/5867461
java groupupdatebean.java
/**
* @(#)GroupUpdateBean.java 2.0 2005/04/30
* copyright: Copyright 东软 国际合作事业部版权所有
* company: neusoft
* time: 2005.04.30
*/
package qujl.bean;
im