代码搜索:scientists

找到约 23 项符合「scientists」的源代码

代码结果 23
www.eeworm.com/read/425020/10387275

txt ii-01-1.txt

(WA-MM) Not long ago, some of you may have read about a team of mountain-climbing scientists who helped to recalculate the elevation of the highest mountain in the world: Mt. Everest. Of course, the e
www.eeworm.com/read/221024/14768438

html http:^^www.cs.rpi.edu^brochure^faculty^flaherty.html

Date: Thu, 21 Nov 1996 19:43:23 GMT Server: Apache/1.1.1 Content-type: text/html Content-length: 2481 Last-modified: Fri, 28 Oct 1994 14:23:17 GMT Joseph E. Flaherty
www.eeworm.com/read/221024/14777190

html http:^^www.cs.utexas.edu^users^utcs^cs_description.html

MIME-Version: 1.0 Server: CERN/3.0 Date: Wednesday, 08-Jan-97 16:48:12 GMT Content-Type: text/html Content-Length: 3227 Last-Modified: Tuesday, 02-Jul-96 19:52:09 GMT
www.eeworm.com/read/338523/12299772

m ga_g2b.m

function bin=GA_g2b(gray) %% bin=GA_g2b(gray); %% Convert a Gray code array to a Binary code array (vector only) %% See page 88 of David A Coley, An Introduction to Genetic Algorithms %% for
www.eeworm.com/read/338523/12301225

m ga_b2g.m

function gray=GA_b2g(bin) %% gray=GA_b2g(bin); %% Convert a Binary code array to a Gray code array (vector only) %% See page 88 of David A Coley, An Introduction to Genetic Algorithms %% for