代码搜索:Best 有哪些应用?
找到约 10,000 项符合「Best 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/299653/7841346
asm gvmat32.asm
;
; gvmat32.asm -- Asm portion of the optimized longest_match for 32 bits x86
; Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
; File written by Gilles Vollant, by modifiying the long
www.eeworm.com/read/197407/7998071
cpp bloade.cpp
// loading containers on to two ships via backtracking
// code finds best loading of first ship as well as its weight
// this is done by first finding the weight of the best loading
// and then d
www.eeworm.com/read/197100/8030508
cpp permnum.cpp
/* -*-C-*-
********************************************************************************
*
* File: permnum.c (Formerly permnum.c)
* Description:
* Author: Mark Seaman, OCR Techno
www.eeworm.com/read/195541/8142983
cpp tsp_u1.cpp
/*
Version History
ver 1.00 Dec 9, 1997 Official Release
ver 1.01 Dec 10, 1997 Add a write button
Flags:
TForm1->tsp_started : if a valid instance ready
TSP->loaded :
www.eeworm.com/read/146126/12668232
cpp closestpoints.cpp
// closest pair of points in Euclidean space
#include
#include
#include "mergeSort.h"
#include "myExceptions.h"
using namespace std;
struct point
{
// data membe
www.eeworm.com/read/331047/12854123
cpp memory_manage.cpp
// 内存管理.cpp : Defines the entry point for the console application.
//#include "stdafx.h"
#include
#include
using namespace std;
typedef struct LNode//存储资源表结构(已分区表)
{
www.eeworm.com/read/139481/13154468
txt 演化计算(实例:多峰函数最值).txt
演化计算(实例:多峰函数最值)
演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。
问题:
求函数的最大值 :
f(x,y)=21.5+x*sin(4*PI*x)+y*sin(20*PI*y)
定义域 D: -3
www.eeworm.com/read/317215/13507412
txt 使用帮助.txt
声明:
0.此系统是非盈利的,服务性的程序.
1.此系统数据由同学负责添加,请自行确认数据的准确性.
2.任何建议请发送邮件到:blue.pan@163.com
介绍:
0.本系统才用直观的课程表式选课 //哪些课程冲突一目了然,方便决策.
1.本系统自动生成你的课程表 //快速生成自己的课表,省时,省心.
使用:
step1:勾选自己想选择的课程-->生成课表
st ...
www.eeworm.com/read/314474/13566461
1 anti-ngram.1
.\" $Id: anti-ngram.1,v 1.6 2004/12/03 17:59:01 stolcke Exp $
.TH anti-ngram 1 "$Date: 2004/12/03 17:59:01 $" "SRILM Tools"
.SH NAME
anti-ngram \- count posterior-weighted N-grams in N-best lists
.SH