代码搜索:ARTIFICIAL
找到约 1,768 项符合「ARTIFICIAL」的源代码
代码结果 1,768
www.eeworm.com/read/388876/8568475
readme
Fast Artificial Neural Network Library (fann)
Fast Artificial Neural Network Library implements multilayer
artificial neural networks in C with support for both fully connected
and sparsely connected
www.eeworm.com/read/430264/8758700
pdf gobang valuation weight of artificial intelligence algorithms.pdf
www.eeworm.com/read/359209/10161324
pdf a modified artificial fish-swarm algorithm.pdf
www.eeworm.com/read/485690/6556604
pdf artificial_neural_networks_combined_with_genetic_algorithm.pdf
www.eeworm.com/read/477424/6734769
pdf practical_artificial_intelligence_programming_in_java_markwatson.pdf
www.eeworm.com/read/364264/9916735
m antfoodahead.m
function food=antfoodahead
%ANTFOODAHEAD Tests if there is food ahead of the GPLAB artificial ant.
% ANTFOODAHEAD returns true if there is food ahead of the artificial ant;
% returns false o
www.eeworm.com/read/221024/14768432
ca^~vanbeek^ http:^^www.cs.ualberta.ca^~vanbeek^
Date: Mon, 25 Nov 1996 22:54:20 GMT
Server: Apache/1.1.1
Content-type: text/html
Content-length: 2648
Last-modified: Thu, 29 Aug 1996 16:48:21 GMT
Peter van Beek
www.eeworm.com/read/221024/14769017
html http:^^cs.millersv.edu^webster.html
Server: Netscape-Communications/1.1
Date: Monday, 25-Nov-96 20:40:28 GMT
Content-type: text/html
Dr. Roger Webster Resume
www.eeworm.com/read/388876/8569663
py __init__.py
#
# Fast Artificial Neural Network library for Python
#
# package placeholder
#
# Copyright (c) 2004 by Gil Megidish
#
# See the README file for information on usage and redistribution.
#
#
www.eeworm.com/read/428326/8876112
py listcomp2.py
strings = ['Some string','Art','Music','Artificial Intelligence']
print [x.lower() for x in strings if len(x) > 5]