代码搜索:adding

找到约 4,236 项符合「adding」的源代码

代码结果 4,236
www.eeworm.com/read/374163/9418508

widechar readme.widechar

From haible@ilog.fr Mon Sep 20 15:34:21 1999 Hello Andries, Here is a patch for adding multi-byte locale support to a few programs found in util-linux-2.9u. With these patches, the programs col
www.eeworm.com/read/365797/9846441

c taskshow.c

/* taskShow.c - task show routines */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 02f,04sep02,dtr Adding support for S
www.eeworm.com/read/355030/10301392

cpp addv.cpp

//: C15:Addv.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Adding virtuals in derivation #inc
www.eeworm.com/read/162286/10318929

java scan.java

// Things to think about adding: // 1. A new exception to return at end of file. // 2. A call back when a new line is read so // a listing can be produced import java.io.*; import java.util.*; p
www.eeworm.com/read/161374/10421256

changelog-3-1-9

2000-10-17 17:03 mhall * weka/Makefile (1.28): Added remote.policy entry. Modified code for adding the pointer to the Tutorial.pdf file etc. to work properly with 1.2 javadoc's emulation o
www.eeworm.com/read/353439/10447242

java music10.java

// interfaces/music10/Music10.java // TIJ4 Chapter Interfaces, Exercise 10, page 320 /* Modify Music5.java by adding a Playable interface. Move the play() declaration * from Instrument to Playable.
www.eeworm.com/read/352425/10553716

java music10.java

// interfaces/music10/Music10.java // TIJ4 Chapter Interfaces, Exercise 10, page 320 /* Modify Music5.java by adding a Playable interface. Move the play() declaration * from Instrument to Playable.
www.eeworm.com/read/418454/10944826

m noise.m

function y = noise(varargin) % NOISE Adds noise to an image. % % NOISE creates a new image by adding noise to the original image. % NOISE can be used to any matrix (1D, 2D, 3D, nD) %
www.eeworm.com/read/271450/10994071

cpp recycle2.cpp

//: C25:Recycle2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Adding a factory method