代码搜索:modification

找到约 10,000 项符合「modification」的源代码

代码结果 10,000
www.eeworm.com/read/202785/15373392

m fps.m

% function fps_num = fps(fit) % % This function uses Fitness Proportionate Reproduction (FPS) to select % an individual for reproduction, mutation, or cross over. For use with % tree_ga2.m % %
www.eeworm.com/read/106745/15623342

glade screentest.glade

Screentest screentest src
www.eeworm.com/read/104382/15696423

makefile

# Makefile - makefile for vw/src/netinet # # modification history # -------------------- # 01d,11feb00,gnn first checkin to openstack (Siemens ONLY) # 01c,04nov99,pul addint debugging symbols # 01b,
www.eeworm.com/read/102052/15793796

ref chips.ref

Microsoft Cross-Reference Version 5.00 Wed Nov 11 20:18:41 1987 Symbol Cross-Reference (# definition, + modification) Cref-1 CODE . . . . . . . . . . . . . . 63 CPUbye . .
www.eeworm.com/read/189063/8492685

m n_simp2.m

% function y=n_simp2(x) % % Simplifies strings from tree_ga2 etc. % % Input % x - population matrix % Output % y - simplified population martrix % % Author Date
www.eeworm.com/read/389033/8552410

h arbiter.h

/************************************************************************ * file name: arbiter.h * description: header file of arbiter module. * * modification history * --------------------
www.eeworm.com/read/388439/8609318

m n_simp2.m

% function y=n_simp2(x) % % Simplifies strings from tree_ga2 etc. % % Input % x - population matrix % Output % y - simplified population martrix % % Author Date
www.eeworm.com/read/288527/8626506

m n_simp2.m

% function y=n_simp2(x) % % Simplifies strings from tree_ga2 etc. % % Input % x - population matrix % Output % y - simplified population martrix % % Author Date
www.eeworm.com/read/381211/9104027

m fg_07_09.m

% fg_07_09 Periodogram (power) sp_fig(1); N=100; M=50; set(gcf,'defaultaxesfontsize',16); subplot(2,1,1); m=0:M-1; n=0:N-1; b=exp(-m*4/M).*cos(2*pi*9*m/(2*M)); x=b*sin(2*pi*m'*(n-N/2)
www.eeworm.com/read/183756/9141719

makefile

# Makefile - makefile for vw/src/libc/ctype # # modification history # -------------------- # 01b,12oct01,tam added repackaging support # 01a,18jun96,yp created from 01c of MakeSkel # # DESCRIPTION