代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/335162/12547863
h bgconfig.h
/*********************************************************************
The following will be included when the cmx_init.c program gets
compiled. These are set the maximums for a variety of things.
www.eeworm.com/read/334846/12570462
h serversettings.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/235612/14060778
m maxcorr.m
function x=maxcorr(trace1,trace2,n)
% x=maxcorr(trace1,trace2,n)
%
% MAXCORR computes 2*n+1 lags of the crosscorrelation of trace1
% with trace2 (using CCORR) and then uses splines to pick the
% maxi
www.eeworm.com/read/201477/15407755
out mns.out
matrix size is
0 0 0 0 0 0 0 1 1 1
0 0 0 0 0 0 1 1 1 1
0 0 0 1 1 1 1 1 1 1
0 1 1 1 1 1 1 1 1 1
0 1 1 1 2 2 2 2 2 2
1 1 1 1 2 2 2 2 2 2
1 1 1 1 2 2 2 2 3 3
1 1 2 2 2 2 2 2 3 3
1 1 2 2
www.eeworm.com/read/185979/8969354
cpp a two-lane ca model of traffic flow with different maximum speed vehicles.cpp
//a two-lane CA model of traffic flow with different maximum speed vehicles:
#include "stdafx.h"
#include
#include
#include
#using
using namespace std
www.eeworm.com/read/188512/8533311
cpp fig06_27.cpp
// Fig. 6.27: fig06_27.cpp
// Function template maximum test program.
#include
using std::cout;
using std::cin;
using std::endl;
#include "maximum.h" // include definition of functi
www.eeworm.com/read/388663/8586533
conf server.conf
# Configurations for soccerserver
# Lines that start '#' are comment lines.
# width of goals
goal_width: 14.02
# size, decay, random parameter, weight, maximum speed of players
player_size: 0.3
play
www.eeworm.com/read/187655/8612323
txt yakabi.txt
#include
#include
#include
#include
//#include
#define n 3
#define z 0.0001
int e,f;
int main(void)
{
int i,j,k;