代码搜索:Added
找到约 10,000 项符合「Added」的源代码
代码结果 10,000
www.eeworm.com/read/135000/13967558
txt readme.txt
Release Notes:
15 Mar 2002 - First version released
05 June 2002 - Facility to load binary data from a user specified file added.
This allows one to load a certificate file for example in the "T
www.eeworm.com/read/134405/13992408
txt readme.txt
Release Notes:
15 Mar 2002 - First version released
05 June 2002 - Facility to load binary data from a user specified file added.
This allows one to load a certificate file for example in the "T
www.eeworm.com/read/235282/14077826
h adodialog.h
// ADODialog.h : Declaration of the CADODialog
#ifndef __ADODIALOG_H_
#define __ADODIALOG_H_
#include "resource.h" // main symbols
#include
//The next two were added by Chuc
www.eeworm.com/read/202765/15374294
inc upsd3300.inc
;--------------------------------------------------------------------------
;upsd3300.inc
;
;Version:
;September 9, 2004 Version 2.1 - Added SFR bits ES0 and PS0 used by uPSD.
; ES0 and PS0 are
www.eeworm.com/read/202129/15390377
m addtag.m
%ADDTAG add a tag to an object
%
% ADDTAG(OBJ_HANDLE,STR)
%
% Adds the tag STR to the object referrenced by OBJ_HANDLE
% When OBJ_HANDLE is an array of handles, STR is added to all corresponding
% o
www.eeworm.com/read/200155/15439535
c label.c
/*
Program: revava - Atmel Dis-Assembler
File: Label.cpp
Parts of this are Copyright (C) 1997-1999 Uros Platise
The rest of it is Copyright (C) 2001 Daniel J. Winker
This file is added
www.eeworm.com/read/112924/15473725
c snac.c
/*
*
* Various SNAC-related dodads...
*
* outstanding_snacs is a list of aim_snac_t structs. A SNAC should be added
* whenever a new SNAC is sent and it should remain in the list until the
* r
www.eeworm.com/read/112924/15473740
c msgcookie.c
/*
* Cookie Caching stuff. Adam wrote this, apparently just some
* derivatives of n's SNAC work. I cleaned it up, added comments.
*
*/
/*
* I'm assuming that cookies are type-specific. that is,
www.eeworm.com/read/112193/15492127
cpp upnpnat.cpp
// emulEspa馻. Added by MoNKi [MoNKi: -UPnPNAT Support-]
//File coded by MoNKi for the "emulEspa馻 Mod" based on a sample code by Bkausbk
#include "StdAfx.h"
#include "natupnp.h"
#include "UPnPN
www.eeworm.com/read/111805/15502738
java avoidoverwritingfile.java
// Chapter 9 Exercise 2
// This extends the solution to exercise 1 to append a three digit number to the file name
// *** indicates modified or added code
import java.io.File;
import java.io.F