代码搜索:maximum

找到约 9,165 项符合「maximum」的源代码

代码结果 9,165
www.eeworm.com/read/391253/8413816

asv init.asv

% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2 % COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the FS-1016 CELP
www.eeworm.com/read/189508/8466964

txt readme.txt

This program is run under DOS environment. To run it, under DOS prompt, type in Pso pso.run then press the return key. The pso.run file specifies all information required to run the progra
www.eeworm.com/read/189063/8492091

m delta.m

function[change] = delta(ct,mt,y,b) % The delta function is the non-uniform distributions used by the nonUniform % mutations. This function returns a change based on the current gen, the % max gen
www.eeworm.com/read/389812/8498247

php 05c04-1.php

www.eeworm.com/read/188621/8525093

java downloadparameters.java

/* * WebSPHINX web crawling toolkit * Copyright (C) 1998,1999 Carnegie Mellon University * * This library is free software; you can redistribute it * and/or modify it under the terms of the GNU
www.eeworm.com/read/188512/8533322

cpp gradebook.cpp

// Fig. 6.4: GradeBook.cpp // Member-function definitions for class GradeBook that // determines the maximum of three grades. #include using std::cout; using std::cin; using std::endl
www.eeworm.com/read/388804/8574221

cpp 1760.cpp

/* This Code is Submitted by icycandy for Problem 1760 on 2008-11-18 at 16:29:42 */ #include #include int main() { int a, n, i; while (1) { scanf("%d",
www.eeworm.com/read/187764/8602149

java decontrols.java

package DeApp1.de; import java.io.*; public class DEControls /*********************************************************** **
www.eeworm.com/read/288527/8625375

m delta.m

function[change] = delta(ct,mt,y,b) % The delta function is the non-uniform distributions used by the nonUniform % mutations. This function returns a change based on the current gen, the % max gen
www.eeworm.com/read/432045/8635706

cpp ch7_7.cpp

//********************* //** ch7_7.cpp ** //********************* #include int maximum(int[][4],int,int); void main() { int sg[3][4]={{68,77,73,86},