代码搜索:Best 有哪些应用?
找到约 10,000 项符合「Best 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/219502/14878015
ppt 有向无环图及其应用.ppt
www.eeworm.com/read/37146/1069064
mht 有哪些c++经典书籍啊_百度知道.mht
www.eeworm.com/read/204805/15333396
txt 有发送有接收了.txt
Private Sub Command1_Click()
'...发送数据
MSComm1.OutBufferCount = 0 '...清空输出寄存器
MSComm1.Output = Text1.Text & vbCr '...发送数据
End Sub
Private Sub Command2_Click()
'...退出
Unload Me
End S
www.eeworm.com/read/202248/15387905
txt re [问题]北邮计算机有哪些优秀的导师?.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: Re: [问题]北邮计算机有哪些优秀的导师?
Date: Mon, 28 Feb 2005 12:05:19 +0800 (CST)
Status: RO
作者: angie (紫木) 站内: KaoYan
标题: Re: [问题]北邮计算机有哪些优秀的导师?
www.eeworm.com/read/202248/15388099
txt re 咱们学校有应用数学招生吗?.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: Re: 咱们学校有应用数学招生吗?
Date: Mon, 28 Feb 2005 12:01:14 +0800 (CST)
Status: RO
作者: twinsen (Idle中…………) 看板: KaoYan
标题: Re: 咱们学校有应用数学招生吗?
www.eeworm.com/read/291164/8438776
c best.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99,2003 by Solar Designer
*/
/*
* Benchmark to detect the best algorithm for a particular architecture.
*/
#ifde
www.eeworm.com/read/291164/8438820
sh best.sh
#!/bin/sh
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-2000,2003,2005 by Solar Designer
#
[ $# -eq 5 ] || exit 1
MAKE=$1
DES_DEPEND=$2
DES_BS_DEPEND=$3
MD5_DEPEND=
www.eeworm.com/read/289518/8546722
bmp best.bmp
www.eeworm.com/read/289299/8560676
m best.m
% 2.7 求出群体中最大得适应值及其个体
%遗传算法子程序
%Name: best.m
%求出群体中适应值最大的值
function [bestindividual,bestfit]=best(pop,fitvalue)
[px,py]=size(pop);
bestindividual=pop(1,:);
bestfit=fitvalue(1);
for i=2:px
if
www.eeworm.com/read/387664/8660004
c best.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: best.c