代码搜索:jeffheaton

找到约 149 项符合「jeffheaton」的源代码

代码结果 149
www.eeworm.com/read/124567/6045519

java testhttp.java

/* * TestHTTP.java * * Created on August 18, 2003, 9:52 PM */ package com.heaton.bot.test; import com.heaton.bot.*; /** * * @author jheaton */ public class TestHTTP { /** Creates a
www.eeworm.com/read/300848/13889099

txt readme.txt

A short source code example from Jeff Heaton(heatonj@heat-on.com). For more such source code examples and books on some of these topics visit my website at http://www.jeffheaton.com.
www.eeworm.com/read/237535/13946061

txt readme.txt

A short source code example from Jeff Heaton(heatonj@heat-on.com). For more such source code examples and books on some of these topics visit my website at http://www.jeffheaton.com.
www.eeworm.com/read/237535/13946063

java kohonennetwork.java

/** * Java Neural Network Example * Handwriting Recognition * by Jeff Heaton (http://www.jeffheaton.com) 1-2002 * ------------------------------------------------- * * This class implem
www.eeworm.com/read/237535/13946076

java sampledata.java

/** * Java Neural Network Example * Handwriting Recognition * by Jeff Heaton (http://www.jeffheaton.com) 1-2002 * ------------------------------------------------- * A class that is used to
www.eeworm.com/read/237535/13946071

java network.java

import java.util.*; /** * Java Neural Network Example * Handwriting Recognition * by Jeff Heaton (http://www.jeffheaton.com) 1-2002 * ------------------------------------------------- * A
www.eeworm.com/read/476437/1371038

java genetic.java

/** * XorMinimaExampleGenetic * Copyright 2005 by Jeff Heaton(jeff@jeffheaton.com) * * Example program from Chapter 10 * Programming Neural Networks in Java * http://www.heatonresearch.com
www.eeworm.com/read/129661/5971024

java spider.java

/** * The Spider class is the main organizational class for * spidering. It delegates work to the SpiderWorker class. * * Copyright 2001-2003 by Jeff Heaton (http://www.jeffheaton.com) * * @aut
www.eeworm.com/read/124567/6045495

java spider.java

/** * The Spider class is the main organizational class for * spidering. It delegates work to the SpiderWorker class. * * Copyright 2001-2003 by Jeff Heaton (http://www.jeffheaton.com) * * @aut
www.eeworm.com/read/482143/6628507

java kohonennetwork.java

/** * KohonenNeuralNetwork * Copyright 2005 by Jeff Heaton(jeff@jeffheaton.com) * * Example program from Chapter 6 * Programming Neural Networks in Java * http://www.heatonresearch.com/art