代码搜索:Best 有哪些应用?

找到约 10,000 项符合「Best 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/339115/12256642

cpp 内存管理.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/251586/12332180

cpp acs.cpp

/* ANT-CYCLE ALGORITHM FOR TSP File: acs.c Author: ehui928 Purpose: implementation of acs.h Date: 2007-01-18 Reference: Dorigo M --"The Ant System: Optimization by a colony of cooperating
www.eeworm.com/read/132338/14097435

c ga_tabu.c

/********************************************************************** ga_tabu.c ********************************************************************** ga_tabu - A tabu-search algorithm for com
www.eeworm.com/read/130467/14192240

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/129819/14223758

cpp anneal.cpp

/********************************************/ #include #include #include #include /********************************************/ #include "Matrix.h" /***
www.eeworm.com/read/125370/14496610

c acotsp.c

/* AAAA CCCC OOOO TTTTTT SSSSS PPPPP AA AA CC OO OO TT SS PP PP AAAAAA CC OO OO TT SSSS PPPPP AA AA CC OO OO TT S
www.eeworm.com/read/221024/14762821

html http:^^cs-pub.bu.edu^faculty^best^crs^cs835^s96^home.html

Date: Wed, 20 Nov 1996 21:41:21 GMT Server: NCSA/1.5 Content-type: text/html CS-835(B1): Real-Time Systems Seminar Boston University /
www.eeworm.com/read/218167/14932304

h datanode.h

#ifndef DATANODE_H #define DATANODE_H //my codes class DataNode{ private: // protected: // public: int gen; int best; double fitness; double x1,x2; DataNode(); ~DataNode(); voi
www.eeworm.com/read/170938/5402559

m wt10fig09.m

%CAPTION : fprintf('\n'); disp('Figure 10.9') disp('Window 1: Wavepacket tree of a best basis for a low-pass filter deconvolution') disp('Window 2: Deconvolution by thresholding the best wavepacke
www.eeworm.com/read/164348/5494917

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