代码搜索:adding
找到约 4,236 项符合「adding」的源代码
代码结果 4,236
www.eeworm.com/read/130612/14181188
java squarewindow.java
// Chapter 16 Exercise 2
// Adding six button in a verticasl column on the left side
import javax.swing.JFrame;
import javax.swing.Box;
import javax.swing.JButton;
import java.awt.Toolkit;
imp
www.eeworm.com/read/230049/14307248
java serialctl.java
//: c12:SerialCtl.java
// Controlling serialization by adding your own
// writeObject() and readObject() methods.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. Se
www.eeworm.com/read/228430/14385798
txt readme.txt
This directory contains noisy synthetic images. Each image is stored in PGM
as well as in BMP format.
trin.pgm (resp. trin.bmp) is the original image. Noisy images are produced
by adding 0 mean Gauss
www.eeworm.com/read/122684/14675384
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
www.eeworm.com/read/119678/14824526
h kernels.h
#ifndef KERNEL_H_
#define KERNEL_H_
#include "memSpec.h"
#include
#include
/* possible kernel functions
*
* for adding other kernels,
* add kernel_declaration, make ne
www.eeworm.com/read/116603/14962871
java serialctl.java
//: c11:SerialCtl.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Controlling serialization by adding your own
// writeObje
www.eeworm.com/read/213492/15133762
txt tuning_ocr.txt
Current directory is /mnt/home.dokt/xfrancv/work
Adding path for the Statistical Pattern Recognition Toolbox...
Creating training set:
Input file: daniel_martinec1.mat, label: 1
Input file: daniel_mar
www.eeworm.com/read/209853/15213394
cpp addingvirtuals.cpp
//: C15:AddingVirtuals.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Adding virtuals in deriva